We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2024-12-03 08:11:16,484] ERROR in scrapydweb.run: Check app config fail:
Overriding custom settings from /code/scrapydweb_settings_v10.py
Index Group Scrapyd IP:Port Connectivity Auth #################################################################################################### 1____ dds_________________ xxx:52068___ True_______ None 2___ inrepo______________ xxx:52068___ True_______ None 3____ preprint____________ xxx:52068__ True_______ None 4____ report______________ xxx:52068___ True_______ ('admin', '111111') ####################################################################################################
LOCAL_SCRAPYD_LOGS_DIR not found: /work/local-scrapydserver/logs
Check and update your settings in /code/scrapydweb_settings_v10.py 以上是部署scrapydweb时的报错,但是检查好几遍后和scrapyd中的logs_dir是完全一致的,很抓狂
The text was updated successfully, but these errors were encountered:
Set LOCAL_SCRAPYD_LOGS_DIR only when scrapyd is running on the scrapydweb server.
Does “/work/local-scrapydserver/logs” exist on the scrapydweb server?
scrapydweb/scrapydweb/default_settings.py
Lines 58 to 78 in 19d8073
Sorry, something went wrong.
No branches or pull requests
[2024-12-03 08:11:16,484] ERROR in scrapydweb.run: Check app config fail:
Overriding custom settings from /code/scrapydweb_settings_v10.py
Index Group Scrapyd IP:Port Connectivity Auth
####################################################################################################
1____ dds_________________ xxx:52068___ True_______ None
2___ inrepo______________ xxx:52068___ True_______ None
3____ preprint____________ xxx:52068__ True_______ None
4____ report______________ xxx:52068___ True_______ ('admin', '111111')
####################################################################################################
LOCAL_SCRAPYD_LOGS_DIR not found: /work/local-scrapydserver/logs
Check and update your settings in /code/scrapydweb_settings_v10.py
以上是部署scrapydweb时的报错,但是检查好几遍后和scrapyd中的logs_dir是完全一致的,很抓狂
The text was updated successfully, but these errors were encountered: