Terrance/SkPy

login problem

Mounthazeer opened this issue · 1 comments

hi i am having some problem

i am able to run this code below well locally however it is not working on google colab
sk = Skype(username, pwd)

These are the errors
SkypeAuthException: No token file specified
SkypeAuthException: ('wsse:FailedAuthentication - Authentication Failure', <Response [200]>)

please i really need help

You didn't follow the issue template and didn't include the full HTTP request, so I can't see what the underlying error is.

That said, authentication errors are documented, and that's probably all the information we're getting, so either you're getting the credentials wrong or Microsoft is blocking the authentication for another reason.