https://bugs.gpodder.org/show_bug.cgi?id=1536

             Bug #: 1536
           Summary: Problems with the Skeptics' Guide podcast
    Classification: Unclassified
           Product: gPodder
           Version: 2.20
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


We have received two of these bug reports in Fedora. I have not yet had time to
look at the code. I have seen this bug myself as well, though. The first Fedora
bug is here (and the second is marked as duplicate of the first):
https://bugzilla.redhat.com/show_bug.cgi?id=753948

I think I saw this when an episode failed to download and I tried to download
it again. There is some sort of renaming logic in gPodder wrt. dots and such
characters and it's probably failing.

backtrace:
:model.py:578:get_save_dir:OSError: [Errno 2] Ingen slik fil eller filkatalog
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 2565, in update
:    self.episode_list_model.replace_from_channel(self.active_channel,
*additional_args)
:  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/model.py", line 229, in
replace_from_channel
:    generate_thumbnails, reload_from_db=False)
:  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/model.py", line 299, in
update_by_iter
:    filename = episode.local_filename(create=False, check_only=True)
:  File "/usr/lib/python2.7/site-packages/gpodder/model.py", line 1019, in
local_filename
:    return os.path.join(self.channel.save_dir, self.filename)
:  File "/usr/lib/python2.7/site-packages/gpodder/model.py", line 578, in
get_save_dir
:    os.rename(old_folder_name, new_folder_name)
:OSError: [Errno 2] Ingen slik fil eller filkatalog
:
:Local variables in innermost frame:
:sanitizedurl: 'http___www.theskepticsguide.org_rss.xml'
:new_folder_name:
'/home/me/gpodder-downloads/http___www.theskepticsguide.org_rss.xml'
:urldigest: '2a3d65c1dfd93c894f02826e2f2e286f'
:fn_template: 'http___www.theskepticsguide.org_rss.xml'
:old_folder_name:
'/home/me/gpodder-downloads/http___www.theskepticsguide.org_rss.xml (2)'
:wanted_foldername: 'http___www.theskepticsguide.org_rss.xml'
:self: <gpodder.model.PodcastChannel object at 0x8a948cc>

-- 
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

Reply via email to