You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: