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
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\account.py", line 31, in login
return self._login_phone(account, password)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\account.py", line 37, in _login_phone
'_xsrf': self._get_xsrf(),
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\base.py", line 62, in _get_xsrf
xsrf = soup.find('input', attrs={"name": "_xsrf"}).get("value")
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\account.py", line 31, in login
return self._login_phone(account, password)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\account.py", line 37, in _login_phone
'_xsrf': self._get_xsrf(),
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\zhihu\models\base.py", line 62, in _get_xsrf
xsrf = soup.find('input', attrs={"name": "_xsrf"}).get("value")
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: