kajweb / wqxuetang_downloader

文泉学堂、悦读下载器 | 2020-02-16网站不再公益开放阅读,项目失效。
MIT License
219 stars 119 forks source link

urllib.error.HTTPError: HTTP Error 503: Service Temporarily Unavailable #36

Closed kk930604 closed 4 years ago

kk930604 commented 4 years ago

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:

kajweb commented 4 years ago

503已经在patch2修复