google-code-export / feedparser

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

Error getting feed from comic Basic Instructions #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

In python 3.3.2:

import feedparser
feedparser.parse('http://basicinstructions.net/basic-instructions/rss.xml')

Throws exceptions GeneratorExit on line 358 in file parse.py

What is the expected output? What do you see instead?

I expect the RSS feed to be read, instead get an exception.

What version of the product are you using? On what operating system?

Python 3.3.2, feedparser 5.1.3, Windows 8.1 Professional Preview x64

Please provide any additional information below.
Nothing else.

Regards

Original issue reported on code.google.com by mclaud2...@gmail.com on 21 Jul 2013 at 5:16

GoogleCodeExporter commented 9 years ago
parse.py? That's not a feedparser file. Would you attach the full output of the 
exception text?

Original comment by kurtmckee on 10 Jul 2014 at 4:45

GoogleCodeExporter commented 9 years ago
It is working now (python 3.4.1), maybe they updated the RSS feed and now it 
doesn't cause an error.

Original comment by mclaud2...@gmail.com on 10 Jul 2014 at 4:51

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by kurtmckee on 10 Jul 2014 at 5:05