-
Notifications
You must be signed in to change notification settings - Fork 28
fr.delthas.skype.ParseException: Error message received: 911 2 CON 23 #21
Comments
To be honest I can't reproduce this 100%, it seems it only happens on a specific class (even tho it is the same code to connect), changing the class fixed the issue (for some reason)... |
Send me the debug log files! :) |
@delthas cool, just because you asked about the debug log it magically decided to work without any issues. |
@delthas maybe not, it seems JavaSkype isn't working. Here is the skype.log
EDIT: Yeah, it isn't working, I forgot to add skype.setErrorListener(Exception::printStackTrace);, after adding the exception is thrown in the console. |
@delthas this issue is really strange, here is another log Why it wouldn't work on my dedicated machine? (dedicated machine from OVH), it seems it fails to authenticate, but the user's usernames ARE printed in the console, so it is logging successfully. However the bot isn't online and trying to interact with it (addUserMessageListener) doesn't work. |
@delthas dude, I'm facepalming so hard right now. Like, I think I'm retarded... ...I was compiling with my local JavaSkype copy... after changing the pom.xml to compile with the latest version it magically worked... So... yeah... I think I can close this. |
Hahaha I'm so glad there wasn't a real bug because I had absolutely no idea how to fix it... Thanks for opening these issues though, it helps me fix the last few bugs of this library! It really helps. |
@delthas uhhh... now I successfully reproduced it on my local machine with my main account (my bot now works on my dedicated and on my local machine for SOME REASON, so now I don't really care about this issue because at least my bot account works)
Maybe something related to the number of contacts? And now I'm 100% sure that I'm running the latest version (even tried getting the latest version from Jitpack to be sure) |
I am actually getting this same error. Did anyone ever find anything to resolve? |
Hello! Sorry for the long wait. I think I have fixed the issue in the latest version, 1.0.20. Could you check and tell me if it works/reopen the issue if it doesn't? @matthewbachelder @MrPowerGamerBR Thanks. |
@delthas I'm not using Skype anymore (migrated to Discord) so... yeah, I can't test this issue, sorry! |
I will try and let you know how it goes |
oh nice @MrPowerGamerBR you finally made the move to discord! congrats 😃 |
@delthas yeah, I got fed up with Skype hanging randomly when opening a huge group chat... Also because Discord allows you to create very powerful bots, with Skype... Not so much because you are kinda limited with what you can do. |
@delthas I was able to test. It is working |
Great.
|
Error 911 2 CON 23 is repeated. Not always. Sometimes. OS Debian 8 `Mar 22, 2017 12:28:52 PM fr.delthas.skype.NotifConnector readPacket Authentication failed Mar 22, 2017 12:28:52 PM fr.delthas.skype.NotifConnector lambda$connect$4 Authentication failed Mar 22, 2017 12:28:52 PM fr.delthas.skype.Skype error Authentication failed Mar 22, 2017 12:28:52 PM fr.delthas.skype.Skype error Windows 7 OS - all good! |
Error 911 2 CON 23 is repeated. OS Debian 8 x64. Version JavaSkype 1.0.21 `Connect skype... Authentication failed Authentication failed Authentication failed Windows 7 OS - all good! |
The most interesting. Under one login all ok. Under another login error. |
Sometimes it happens WARNING: EOF reached in stream |
May 19, 2017 12:34:48 PM fr.delthas.skype.Skype error Authentication failed May 19, 2017 12:34:48 PM fr.delthas.skype.Skype error |
For Debian 8 x64 this solution was found in file NotifConnector.java
|
@awkaw : I replaced the CNT CON string with the one you used and pushed it in 1.0.21. Does it work? |
Error 911 2 CON 23 still sometimes occurs. I do not know how to fight it yet. |
The problem is in restricting Microsoft to use Skype in Linux. The latest working version of Skype for Linux is 4.2. I do not know how to adapt it to Linux. |
I am getting the same error on Windows Server 2012 R2 machine using 1.0.21. It was working flawlessly for a few months but now I am getting it all the time. I am using it with only one skype account linked with Microsoft profile. Also bear in mind that I am using this library as a C# port made with IKVM. I wouldn't expect it to mess with the skype protocol logic, but of course there is a chance. Please let me know if you need any logs. |
Hello @afish and thanks for using the library. I haven't added support for Microsoft accounts yet so this is maybe why it doesn't work. Do you remember doing anything in particular when it stopped working, like linking to your Microsoft account? Anyway, I could try and find the bug more easily if you send me the debug logs, by using |
Hi! I linked my account with Microsoft profile many months ago and it worked correctly with your library since then. I have two factor authentication enabled and in the library I use application password generated on the website, maybe this changes something, but I am sure the password is correct (despite the fact that log suggests something else) because it works fine in other application. I changed nothing recently. In my own logs I can see that this error was logged from time to time for the last few months, e.g., once a week. However, last week (03.08.2017) it started occurring very often, I can see that the application was unable to log in to skype for a few hours, but later the error disappeared for a few hours and then occurred again on 04.08.2017. Few hours later it came back to normal for another 5 days but it stopped working yesterday. Right now I am unable to log in at all using your library. Maybe this will simply go away on its own but for the last ~15 hours I can see the error constantly. |
Okay, I'll try to delve into the logs and see how I can fix it. Meanwhile, if at some point the login actually works, please send me the logs of the working run, so that I can compare both logs. So you may want to use |
There also might be another issue, I don't know if this is directly related to te 911 2 CON 23. See the gist: It looks like Skype gets stuck and dumps thousands of warnings to log file. The same environment, namely, Windows Server 2012 R2 and .NET application using version 1.0.21 via IKVM. |
Hi all I also have the same problem.
and I got error like this: java.net.SocketException: Connection closed by remote host @delthas Could you tell me the purpose of this code: sendPacket("PNG", "CON", ""); Thank a lot. |
Same code on both machines, on my computer (Windows 10) it works with no issues, however it fails to connect on my dedicated machine (CentOS 6).
The text was updated successfully, but these errors were encountered: