delthas / JavaSkype

A lightweight, comprehensive Java API for Skype using MSNP24
MIT License
72 stars 28 forks source link

Error while parsing entity 28 #37

Closed estuardolh closed 6 years ago

estuardolh commented 6 years ago

Hello,

I installed JavaSkype 1.0.22 using Maven on Eclipse. Running a basic example(one its worked in a previous version and same skype user) i am getting this out:

Exception in thread "Skype-Receiver-Thread" java.lang.IllegalArgumentException at fr.delthas.skype.NotifConnector.parseEntity(NotifConnector.java:792) at fr.delthas.skype.NotifConnector.updateThread(NotifConnector.java:738) at fr.delthas.skype.NotifConnector.processPacket(NotifConnector.java:254) at fr.delthas.skype.NotifConnector.lambda$new$0(NotifConnector.java:73) at java.lang.Thread.run(Unknown Source)

Enabling debug i see in the log file this at the last two lines: nov 22, 2017 10:49:52 PM fr.delthas.skype.NotifConnector parseEntity ADVERTENCIA: Error while parsing entity 28:0d5d6cff-595d-49d7-9cf8-973173f5233b: unknown network:28

Thank you in advance

delthas commented 6 years ago

Hello, thanks for the bug report. I will look into this this week.

delthas commented 6 years ago

This seems related to the new "bot" Skype feature. I'll try and replicate the problem.

estuardolh commented 6 years ago

Maybe Skype translator bot?

delthas commented 6 years ago

I have just pushed 1.0.23 which addresses this issue. Could you try it and tell me if it works?

Thanks.

estuardolh commented 6 years ago

Okay. I have no message error about above. Thank you!

delthas commented 6 years ago

Great to hear!