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
Signature: AttributeError: 'CharacterEncodingOverride' object has no attribute 'getMessage' (file "/usr/local/lib/python2.7/dist-packages/willie/modules/rss.py", line 413, in read_feeds)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/willie/bot.py", line 213, in _call
func(self.bot)
File "/usr/local/lib/python2.7/dist-packages/willie/modules/rss.py", line 414, in read_feeds
feed.name, fp.bozo_exception.getMessage()), 'warning')
AttributeError: 'CharacterEncodingOverride' object has no attribute 'getMessage'
Getting the above error when trying to pull or fetch a RSS feed, containing chinese characters.
The text was updated successfully, but these errors were encountered:
Signature: AttributeError: 'CharacterEncodingOverride' object has no attribute 'getMessage' (file "/usr/local/lib/python2.7/dist-packages/willie/modules/rss.py", line 413, in read_feeds)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/willie/bot.py", line 213, in _call
func(self.bot)
File "/usr/local/lib/python2.7/dist-packages/willie/modules/rss.py", line 414, in read_feeds
feed.name, fp.bozo_exception.getMessage()), 'warning')
AttributeError: 'CharacterEncodingOverride' object has no attribute 'getMessage'
Getting the above error when trying to pull or fetch a RSS feed, containing chinese characters.
The text was updated successfully, but these errors were encountered: