[Zope] Problems with German RSS feeds and ZExternalNewsProduct

Joachim Werner joe@iuveno-net.de
Thu, 3 Jan 2002 03:03:17 +0100


Hi Olivier! (cc: to the zope.org list)

I've been experimenting with ZExternalNews for use on the EuroZope site. It
generally works very well, and it is cool because it threads the refreshing.
But with German RSS feeds like

http://www.heise.de/newsticker/heise.rdf or
http://www.tagesschau.de/newsticker.rdf

I am getting these errors:



Zope Error
Zope has encountered an error while publishing this resource.

Error Type: UnicodeError
Error Value: ASCII encoding error: ordinal not in range(128)



----------------------------------------------------------------------------
----

Troubleshooting Suggestions

The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML
source for this page.

If the error persists please contact the site maintainer. Thank you for your
patience.




Traceback (innermost last):
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/ZPublisher/Publish.py,
line 158, in publish_module
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/ZPublisher/Publish.py,
line 119, in publish
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/Zope/__init__.py, line
158, in zpublisher_exception_hook
    (Object: Tagesschau)
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/ZPublisher/Publish.py,
line 103, in publish
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/ZPublisher/mapply.py,
line 88, in mapply
    (Object: manage_view)
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/ZPublisher/Publish.py,
line 44, in call_object
    (Object: manage_view)
  File /home/ftp/root/kue-projekt/dev_8280/lib/python/App/special_dtml.py,
line 61, in __call__
    (Object: manage_view)
  File
/home/ftp/root/kue-projekt/dev_8280/lib/python/DocumentTemplate/DT_String.py
, line 473, in __call__
    (Object: manage_view)
UnicodeError: (see above)


Obviuously, something is wrong with the Unicode, either in the XML
documents, or in the Parser. Do you have a solution for that problem?

Best regards

Joachim Werner