-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error during deserialization #46
Comments
Is there a "Caused by: ..." line further down in the output? The full error would be helpful |
There's a few: Caused by: java.io.IOException: Error during deserialization |
Hey guys,
I'm having an issue whenever I'm calling client.authenticate(). It is throwing an exception:
Exception in thread "main" net.boreeas.riotapi.rtmp.RtmpException: java.io.IOException: Error during deserialization
at net.boreeas.riotapi.rtmp.RtmpClient.sendRpcAndWait(RtmpClient.java:661)
at net.boreeas.riotapi.rtmp.services.ClientFacadeService.getLoginDataPacket(ClientFacadeService.java:37)
at net.boreeas.riotapi.rtmp.RtmpClient.authenticate(RtmpClient.java:495)
at net.boreeas.riotapi.rtmp.RtmpClient.authenticate(RtmpClient.java:462)
This is the code for it:
The text was updated successfully, but these errors were encountered: