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
Hi! I created an account using a number (paid, but not a personal virtual one). At first, I calmly managed to log in to my account, the captcha was solved and everything was OK, but then this error started to come out.
Traceback (most recent call last):
File "d:\Python.zakaz\main.py", line 12, in
bot = StudBot(login=bot_parameters[0], password=bot_parameters[1], app_id=bot_parameters[2])
File "d:\Python.zakaz\studnime_api.py", line 23, in init
self.studnime.auth() # Автоматическая авторизация
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 187, in auth
self._auth_cookies(reauth=reauth)
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 207, in _auth_cookies
self._vk_login()
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 312, in _vk_login
return self.error_handlersCAPTCHA_ERROR_CODE
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_captcha\solver.py", line 216, in vk_api_captcha_handler
key, _ = self.solve(captcha.get_url(), minimum_accuracy=minimum_accuracy, repeat_count=repeat_count)
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_captcha\solver.py", line 65, in solve
with logging_lock:
AttributeError: enter
The text was updated successfully, but these errors were encountered:
By the way, the account is not blocked / its limitations are not indicated anywhere. I calmly entered it without a script, but now this error always comes out through the script. Maybe I should use old accounts, but I don't have any
Hi! I created an account using a number (paid, but not a personal virtual one). At first, I calmly managed to log in to my account, the captcha was solved and everything was OK, but then this error started to come out.
Traceback (most recent call last):
File "d:\Python.zakaz\main.py", line 12, in
bot = StudBot(login=bot_parameters[0], password=bot_parameters[1], app_id=bot_parameters[2])
File "d:\Python.zakaz\studnime_api.py", line 23, in init
self.studnime.auth() # Автоматическая авторизация
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 187, in auth
self._auth_cookies(reauth=reauth)
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 207, in _auth_cookies
self._vk_login()
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_api\vk_api.py", line 312, in _vk_login
return self.error_handlersCAPTCHA_ERROR_CODE
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_captcha\solver.py", line 216, in vk_api_captcha_handler
key, _ = self.solve(captcha.get_url(), minimum_accuracy=minimum_accuracy, repeat_count=repeat_count)
File "C:\Users\Iostr\AppData\Local\Programs\Python\Python310\lib\site-packages\vk_captcha\solver.py", line 65, in solve
with logging_lock:
AttributeError: enter
The text was updated successfully, but these errors were encountered: