samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Exception while handling message #84

Closed sistem21 closed 8 years ago

sistem21 commented 8 years ago

Hello and sorry for trouble, @samczsun Every 30 seconds i get this error in console:

mar 27, 2016 2:16:06 PM com.samczsun.skype4j.internal.SkypeImpl$1$1 run GRAVE: Exception while handling message java.lang.NullPointerException at com.samczsun.skype4j.internal.SkypeImpl$1$1.run(SkypeImpl.java:106) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

mar 27, 2016 2:16:06 PM com.samczsun.skype4j.internal.SkypeImpl$1$1 run GRAVE: {}

Tell me if you need my code or other,and thanks in advance ;)

Sorry for my bad english ;)

samczsun commented 8 years ago

Please try running with the latest build. You can do that using jitpack.io or locally installing the latest commit. The current line number makes no sense.

sistem21 commented 8 years ago

Thank you!