Skip to content

Conversation

@kaxap
Copy link
Contributor

@kaxap kaxap commented Dec 25, 2017

Some time ago a weird exception started to appear: "Unknown API auth error".
After debugging I noticed that an app token is never acquired and

response = self.http.get(
            'https://oauth.vk.com/authorize',
            params={
                'client_id': self.app_id,
                'scope': self.scope,
                'response_type': 'token'
            }
        )

is actually returning "Your account has been banned" page. So I have added two lines to clarify the auth exception.

@python273 python273 merged commit ea556a5 into python273:master Dec 25, 2017
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

Successfully merging this pull request may close these issues.

2 participants