http://bugs.gpodder.org/show_bug.cgi?id=465


Nick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #5 from Nick <[email protected]>  2009-05-30 14:52:20 ---
(In reply to comment #4)
> Does not work for me here, though.. :/ I'll keep this bug open until we figure
> out what's causing the problem. Glad that it works for you now, though..

Using wireshark you can see that gPodder gets stuck after it receives the first
302 from the server. Wget on the other hand handles it perfectly (there are 2
to 3, 302 responses in total).

Here's the weird part, if you use DownloadURLOpener from the python
interpreter, it works as it should:

PYTHONPATH=src/ python
>>> from gpodder import download
>>> d=download.DownloadURLOpener(None)
>>> e=d.open('http://dw.com.com/redir/.....')
>>> e.geturl()
'http://ll.lo.download.gamespot.com/d4/fr.....'

So the question is, what's stopping DownloadURLOpener from following the urls
in the 302 responses?

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

Reply via email to