jhao104 / jhao104/proxy_pool

启动不了调度,按着步骤来的

Open
#686 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
23.7k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

2022-08-02 22:58:57,817 launcher.py[line:45] INFO ProxyPool Version: 2.4.0
2022-08-02 22:58:57,817 launcher.py[line:50] INFO ProxyPool configure HOST: 0.0.0.0
2022-08-02 22:58:57,817 launcher.py[line:51] INFO ProxyPool configure PORT: 5010
2022-08-02 22:58:57,817 launcher.py[line:52] INFO ProxyPool configure PROXY_FETCHER: ['freeProxy01', 'freeProxy02', 'freeProxy03', 'freeProxy04', 'freeProxy05', 'freeProxy06', 'freeProxy07', 'freeProxy08', 'freeProxy09', 'freeProxy10']
2022-08-02 22:58:57,990 launcher.py[line:58] INFO ============ DATABASE CONFIGURE ================
2022-08-02 22:58:57,990 launcher.py[line:59] INFO DB_TYPE: REDIS
2022-08-02 22:58:57,990 launcher.py[line:60] INFO DB_HOST: 127.0.0.1
2022-08-02 22:58:57,990 launcher.py[line:61] INFO DB_PORT: 6379
2022-08-02 22:58:57,990 launcher.py[line:62] INFO DB_NAME: 0
2022-08-02 22:58:57,990 launcher.py[line:63] INFO DB_USER:
2022-08-02 22:58:57,990 launcher.py[line:64] INFO =================================================
Traceback (most recent call last):
File "D:\zhw\proxy_pool-2.4.0\proxyPool.py", line 43, in
cli()
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "D:\zhw\proxy_pool-2.4.0\proxyPool.py", line 32, in schedule
startScheduler()
File "D:\zhw\proxy_pool-2.4.0\helper\launcher.py", line 31, in startScheduler
from helper.scheduler import runScheduler
File "D:\zhw\proxy_pool-2.4.0\helper\scheduler.py", line 16, in
from apscheduler.schedulers.blocking import BlockingScheduler
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\apscheduler\schedulers\blocking.py", line 5, in
from apscheduler.schedulers.base import BaseScheduler, STATE_STOPPED
File "D:\Program Files (x86)\Python 3.10.5\lib\site-packages\apscheduler\schedulers\base.py", line 4, in
from collections import MutableMapping
ImportError: cannot import name 'MutableMapping' from 'collections' (D:\Program Files (x86)\Python 3.10.5\lib\collections\__init__.py)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.