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

Login is not working with message "login failed, can not find 't' value, orgid is" #9

Open
nbartels opened this issue Jul 29, 2021 · 11 comments

Comments

@nbartels
Copy link

I use the current version of the go-skype-bridge and connect it to synapse is working so far. But If I try to log in to skype with the login command I get the error message in my matrix client: login failed, can not find 't' value, orgid is

In the log file is the same message, but without the orgid part:
Failed to login: login failed, can not find 't' value

I checked the login and password, and they are correct, at least it's the same as it is working on skype web.

As negative test, I use a wrong password and get the same message as above.

Using a bad login name leads to this error message:
Please confirm that your account password is entered correctly , orgid is

Maybe interesting: my login name contains the _ character.

@pidongqianqian
Copy link
Collaborator

Thank you for your feedback, is your account an old skype account (non-mail) or a microsoft mail account?
i cannot reproduce this issue using my test account (email)

@nbartels
Copy link
Author

nbartels commented Aug 2, 2021

It's an old Skype account. Let me know if there is some additional logging, I should activate.

@pidongqianqian
Copy link
Collaborator

It has been confirmed that this issue exists, and a request related to the login of the old account returns an exception. I am dealing with this through packet capture but so far didn't find the point.
for now need find the request different from SkPy (this library can log in with old skype account).

If anyone can point out what is missing or need to be changed in the login request, please let me know here or submit a pr to this lib skypeApi.

@nbartels
Copy link
Author

Workaround: I connected the Skype account with a Microsoft account and used the email of that account to connect the bridge. First I got a strange SAML message, but had to verify the email again. On the 2nd try I got exchangeToken err and on the 3rd try the connection was established and my Skype contact appeared. And It looks very stable so far.

@pidongqianqian
Copy link
Collaborator

pidongqianqian commented Aug 13, 2021

yes, this is a solution.

And I fixed the issue related to the login of the old skype account in the commit just now, you can update to the latest code of the master branch to confirm it.

I will continue to keep this issue open for two days. If there is no new feedback from others on this issue during the period, I will close this issue.

@nbartels
Copy link
Author

nbartels commented Aug 14, 2021

I tried using the "old" Skype account, but run into the same error as before. 😞

@xaionaro
Copy link

And I fixed the issue related to the login of the old skype account in the commit just now, you can update to the latest code of the matrix branch to confirm it.

https://github.com/kelaresg/go-skype-bridge/branches -- it seems there no branch named "matrix"

@pidongqianqian
Copy link
Collaborator

And I fixed the issue related to the login of the old skype account in the commit just now, you can update to the latest code of the matrix branch to confirm it.

https://github.com/kelaresg/go-skype-bridge/branches -- it seems there no branch named "matrix"

oh, i wrote it wrong, it should be master branch.

I can log in with my old test account, but your account can't. I can't determine where the issue is, so I didn't close this discussion.

@xaionaro
Copy link

Well. I decided to use this:

Workaround: I connected the Skype account with a Microsoft account and used the email of that account to connect the bridge.

And it works. Thanks :)

@LeviticusMB
Copy link

I could never make login work, until I tried to create an app password for my Skype user. Then it worked right away.

@crazychatting
Copy link

same here. you need to use an "app password" for your microsoft account. you can find this here: https://account.live.com/proofs/Manage/additional
image

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

5 participants