Results 9 comments of 夏叶

> 持续验证:“此次登录出现验证码,识别结果为*****”,修改密码好像也无效 因为v2登录接口已经失效,现在临时更换v3接口,v3接口是滑动验证码,目前没有解决方案,只要出现5次密码错误就会出现验证码,如果出现验证码就过段时间在登录,或者更换IP登录,或者在其他地方登录了在把cookie复制过来

https://github.com/yjqiang/bili2.0/issues/237 bili_statistics.py注释208行和209行即可关闭调试的打印 # print(self.max_time_task_checkers) # print(self.unique_task_checkers)

> > #237 > > bili_statistics.py注释208行和209行即可关闭调试的打印 > > # print(self.max_time_task_checkers) > > # print(self.unique_task_checkers) > > 问题是它并没有输出统计结果,仅仅输出了调试信息 你注释掉调试就有格式好的统计结果了

如果是用docker-compose,在https://github.com/Le-niao/Yunzai-Bot/issues/557#issuecomment-1241999125 的基础上 需要把daemonize设置成no 在配置个密码requirepass "123456" 然后去yunzai/conf/redis.yaml填上设置好的密码

> > 如果是用docker-compose,在[#557 (comment)](https://github.com/Le-niao/Yunzai-Bot/issues/557#issuecomment-1241999125) 的基础上 需要把daemonize设置成no 在配置个密码requirepass "123456" > > 然后去yunzai/conf/redis.yaml填上设置好的密码 > > 感谢提醒,在docker环境里requirepass并不需要设置,daemonize必须设置成no,否则容器会exit(0) 我没有设置requirepass的时候,会导致redis无法连接,设置后才连接上

> 好的,谢谢♪(・ω・)ノ

在我node app的时候出现以下报错 ``` [root@9eabdea45db6 Yunzai-Bot]# node app node:internal/errors:464 ErrorCaptureStackTrace(err); ^ Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/app/Yunzai-Bot/config/config.js' is not supported resolving ES modules imported from /app/Yunzai-Bot/lib/check.js at new NodeError (node:internal/errors:371:5) at finalizeResolution...

> > 在我node app的时候出现以下报错 > > ``` > > [root@9eabdea45db6 Yunzai-Bot]# node app > > node:internal/errors:464 > > ErrorCaptureStackTrace(err); > > ^ > > ...... > > ``` > >...