All my feeds can’t be parsed in FeedParser
-
Planet cannot parse and of my feeds. It is powered by FeedParser, and … Even plain feedparser is spitting it back at me: A weird Unicode error is produced about an ASCII encoding/decoding problem.
The error:
>>> import feedparser
>>> d = feedparser.parse("https://denial.loose-screws.com/blog/index.atom")
Traceback (most recent call last):
<lots of stuff here>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 101: ordinal not in range(128)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘All my feeds can’t be parsed in FeedParser’ is closed to new replies.