You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feedparser reports SAXParseException('syntax error') on a 500 HTTP status code, suggesting that it attempted to parse the 500 error body. This is a confusing error - ideally, feedparser should not even attempt to parse HTTP error pages, and should clearly report the HTTP error instead.
(Also, this should really raise an exception, but that's a separate issue - see #329)
The text was updated successfully, but these errors were encountered:
feedparser reports
SAXParseException('syntax error')
on a 500 HTTP status code, suggesting that it attempted to parse the 500 error body. This is a confusing error - ideally, feedparser should not even attempt to parse HTTP error pages, and should clearly report the HTTP error instead.(Also, this should really raise an exception, but that's a separate issue - see #329)
The text was updated successfully, but these errors were encountered: