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

Unknown API auth error #513

Open
KweezyCode opened this issue Sep 14, 2024 · 3 comments
Open

Unknown API auth error #513

KweezyCode opened this issue Sep 14, 2024 · 3 comments

Comments

@KweezyCode
Copy link

from vk_api.vk_api import VkApiMethod, VkApi

vk_session = VkApi('+xxx', 'xxx')

vk_session.auth()

vk: VkApiMethod = vk_session.get_api()

(xxx) "xxx/bin/python" "xxx/main.py"
Traceback (most recent call last):
File "xxx/main.py", line 7, in
vk_session.auth()
File "xxx/lib/python3.11/site-packages/vk_api/vk_api.py", line 187, in auth
self._auth_cookies(reauth=reauth)
File "xxx/lib/python3.11/site-packages/vk_api/vk_api.py", line 218, in _auth_cookies
self._api_login()
File "xxx/lib/python3.11/site-packages/vk_api/vk_api.py", line 516, in _api_login
raise AuthError('Unknown API auth error')
vk_api.exceptions.AuthError: Unknown API auth error

@username391
Copy link

pip uninstall vk-api
pip install git+https://github.com/python273/vk_api

@KweezyCode
Copy link
Author

pip uninstall vk-api pip install git+https://github.com/python273/vk_api

vk-api looks dead, i am using vkbottle right now

@freQuensy23-coder
Copy link

Same issue(

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

3 participants