简体   繁体   English

运行用Scrapy Python编写的脚本时出现代理错误408

[英]Proxy Error 408 when running a script written in Scrapy Python

I am using a proxy (from proxymesh) to run a spider written in scrapy python, the script is running normally when I don't use the proxy, but when I use it, I am having the following error message: 我正在使用代理(来自proxymesh)来运行用scrapy python编写的蜘蛛,当我不使用代理时脚本可以正常运行,但是当我使用它时,出现以下错误消息:

Could not open CONNECT tunnel with proxy fr.proxymesh.com:31280 [{'status': 408, 'reason': 'request timeout'}] 无法使用代理fr.proxymesh.com:31280打开连接隧道[{'status':408,'reason':'request timeout'}]

Any clue about how to figure out? 关于如何弄清楚的任何线索?

Thanks in advance. 提前致谢。

谢谢..我在这里找到..问题是某些代理位置不适用于https ..所以我只是更改了它,现在它可以工作了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM