-
Notifications
You must be signed in to change notification settings - Fork 66
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
403 response. The content in the registration token does not match the content in the authentication ticket #59
Comments
Not seen that one before... You missed most of the information requested in the issue template:
|
Thanks for your reply! Skype account, log in with a Skype username and password. |
It seems most of these auth quirks only affect a small proportion of users. 🙁 Can't reproduce here, so you'll need to try a fresh login on Skype for Web whilst watching the network requests in dev tools. Unfortunately there's a lot of cruft and noise from analytics and other non-important requests going on. If you're using Chrome, here's a filter string to cut some of it out:
I suspect it'll be down to the registration token request (POST /v1/users/ME/endpoints), so take a look at that, and compare the payloads between Skype for Web and what you posted above. The PUT /v1/users/ME/endpoints/{...}/presenceDocs/messagingService may also differ. |
Can't see any visible differences between those requests, so I'm not sure what the server dislikes. 😟 |
I also ran into this issue on one account (another one works just fine):
|
Same problem.
I create new skype account (today): Windows Server 2012
Test script:
Run it:
My output:
|
I done this for solving this problem:
Then: install "skpy" from sources - branch "master": |
To confirm, the version on Github works but not the one published on pip? |
Latest release == git master, there shouldn't be any difference. More likely a timing/temporary issue? |
@pvoytko |
Sorry, i am mistake Same code: Load from PIP: Load from sources: Compare code - i see same code:
@OllieTerrance may be reason is |
I am facing this issue.., is there any mordern library exists today?? |
[Edited -- don't leak your tokens!]
Hi!
I have written a script that saves the chat history using SkPy.
There is one Skype account that raises error on this line:
I set SKPY_DEBUG_HTTP=1, and that's what I got:
Thanks in advance!
The text was updated successfully, but these errors were encountered: