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

TBS校验失败 #17

Open
Peter-Duan opened this issue May 7, 2020 · 1 comment
Open

TBS校验失败 #17

Peter-Duan opened this issue May 7, 2020 · 1 comment

Comments

@Peter-Duan
Copy link

这是报错信息

扫描成功,请在手机端确认登录!
确认登陆成功
Login: True

//这是我print的rsp
{'error': {'errno': 320022, 'errmsg': '', 'usermsg': 'TBS校验失败'}, 'server_time': 3427, 'time': 1588880764, 'ctime': 0, 'logid': 2764429882, 'error_code': '0'}
Exception in thread Thread-1:

Traceback (most recent call last):
File "tieba_sign.py", line 264, in sign
if rsp['user_info']['is_sign_in'] == 1:
KeyError: 'user_info'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "tieba_sign.py", line 267, in sign
if rsp['error_msg'] == 'need vcode': # 这里也不清楚手机端需不需要验证码
KeyError: 'error_msg'

+------+------+
| 贴吧 | 状态 |
+------+------+
+------+------+
总共签到1个贴吧,耗时:34秒
`

@Aruelius
Copy link
Owner

Aruelius commented May 9, 2020

还能复现么,我测试没有问题的。

@Aruelius Aruelius changed the title 运行报错 TBS校验失败 May 18, 2020
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