You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is pretty sparse on where exactly you're supposed to put the SPLASH_URL property in your environment - I'd prefer to have it global than needing to modify each spider/settings.py file if that's the preferred method.
However, when I put my setting into my <project>\spiders\settings.py file (right after the import os statement, it doesn't seem to pick up the setting and process things through Splash? Am I doing something wrong? By the way, I'm running both splash and portia in docker containers side-by-side.
The text was updated successfully, but these errors were encountered:
The documentation is pretty sparse on where exactly you're supposed to put the
SPLASH_URL
property in your environment - I'd prefer to have it global than needing to modify each spider/settings.py file if that's the preferred method.However, when I put my setting into my
<project>\spiders\settings.py
file (right after theimport os
statement, it doesn't seem to pick up the setting and process things through Splash? Am I doing something wrong? By the way, I'm running both splash and portia in docker containers side-by-side.The text was updated successfully, but these errors were encountered: