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
D:\test>python yanxuan.py
Welcome to use DecryptLogin!
You can visit https://github.com/CharlesPikachu/DecryptLogin for more details.
Welcome to use DecryptLogin!
You can visit https://github.com/CharlesPikachu/DecryptLogin for more details.
Traceback (most recent call last):
File "yanxuan.py", line 8, in
infos_return, session = zhihu.login(' ', ' ', mode='pc')
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\clients\baseclient.py", line 44, in login
self.infos_return, self.session = api(username, password, mode, crack_captcha_func, **kwargs)
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\core\zhihu.py", line 675, in login
return selected_api.login(**args)
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\core\zhihu.py", line 498, in login
removeImage(captcha_path)
UnboundLocalError: local variable 'captcha_path' referenced before assignment
The text was updated successfully, but these errors were encountered:
D:\test>python yanxuan.py
Welcome to use DecryptLogin!
You can visit https://github.com/CharlesPikachu/DecryptLogin for more details.
Welcome to use DecryptLogin!
You can visit https://github.com/CharlesPikachu/DecryptLogin for more details.
Traceback (most recent call last):
File "yanxuan.py", line 8, in
infos_return, session = zhihu.login(' ', ' ', mode='pc')
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\clients\baseclient.py", line 44, in login
self.infos_return, self.session = api(username, password, mode, crack_captcha_func, **kwargs)
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\core\zhihu.py", line 675, in login
return selected_api.login(**args)
File "C:\Program Files\python\lib\site-packages\DecryptLogin\modules\core\zhihu.py", line 498, in login
removeImage(captcha_path)
UnboundLocalError: local variable 'captcha_path' referenced before assignment
The text was updated successfully, but these errors were encountered: