We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
D:\gitcode\WeixinBot\wxbot_demo_py3>python weixin.py [] 微信网页版 ... 开动 [] 正在获取 uuid ... 成功 [] 正在获取二维码 ... 成功 [] 请使用微信扫描二维码以登录 ... [] 正在登录 ... ERROR:root:generic exception: Traceback (most recent call last): File "D:\gitcode\WeixinBot\wxbot_demo_py3\weixin.py", line 1110, in _get data = response.read().decode('utf-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 339: invalid continuation byte 失败 [] 退出程序
The text was updated successfully, but these errors were encountered:
我也是这样的问题
Sorry, something went wrong.
No branches or pull requests
D:\gitcode\WeixinBot\wxbot_demo_py3>python weixin.py
[] 微信网页版 ... 开动
[] 正在获取 uuid ... 成功
[] 正在获取二维码 ... 成功
[] 请使用微信扫描二维码以登录 ...
[] 正在登录 ... ERROR:root:generic exception: Traceback (most recent call last):
File "D:\gitcode\WeixinBot\wxbot_demo_py3\weixin.py", line 1110, in _get
data = response.read().decode('utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 339: invalid continuation byte
失败
[] 退出程序
The text was updated successfully, but these errors were encountered: