File "D:\Users\xiao\Desktop\1\wqxtDownloader.py", line 157, in start
downloadPage = self.downloadImage( url, path );
File "D:\Users\xiao\Desktop\1\wqxtDownloader.py", line 215, in downloadImage
request = curl.request.urlopen(requestPer, timeout=10);
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 531, in open
response = meth(req, response)
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 569, in error
return self._call_chain(args)
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 503, in _call_chain
result = func(args)
File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Temporarily Unavailable
During handling of the above exception, another exception occurred:
File "D:\Users\xiao\Desktop\1\wqxtDownloader.py", line 157, in start downloadPage = self.downloadImage( url, path ); File "D:\Users\xiao\Desktop\1\wqxtDownloader.py", line 215, in downloadImage request = curl.request.urlopen(requestPer, timeout=10); File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 222, in urlopen return opener.open(url, data, timeout) File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 531, in open response = meth(req, response) File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 641, in http_response 'http', request, response, code, msg, hdrs) File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 569, in error return self._call_chain(args) File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 503, in _call_chain result = func(args) File "D:\MySoftWare\Programming\Python\lib\urllib\request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Temporarily Unavailable
During handling of the above exception, another exception occurred: