-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[RSS] Throws error on fetch #449
Comments
I'm having this exact issue |
After digging the code myself last night, I was able to make the feeds I was having issue with to work. I simply commented out the lines belonging to the bozo_exception check, which are from 412 thru 417, and then the feeds worked. Not the prettiest thing, but a least the feeds started working. |
I haven't had time to look at it myself... But I think this might have something to do with it: And then I gave up and did a similar approach as d0cx. Added a "try" that catches AttributeError... |
This should fix sopel-irc#449
When trying to .rss fetch with http://www.teamfortress.com/rss.xml as URL for a feed, the bot gives the following error:
It might be specific to the Teamfortress feed, but what makes it want to throw an error, and why doesn't it succeed?
The text was updated successfully, but these errors were encountered: