1

Deploying to project "projectname" in http://127.0.0.1:6800/addversion.json

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

when I create egg file , and deploy in scrapyd server , then such kind of error comes , please if someone have any solution give me. thanks in advance

Ian
  • 30,182
  • 19
  • 69
  • 107
Pythonsguru
  • 424
  • 3
  • 11
  • 1
    Any code? the error message indicates that your are accessing a non-existing index – Ian Mar 07 '16 at 07:58
  • but when first time I did this , then it deploy and run properly , but now it will not, in my spider list approx 300 spiders ,is number of large spiders creating problem , reply pls – Pythonsguru Mar 14 '16 at 09:27

1 Answers1

1

please check your argument parameter which used in yout code

import os
 s_file = sys.argv[2]

please check your agrument paramter or check your code should not be outside to your class

user3226704
  • 91
  • 1
  • 5