my8100 / files

Docs and files for ScrapydWeb, Scrapyd, Scrapy, and other projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可以单机部署么?

zhangbc opened this issue · comments

[2019-04-04 10:22:07,042] DEBUG in scrapydweb.utils.check_app_config: Checking connectivity of SCRAPYD_SERVERS
[2019-04-04 10:22:09,170] ERROR in main: Check app config fail:

Index Group Scrapyd IP:Port Connectivity Auth
None of your SCRAPYD_SERVERS could be connected.
####################################################################################################
Check and update your settings in D:/working/scrapydweb/scrapydweb/scrapydweb_settings_v8.py
1____ None________________ 127.0.0.1:6801________ False______ None

2____ group_______________ localhost:6801________ False______ ('admin', 'zbc12300')
####################################################################################################

commented

What do you mean?

What do you mean?

How to solve the problem?

commented

None of your SCRAPYD_SERVERS could be connected.
Check and update your settings in D:/working/scrapydweb/scrapydweb/scrapydweb_settings_v8.py

SCRAPYD_SERVERS = [
'127.0.0.1:6801',
# 'username:password@localhost:6801#group',
('admin', 'zbc12300', 'localhost', '6801', 'group'),
]

what‘s wrong?

How to solve the problem?

I had the same problem. To fix it, I started scrapyd in another terminal tab to open the connection and tried again. Worked fine for me, I hope it helps you.