https://bugs.gpodder.org/show_bug.cgi?id=449
--- Comment #1 from Thomas Perl <[email protected]> 2009-07-12 17:20:51 GMT --- [ 69.584] (gPodder) Error in PodcastChannel.load(http://kuechenlicht.savecast.de/podcast/): 'utf8' codec can't decode bytes in position 32-37: unsupported Unicode code range Traceback (most recent call last): File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\gui.py", line 1964, in add_new_channel_proc channel = PodcastChannel.load(url=url, create=True, authentication_tokens=authentication_tokens) File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\libpodcasts.py", line 131, in load success, error_code = tmp.update() File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\libpodcasts.py", line 247, in update episode.save(bulk=True) File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\libpodcasts.py", line 735, in save if self.state != db.STATE_DOWNLOADED and self.file_exists(): File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\libpodcasts.py", line 940, in file_exists filename = self.local_filename(create=False, check_only=True) File "C:\Users\thp\Desktop\gpodder-win32-release\lib\site-packages\gpodder\libpodcasts.py", line 852, in local_filename urldigest_filename = os.path.join(self.channel.save_dir, urldigest+ext) File "c:\Dokumente und Einstellungen\thp\Desktop\gpodder\lib\ntpath.py", line 102, in join path += "\\" + b UnicodeDecodeError: 'utf8' codec can't decode bytes in position 32-37: unsupported Unicode code range -- Configure bugmail: https://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
