You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
这是报错信息
The text was updated successfully, but these errors were encountered: