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





--- Comment #2 from Silvio Sisto <[EMAIL PROTECTED]>  2008-09-04 04:21:44 ---

I was able to reproduce the bug (timeout never happens).

I modified this file: /usr/lib/python2.5/site-packages/gpodder/download.py

I added the lines here like this:
...
import os.path
import os
import time

import socket

socket.setdefaulttimeout(5000)

from xml.sax import saxutils

class DownloadCancelledException(Exception): pass
...


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