Closed andreyluchianic closed 1 year ago
Hi there,
I would make sure you have the correct virtual environment activated when you run scrapy list.
If you manually installed all the Python modules that you need for the Scrapy project globally then it might work for you but then when the ScrapeOps dashboard first activates the virtual environment then it might still have a missing module which would cause the scrapy list command to fail.
I need to fix the bug of the dashboard not showing the full traceback though as then you would know what is missing for the command to work correctly.
i have repository with 2 scrapy projects inside (one is very simple other one quite complex) in install script i do install requirements of both after i added repository i can add simple spider but not complex one weird thing is that connecting trough ssh i can successfully run
scrapy list
but ui says that can't