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

Accounts suspended #143

Open
paguan opened this issue Jan 10, 2017 · 0 comments
Open

Accounts suspended #143

paguan opened this issue Jan 10, 2017 · 0 comments

Comments

@paguan
Copy link

paguan commented Jan 10, 2017

Hey,
At random times I'm getting below error after been denied from the POLL endpoint: https://%sclient-s.gateway.messenger.live.com/v1/users/ME/endpoints/SELF/subscriptions/%s/poll

ErrorCode: 401 Message: The provided 'skypetoken' ticket failed authentication. SkypeTokenRevoked

Looking at the PollThread class I see that if the POLL endpoint is responded with a 403 error_code it tries to refresh the token by calling the URL: "https://client-s.gateway.messenger.live.com/v1/users/ME/endpoints/" and this request is the one that is returning the SkypeTokenRevoked error.
After having this error the account at Skype is suspended and I need to go through some two-step authentication process to re-enable it.

Has anyone experienced this? Why the token renewal is happening inside the Pollthread? Shouldn't it attempt to get the new token by login with username and password?

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

1 participant