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

Ошибка авторизации #697

Closed
pj-promo opened this issue Oct 10, 2018 · 2 comments
Closed

Ошибка авторизации #697

pj-promo opened this issue Oct 10, 2018 · 2 comments
Labels
Ошибка В существующем функционале есть проблема

Comments

@pj-promo
Copy link

При попытке авторизации, исключение "URI должен содержать токен!".
v1.38, FW 4.7.2.
До ошибки 2 дня работала стабильно.
Win 7

Реализация подключения:

setting = new ApiAuthParams
                    {
                        ApplicationId = _account.AppId,
                        Login = _account.Email,
                        Password = _account.Password,
                        Settings = Settings.All,
                        
                        Host = _account.Proxy.Address,
                        Port = int.Parse(_account.Proxy.Port),
                        ProxyLogin = _account.Proxy.UserName,
                        ProxyPassword = _account.Proxy.Password,
                    };

...
api.Authorize(setting);

Скрин ошибки:
image

@inyutin-maxim inyutin-maxim added this to the v1.40.0 milestone Nov 5, 2018
@inyutin-maxim
Copy link
Member

inyutin-maxim commented Nov 6, 2018

@pj-promo Рекомендую для отладки пользоваться бесконечным токеном. Причина скорее всего в капче, которую мы не обрабатываем при авторизации. Так же если у тебя Desctop приложение то авторизацию лучше реализовать примерно как в примере: https://github.com/vknet/vk/blob/develop/examples/VkNet.Wpf/WpfAuthorize.cs

Так же у нас есть чат в телеграмме где сообщество активно помогает друг другу: https://t.me/VkDotNet

@inyutin-maxim inyutin-maxim modified the milestones: v1.40.0, v1.41.0 Dec 3, 2018
@inyutin-maxim inyutin-maxim modified the milestones: v1.41.0, v1.42.0, v2.0.0 Jan 3, 2019
inyutin-maxim added a commit that referenced this issue Feb 4, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.42.0, v1.43.0 Feb 6, 2019
inyutin-maxim added a commit that referenced this issue Feb 6, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.43.0, v1.44.0 Mar 6, 2019
@inyutin-maxim inyutin-maxim added the Ошибка В существующем функционале есть проблема label Apr 6, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.44.0, v1.45.0 May 20, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.45.0, v1.46.0 Aug 6, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.46.0, v1.47.0 Sep 3, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.47.0, v1.48.0 Oct 10, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.48.0, v1.49.0 Dec 6, 2019
@inyutin-maxim inyutin-maxim modified the milestones: v1.49.0, v1.50.0 Feb 7, 2020
@inyutin-maxim inyutin-maxim modified the milestones: v1.50.0, v1.51.0 Mar 3, 2020
@inyutin-maxim inyutin-maxim modified the milestones: v1.51.0, v1.52.0 Apr 5, 2020
@inyutin-maxim inyutin-maxim modified the milestones: v1.52.0, v1.53.0 May 5, 2020
@itsokto
Copy link
Collaborator

itsokto commented May 30, 2020

Обсуждение проблем с авторизацией переносится в #997

@itsokto itsokto closed this as completed May 30, 2020
@itsokto itsokto removed this from the v1.53.0 milestone May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ошибка В существующем функционале есть проблема
Projects
None yet
Development

No branches or pull requests

3 participants