• 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)
  • Thread Starter seraph

    (@seraph)

    I’ve narrowed it down to older versions of FeedParser and newer versions of Python. The latest feedparser + Python 2.3.4 works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘All my feeds can’t be parsed in FeedParser’ is closed to new replies.