[mythtv-users] Now jamu timeouts

Greg Cope gregcope at gmail.com
Sat Nov 14 12:07:56 UTC 2009


Looking at it, and my python is a bit rusty, I think the issue is with
the following line in tvdb_api.py;

resp = self.urlopener.open(url)

which should be something more like;

resp = self.urlopener.open(url, null, 30)

Where the '30' is a timeout in secs.

Greg

http://docs.python.org/library/urllib2.html


More information about the mythtv-users mailing list