Scrapy随机返回空响应体

时间:2016-06-22 10:35:20

标签: python scrapy

我正在抓online store,但我随机错过了产品。我做了一些调查,发现有些 string basepath = "D:\\ASN\\Documents\\ENU\\LO\\"; string fullpath = "D:\\ASN\\Documents\\ENU\\LO\\ANL\\File\\05003ede-59bf-45c6-bb57-a6111e9f18e0\\linux-cheat-sheet.pdf"; fullpath = fullpath.Replace(basepath, ""); string returnValue = fullpath.Remove(fullpath.IndexOf("\\"), fullpath.Length-fullpath.IndexOf("\\")); 返回空Request,但response.bodystatus,所有空回复均来自200

我试图将FormRequest设置为更大的数字,即1800s。问题仍然存在。

我真的不知道导致问题的原因。任何想法将不胜感激。

download_timeout

0 个答案:

没有答案