Skip to content
Advertisement

Scrapy KeyError in Linux Server but not on Windows

My Scrapy works just fine on my local machine, Windows. Then I try to run it on my AWS Linux server, but I got this

JavaScript

Why is that? How can I run it on my Linux Server?

Advertisement

Answer

Suddenly solved and I confused myself.

I solve it by updating all the requirements using pip install -r requirements.txt. I added Scrapy Splash to the requirement and I forgot to install it.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement