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

'wsse:FailedAuthentication - Profile accrual is required #141

Open
dukv2001 opened this issue Aug 21, 2020 · 8 comments
Open

'wsse:FailedAuthentication - Profile accrual is required #141

dukv2001 opened this issue Aug 21, 2020 · 8 comments

Comments

@dukv2001
Copy link

'wsse:FailedAuthentication - Profile accrual is required

@Terrance
Copy link
Owner

Either your account doesn't meet the requirements noted in #65 (comment), or your account is locked pending click-through of an interstitial page. In any case, the new login flow isn't released yet so keep discussion in #65 as originally requested.

@suurjaak
Copy link

From #65:

That's all the info we get from upstream, so it's hard to say. 🙁 Sounds like it's probably worth reopening and tracking on #141 if there are more limitations than we know of so far. I have one remaining test account with no MS link which produces that error, and two linked accounts which both login fine, so I can't repro it here.

I am getting "Profile accrual is required" with my linked account. If I enable two-factor authentication and set up an app password, login attempt with the original password gives "wsse:FailedAuthentication - Authentication Failure", and with the app password it's again giving the "Profile accrual is required" error.

Is there any more information I could give that would be useful here?

@Terrance
Copy link
Owner

If this is an an ex-Skype account with an old username, have you tried using both the Skype username and the associated Microsoft account email address / phone number as the login username?

@Terrance
Copy link
Owner

There are similar account issues being reported near the end of EionRobb/skype4pidgin#656, with a few potential solutions.

@suurjaak
Copy link

If this is an an ex-Skype account with an old username, have you tried using both the Skype username and the associated Microsoft account email address / phone number as the login username?

Yes it's an original Skype account. Trying with the associated e-mail address made no difference, still "Profile accrual is required".

There are similar account issues being reported near the end of EionRobb/skype4pidgin#656, with a few potential solutions.

Well! This suggestion worked for me - enabling Outlook for my account. That resulted in the e-mail address becoming the primary alias for the account, and skpy login now works, both with skypename and e-mail.

So apparently the new requirement is that the primary alias needs to be an e-mail, with skypename becoming deprecated.

@annalitvin
Copy link

@Terrance
I get an error message:

skpy.core.SkypeAuthException: ('wsse:FailedAuthentication - Authentication Failure', <Response [200]>)

But the message is being sent to the chat.
Code:

sk = Skype('email', 'password') # connect to Skype
ch = sk.chats.chat('chat_id")
ch.sendMsg("Some message")

Using online version of Skype. At the same time, the desktop version is installed on ubuntu 19.10.

@Terrance
Copy link
Owner

Have you tried any of the solutions on the issue linked above?

But the message is being sent to the chat.

You can't do anything until you're authenticated with a registration token, so I don't know what that means.

@annalitvin
Copy link

Have you tried any of the solutions on the issue linked above?

Set email as the main login alias.

You can't do anything until you're authenticated with a registration token, so I don't know what that means.

Sorry, there was an error in the code - an attempt was made to log in twice with different passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants