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

             Bug #: 1353
           Summary: Download fails repeatedly
    Classification: Unclassified
           Product: gPodder
           Version: 2.2
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I'm using gPodder 2.2 (Ubuntu 10.04).

Repeatedly failed to download with http error 404, downloading an episode from
escapepod.org.

Here's my analysis:

I examined the XML data at http://escapepod.org/feed/, and verified that I
could correctly download the episode with wget.

I instrumented download.py, and discovered that it was requesting a slightly
different URL. 

The URL in the XML data was:
http://traffic.libsyn.com/escapepod/EP293_SmallMatterReally.mp3

What it was requesting was this:
http://traffic.libsyn.com/escapepod/EP293_ASmallMatterReally.mp3

I believe what probably happened is that the first time that gPodder downloaded
the XML data, the feed had an incorrect URL, which was subsequently corrected.
But gPodder stored the incorrect URL in the sqlite database, and did not detect
the change.

My next step was to stop gPodder, use sqlitebrowser to change the URL in the
episode database and restart gPodder. At this point, it was able to
successfully download the episode.

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