在scrapyd服务器上部署egg文件然后{" status":" error"," message":" IndexError:list index out of range" }

时间:2016-03-07 07:55:09

标签: python scrapyd

部署到项目" projectname"在http://127.0.0.1:6800/addversion.json

Server response (200):
{"status": "error", "message": "IndexError: list index out of range"}

当我创建egg文件,并在scrapyd服务器中部署时,会出现这种错误,如果有人有任何解决方案请给我。提前谢谢

1 个答案:

答案 0 :(得分:1)

请检查您在yout代码中使用的参数参数

import os
 s_file = sys.argv[2]

请检查你的agrument参数  或者检查你的代码不应该在你的班级之外