Skip to content
New issue

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

get_key()的函数调用有问题 #29

Closed
esrrhs opened this issue Sep 1, 2021 · 2 comments
Closed

get_key()的函数调用有问题 #29

esrrhs opened this issue Sep 1, 2021 · 2 comments

Comments

@esrrhs
Copy link
Contributor

esrrhs commented Sep 1, 2021

Traceback (most recent call last):
File "main.py", line 28, in
File "bilibiliuploader/bilibiliuploader.py", line 14, in login
File "bilibiliuploader/core.py", line 204, in login
File "bilibiliuploader/core.py", line 233, in login_captcha
TypeError: get_key() takes 0 positional arguments but 2 were given

@FortuneDayssss
Copy link
Owner

你代码走到这行其实说明你触发了验证码。
新的客户端用的是滑动拼图验证,我还没有做自动识别,验证码的部分代码就没改,导致的这个问题。
所以这个问题暂时无解。。。换个自己的ip或者换access token方式登录或者等大约24小时再登录就可以解除验证码

@esrrhs
Copy link
Contributor Author

esrrhs commented Sep 2, 2021

嗯嗯,我换access token方式了,暂时规避这个问题。感谢解答。

@esrrhs esrrhs closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants