python273 / vk_api

Модуль для создания скриптов для ВКонтакте | vk.com API wrapper
https://pypi.org/project/vk-api/
Apache License 2.0
1.33k stars 324 forks source link

Unknown API auth error, app_id = 2685278 doesn't work #502

Closed dimahimma closed 8 months ago

dimahimma commented 8 months ago

vk_session = vk_api.VkApi(str(vk_login), str(vk_password),app_id=2685278) vk_session.auth() vk = vk_session.get_api()

error: vk_api.exceptions.AuthError: Unknown API auth error app_id 6222115 doesn't work as well, same if i use it without app_id at all

dimahimma commented 8 months ago

it works with app_id=6287487, client_secret="QbYic1K3lEV5kTGiqlq2"