-
Notifications
You must be signed in to change notification settings - Fork 28
Unable to connect. Wrong credentials Exception #45
Comments
Same here :-)
Double checked account credentials. |
I have same issue Login with my gmail, live:username... the same error return.
Please help me fix this issue. Note: checked account credentials by login Skype Web |
Dear @delthas, More information about the problem: Class Webconnector, method updateContacts() Do you have any idea about this? Best Regards, |
I still having the same problem. Had it been solved? |
up |
hello, |
@fabiodepin I followed your fixing but it's not solved problem. |
Did anyone manage to find a fix for this issue? |
I am also getting the same error. Is there any solution for this issue? |
Still investigating, made it work for 1 out of 3 accounts, for the rest the issue is a 911 error. An issue for that was already added. |
okay. thank you |
https://pastebin.com/cr68Quhy Also, the fact that we added userJSON.optJSONObject("profile"); as optional is wrong again but works as a hacky fix |
I've got it working with an older Skype account, and two newer ones from Microsoft.
|
@haroflow any chance you can share the code for getSelfLiveUsername() ? |
delthas#45 Solved login and contact listing problems. Added IDLE status.
@metasonic You can find it here: fabiodepin@c14d2d7 |
@haroflow issue still occurs if you use an old account, investigating the issue. |
no luck so far, not really sure what changed for old skype accounts. @delthas any chance you can point us in the right directions? |
@metasonic Thank you for the feedback! My skype account is pretty old (+8 years). Not sure what could be happening with yours... Any changes to the error messages? Could you post the stacktrace or the debug logs? You may contact me on skype if you'd like, same username as here, we can debug this. :) |
@metasonic sorry, I don't really have time to really investigate this issue myself now. @haroflow good points, when I added the Microsoft login support I kind of expected that the username wouldn't be the same if the user corresponding to the email was already registered, but I didn't have any account to investigate this. Some pointers if you'd like to investigate this further:
Also you can join #msndevs in freenode where these libs and docs developers are (although not really active), one of the devs may have a custom Skype build that may help you with investigating how Skype works, ask if you need it. You can also run Miranda and use its debug logs to see what messages are sent and received. |
Hello, 1... the problem for this issue (#45 and #41) has been solved on commit fabiodepin/JavaSkype@c3d3cd2. 2... the problem recently mentioned by @metasonic has been reported on other issue: issue #30 (fr.delthas.skype.ParseException: Error message received: 911 2 CON 23). @metasonic please send your debugFile to pastebin and comment on issue #30 to we help you |
@delthas was looking for guidance on what where to look mostly, as based on https://github.com/msndevs/protocol-docs/wiki the auth process is correct. I started looking over Miranda logs, thanks a lot for this suggestion!! @haroflow @fabiodepin amazing job on this one! @fabiodepin are you planning on supporting this? I want to extend the notification capabilities of this to cover new things added to Skype and would love to contribute instead of creating a new fork |
Hi all I debugged the code and see that the bug was caused in LiveConnector.java, this line: has error in return value. I debugged and saw that:
I printed out my postUrl variable:
@delthas @fabiodepin @haroflow I appreciate your guidance. I've applied your code update but errors still occur. I read all threads but I still can't fix it. I really need this to be fixed. Thanks |
Has anyone tested this app on Linux ? I bought a VPS (digital ocean) and run this app but it's not successful. |
@apovn have you tried on a local VM running Linux? |
@metasonic How can I try login on a browser on Ubuntu. I have VPS and connect to it via SSH and run command only. I feel this problem is really weird. |
@metasonic I tested on local machine (Ubuntu OS) but it's not success. Could you send me the source code that you run successfully on peppermint. My email tritranducATgmail.com. |
Hi @delthas, can you help me this problem ? Do you know why this line of code in LiveConnector.java, refreshTokens() method: always return statusCode = 200 on Linux (Ubuntu) and in this case post.header("Location") will return null. So that in Ubuntu app can not get refreshToken. Do I have to config anything more in Ubuntu ? Anyone know about this case ? I appreciate your help. |
@apovn |
@haroflow Thank you. |
Did you get fixed this because I got the same Error |
Anyone Got fixed or Does this still works ? |
Hi,
Is the library working? I am not able to connect to skype. I get wrong credentials exception. However, the credentials are correct.
The text was updated successfully, but these errors were encountered: