HaveF / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

SAXParseException on I, Cringley RSS feed #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 5.1.1, Windows, Python 2.6.1

>>> import feedparser
>>> f = feedparser.parse("samples/icringley")
>>> f
{'feed': {}, 'encoding': u'utf-8', 'bozo': 1, 'version': u'', 'namespaces': 
{},'entries': [], 'bozo_exception': SAXParseException('not well-formed (invalid 
token)',)}

w3c says it's valid RSS.

Hope you can help!

Original issue reported on code.google.com by racul...@gmail.com on 3 Apr 2012 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like there's a problem opening the file. Perhaps you're not in the 
correct directory, or perhaps you need to use a backslash instead of a forward 
slash on Windows? I don't have or use Windows computers so this may require 
some back-and-forth to figure out.

Make sure that the samples directory is in your current working directory, or 
try using an absolute path. Also, try using the exact capitalization of the 
file.

Original comment by kurtmckee on 5 Apr 2012 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by kurtmckee on 7 Apr 2012 at 6:49

GoogleCodeExporter commented 9 years ago
Have you had an opportunity to look into this?

Original comment by kurtmckee on 14 Apr 2012 at 4:20

GoogleCodeExporter commented 9 years ago
Hi there
Sorry about the delay getting back to you. I think I may have had a typo on the 
filename. That would explain the problem *ahem*. Really sorry about that, and 
thanks for the help.

Cheers

- Richard

Original comment by racul...@gmail.com on 15 Apr 2012 at 12:04

GoogleCodeExporter commented 9 years ago
No problem!

Original comment by kurtmckee on 17 Apr 2012 at 3:11