-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
Thank you for your feedback, is your account an old skype account (non-mail) or a microsoft mail account? |
It's an old Skype account. Let me know if there is some additional logging, I should activate. |
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. 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. |
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 |
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. |
I tried using the "old" Skype account, but run into the same error as before. 😞 |
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. |
Well. I decided to use this:
And it works. Thanks :) |
I could never make login work, until I tried to create an app password for my Skype user. Then it worked right away. |
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 |
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.The text was updated successfully, but these errors were encountered: