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

扫码方式登陆失败 #2

Open
codertesla opened this issue Sep 9, 2020 · 0 comments
Open

扫码方式登陆失败 #2

codertesla opened this issue Sep 9, 2020 · 0 comments

Comments

@codertesla
Copy link

codertesla commented Sep 9, 2020

Traceback (most recent call last):
  File "/Users/ibm/Documents/GitHub/pf_send_weibo/main.py", line 8, in <module>
    (wei_session, uid) = wblogin()
  File "/Users/ibm/Documents/GitHub/pf_send_weibo/weibo/weibo_qrcode.py", line 111, in wblogin
    session = login()
  File "/Users/ibm/Documents/GitHub/pf_send_weibo/weibo/weibo_qrcode.py", line 23, in login
    image_name, qrcode_qrid = get_qrcode()
  File "/Users/ibm/Documents/GitHub/pf_send_weibo/weibo/weibo_qrcode.py", line 92, in get_qrcode
    qrcode_qrid = re.search(r'"qrid":"(?P<qrid>[\w\-]*)"', qrcode_text).group("qrid")
AttributeError: 'NoneType' object has no attribute 'group'

帮忙看看这个是什么情况,多谢了。

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

1 participant