- Messages
- 31,618
JEDI MAKER XTREAM - Version 6.12 (Universal)
● Fixed slow server reponses that prevented series channels being populated (set timeout to 10 seconds - that should be plenty)
● Fixed url output type picking up any # alias at the end of the line, therefore defaulting to wrong output type.
KiddaC wrote:
I have put the timeout value on
downloads.py
def checkGZIP(url):
response = None
request = Request(url, headers=hdr)
try:
response = urlopen(request, timeout=10)
● Fixed slow server reponses that prevented series channels being populated (set timeout to 10 seconds - that should be plenty)
● Fixed url output type picking up any # alias at the end of the line, therefore defaulting to wrong output type.
KiddaC wrote:
I have put the timeout value on
downloads.py
def checkGZIP(url):
response = None
request = Request(url, headers=hdr)
try:
response = urlopen(request, timeout=10)