0

When I use Scrapy Splash + Crawlera in my Linux server, it always gets 503 errors. It works just fine in Windows. Why is that?

Aminah Nuraini
  • 18,120
  • 8
  • 90
  • 108

1 Answers1

1

It turns out, it doesn't work if I set SPLASH_URL = '0.0.0.0:8050'. I have to set it using the IP instead of localhost IP, like SPLASH_URL = 'xxx.xxx.xxx.xxx:8050'

Aminah Nuraini
  • 18,120
  • 8
  • 90
  • 108