Skip to content Skip to sidebar Skip to footer

On Deploying Egg File In Scrapyd Server Then {"status": "error", "message": "indexerror: List Index Out Of Range"}

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 cre

Solution 1:

please check your argument parameter which used in yout code

importoss_file= sys.argv[2]

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

Post a Comment for "On Deploying Egg File In Scrapyd Server Then {"status": "error", "message": "indexerror: List Index Out Of Range"}"