Search found 2 matches
- Thu Feb 28, 2019 3:44 am
- Forum: Support
- Topic: core:305 Blocklist download failed: 200 OK
- Replies: 2
- Views: 2366
Re: core:305 Blocklist download failed: 200 OK
Here's a fix. Change line 88 of httpdownloader.py from if "content-disposition" in headers and not self.force_filename: to if "content-disposition" in headers and headers["content-disposition"].find("filename=") != -1 and not self.force_filename: Bug still pre...
- Thu Feb 28, 2019 3:24 am
- Forum: Support
- Topic: core:305 Blocklist download failed: 200 OK
- Replies: 2
- Views: 2366
core:305 Blocklist download failed: 200 OK
Hi, Got this warning trying to update blocklist [DEBUG ] 21:17:16 core:259 Attempting to download blocklist http://cdn2.iblocklist.com/files/eqkgwzxtkhyszwjzbgxg/ydxerpxkpcfqjaybcssw.gz [DEBUG ] 21:17:16 core:260 Sending headers: {'If-Modified-Since': 'Mon, 06 Aug 2018 22:11:48 GMT'} [WARNING ] 21:1...