When using the Planet.debian.org feed:
http://planet.debian.org/rss20.xml
I recived this crash in newspipe:
2005-08-03 22:59:00,417 1158339504 ERROR Error
enviando los emails: 'ascii' codec can't decode byte
0xc3 in po sition 715: ordinal not in range(128)
Traceback (most recent call last):
File "newspipe.py", line 1503, in run
emails = [item.GetEmail(envio, email_destino,
format, encoding, include_threading, subject_prefix,
config['from _address']) for item in items]
File "newspipe.py", line 1038, in GetEmail
return createhtmlmail (html_version, text_version,
headers, images, None, self.link, encoding)
File "newspipe.py", line 579, in createhtmlmail
return message_from_string
(msg_source.encode(encoding, 'replace'))
UnicodeDecodeError: 'ascii' codec can't decode byte
0xc3 in position 715: ordinal not in range(128)
newspipe.py - version 1.1.8 revision 1.59, Copyright
(C) 2003-2005
Ricardo M. Reyes <reyesric@ufasta.edu.ar>