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
Авторизация через direct в аккаунт, который находится в бане
What did you expect to happen?
Получить токен
What was the actual result?
TypeError: Cannot read properties of undefined (reading 'startsWith')
Additional Info
Если страница находится в бане, вк возвращает следующий ответ: { error: 'need_validation', error_description: 'user has been banned', ban_info: { member_name: 'name', message: 'message', access_token: 'token' } }
Необходимо дополнительно обрабатывать этот случай в методе run() (direct.ts:200)
Versions
package
version
vk-io
4.7.0
@vk-io/authorization
1.3.0
node
18.12.1
TypeScript
4.8.3
npm
8.19.2
The text was updated successfully, but these errors were encountered:
xzeldon
changed the title
Cannot read properties of undefined (reading 'startsWith')
Авторизация через direct в аккаунт, который находится в бане
Nov 17, 2022
What did you do?
Авторизация через direct в аккаунт, который находится в бане
What did you expect to happen?
Получить токен
What was the actual result?
TypeError: Cannot read properties of undefined (reading 'startsWith')
Additional Info
Если страница находится в бане, вк возвращает следующий ответ:
{ error: 'need_validation', error_description: 'user has been banned', ban_info: { member_name: 'name', message: 'message', access_token: 'token' } }
Необходимо дополнительно обрабатывать этот случай в методе
run()
(direct.ts:200
)Versions
vk-io
4.7.0
@vk-io/authorization
1.3.0
node
18.12.1
TypeScript
4.8.3
npm
8.19.2
The text was updated successfully, but these errors were encountered: