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

I have a problem with authorization in new account vk #3

Open
Merbuz opened this issue Aug 17, 2023 · 1 comment
Open

I have a problem with authorization in new account vk #3

Merbuz opened this issue Aug 17, 2023 · 1 comment

Comments

@Merbuz
Copy link

Merbuz commented Aug 17, 2023

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

@Merbuz
Copy link
Author

Merbuz commented Aug 17, 2023

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

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