Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error during missing magazine parsing #1525

Merged
merged 4 commits into from
Mar 27, 2025

Conversation

BentiGorlich
Copy link
Member

When using 0xc2 0xa0 (no-break space) it tripped up our word splitting and searching for it in the db which then threw an error. Add a try/catch so it will not cause a crash and also fix the parsing

When using `0xc2` `0xa0` (no-break space) it tripped up our word splitting and searching for it in the db which then threw an error. Add a try/catch so it will not cause a crash and also fix the parsing
@BentiGorlich BentiGorlich added bug Something isn't working backend Backend related issues and pull requests labels Mar 27, 2025
@BentiGorlich BentiGorlich requested a review from melroy89 March 27, 2025 21:04
@BentiGorlich BentiGorlich self-assigned this Mar 27, 2025
melroy89
melroy89 previously approved these changes Mar 27, 2025
@melroy89 melroy89 added this to the v1.8.1 milestone Mar 27, 2025
@BentiGorlich BentiGorlich enabled auto-merge (squash) March 27, 2025 21:24
@BentiGorlich BentiGorlich merged commit ae758d1 into main Mar 27, 2025
7 checks passed
@BentiGorlich BentiGorlich deleted the fix/missing-magazine-parsing branch March 27, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants