nguyenquyhy / DiscordBridge

A Sponge plugin to integrate Minecraft server with a Discord channel
MIT License
31 stars 18 forks source link

Stack Trace Appearing in Console for No Apparent Reason #32

Closed john01dav closed 7 years ago

john01dav commented 7 years ago

The following stack trace appears in my server console seemingly randomly:

com.neovisionaries.ws.client.WebSocketException: Flushing frames to the server failed: Connection closed by remote host
        at com.neovisionaries.ws.client.WritingThread.doFlush(WritingThread.java:436) [WritingThread.class:?]
        at com.neovisionaries.ws.client.WritingThread.sendFrames(WritingThread.java:386) [WritingThread.class:?]
        at com.neovisionaries.ws.client.WritingThread.main(WritingThread.java:119) [WritingThread.class:?]
        at com.neovisionaries.ws.client.WritingThread.run(WritingThread.java:57) [WritingThread.class:?]
Caused by: java.net.SocketException: Connection closed by remote host
        at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1555) ~[?:1.8.0_111]
        at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71) ~[?:1.8.0_111]
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) ~[?:1.8.0_111]
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) ~[?:1.8.0_111]
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:140) ~[?:1.8.0_111]
        at com.neovisionaries.ws.client.WritingThread.flush(WritingThread.java:273) ~[WritingThread.class:?]
        at com.neovisionaries.ws.client.WritingThread.doFlush(WritingThread.java:424) ~[WritingThread.class:?]
        ... 3 more

It does not seem to affect the functioning of the plugin.

DaltonPelkey commented 7 years ago

https://gyazo.com/1b7972e1578c01cbf6497b6c53009d2b

Same issue. Just a bunch of console spam, plugin works fine, however.

Tahul commented 7 years ago

Same issue here.

nguyenquyhy commented 7 years ago

Please try the latest 2.3.0 version and let me know if you still get this error 😄 .