qiandao icon indicating copy to clipboard operation
qiandao copied to clipboard

报错

Open ShmilyChen opened this issue 7 years ago • 6 comments

运行./run.py后控制台报错 Traceback (most recent call last): File "./run.py", line 42, in PeriodicCallback(worker, config.check_task_loop, io_loop).start() TypeError: init() takes exactly 3 arguments (4 given)

ShmilyChen avatar Mar 13 '18 07:03 ShmilyChen

我也是这样,同求怎么解决

dnvcupid avatar Mar 15 '18 14:03 dnvcupid

降级tornado

On Thu, 15 Mar 2018, 07:03 dnvcupid, [email protected] wrote:

我也是这样,同求怎么解决

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/binux/qiandao/issues/90#issuecomment-373386379, or mute the thread https://github.com/notifications/unsubscribe-auth/AAndM-2MLnWqQ_ww5eOwmZfC4zbAIvHRks5tenTJgaJpZM4SoLzO .

binux avatar Mar 15 '18 15:03 binux

tornado 要什么版本吗

dnvcupid avatar Mar 15 '18 15:03 dnvcupid

大佬什么时候抽空更新一下代码呗

dnvcupid avatar Mar 15 '18 15:03 dnvcupid

再顺便问问这个RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0) doesn't match a supported version! ,这个也是版本问题吗,需要什么版本,tornado 用4.5.3可以解决下面这个问题Traceback (most recent call last): File "./run.py", line 42, in PeriodicCallback(worker, config.check_task_loop, io_loop).start() TypeError: init() takes exactly 3 arguments (4 given)

dnvcupid avatar Mar 15 '18 16:03 dnvcupid

使用pip install tornado==4.5.3 降级tornado就可以用了

xinghusp avatar Apr 04 '18 12:04 xinghusp