http://bugs.gpodder.org/show_bug.cgi?id=275
--- Comment #4 from Ted Roche <[EMAIL PROTECTED]> 2008-12-10 01:57:29 --- Cloned the project with git. Ran make test to confirm it could run and bin/gpodder --local --verbose to test, Copied the URL below to the clipboard and pasted it to the Ctrl=L dialog. Saw a brief "Please wait" message and then the same error: [ 31.220] Adding new channel: http://feeds.feedburner.com/railsenvy-podcast [ 32.190] (gPodder) Error in podcastChannel.load(http://feeds.feedburner.com/railsenvy-podcast): 'utf8' codec can't decode byte 0xbb in position 12: unexpected code byte Traceback (most recent call last): File "/home/troche/projects/gpodder/src/gpodder/gui.py", line 1376, in add_new_channel_proc channel = podcastChannel.load(url=url, create=True, authentication_tokens=authentication_tokens) File "/home/troche/projects/gpodder/src/gpodder/libpodcasts.py", line 101, in load success, error_code = tmp.update() File "/home/troche/projects/gpodder/src/gpodder/libpodcasts.py", line 120, in update (updated, c) = self.fc.fetch(self.url, self) File "/home/troche/projects/gpodder/src/gpodder/cache.py", line 133, in fetch etag=etag, File "/usr/lib/python2.5/site-packages/feedparser.py", line 2623, in parse feedparser.feed(data) File "/usr/lib/python2.5/site-packages/feedparser.py", line 1441, in feed sgmllib.SGMLParser.feed(self, data) File "/usr/lib/python2.5/sgmllib.py", line 99, in feed self.goahead(0) File "/usr/lib/python2.5/sgmllib.py", line 138, in goahead k = self.parse_endtag(i) File "/usr/lib/python2.5/sgmllib.py", line 315, in parse_endtag self.finish_endtag(tag) File "/usr/lib/python2.5/sgmllib.py", line 355, in finish_endtag self.unknown_endtag(tag) File "/usr/lib/python2.5/site-packages/feedparser.py", line 476, in unknown_endtag method() File "/usr/lib/python2.5/site-packages/feedparser.py", line 1217, in _end_description value = self.popContent('description') File "/usr/lib/python2.5/site-packages/feedparser.py", line 700, in popContent value = self.pop(tag) File "/usr/lib/python2.5/site-packages/feedparser.py", line 646, in pop output = _sanitizeHTML(output, self.encoding) File "/usr/lib/python2.5/site-packages/feedparser.py", line 1652, in _sanitizeHTML p.feed(htmlSource) File "/usr/lib/python2.5/site-packages/feedparser.py", line 1441, in feed sgmllib.SGMLParser.feed(self, data) File "/usr/lib/python2.5/sgmllib.py", line 99, in feed self.goahead(0) File "/usr/lib/python2.5/sgmllib.py", line 133, in goahead k = self.parse_starttag(i) File "/usr/lib/python2.5/sgmllib.py", line 291, in parse_starttag self.finish_starttag(tag, attrs) File "/usr/lib/python2.5/sgmllib.py", line 333, in finish_starttag self.unknown_starttag(tag, attrs) File "/usr/lib/python2.5/site-packages/feedparser.py", line 1631, in unknown_starttag _BaseHTMLProcessor.unknown_starttag(self, tag, attrs) File "/usr/lib/python2.5/site-packages/feedparser.py", line 1458, in unknown_starttag value = unicode(value, self.encoding) UnicodeDecodeError: 'utf8' codec can't decode byte 0xbb in position 12: unexpected code byte -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
