-
Notifications
You must be signed in to change notification settings - Fork 171
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
IndexError #53
Comments
Saw this issue as well. But testing for a specific error message might not be a good way to fix this. Feeds (all of them) can fail for many different reasons, and return a variety of error messages, from Nginx errors to MySQL errors. |
@jedisct1: Indeed and I really need to refactor the whole "raw text parsing" thing soon. That's the proper fix. This is just a bandage to stop the bleeding. |
@technoskald I believe when the "plugin" infra (#23) is implemented we should take better care of this, no? |
Yeah, that too. |
Fixes #53 by testing for error message
While working on repro for #49 got:
The text was updated successfully, but these errors were encountered: