You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some time has passed, EOF errors get thrown. I'm currently unsure what it could be but I doubt it would be a network issue because I also host other Discord bots and Minecraft servers on the machine that I have been testing the mod on.
For example:
[18:31:09] [DefaultDispatcher-worker-3/ERROR]:
java.io.EOFException: null
at okio.RealBufferedSource.require(RealBufferedSource.kt:204) ~[com_squareup_okio_okio-jvm-3.9.1-f664b5f8eea08fa8.jar:?]
at okio.RealBufferedSource.readByte(RealBufferedSource.kt:214) ~[com_squareup_okio_okio-jvm-3.9.1-f664b5f8eea08fa8.jar:?]
at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.kt:119) ~[com_squareup_okhttp3_okhttp-4.12.0-5312757916673415.jar:?]
at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:102) ~[com_squareup_okhttp3_okhttp-4.12.0-5312757916673415.jar:?]
at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293) ~[com_squareup_okhttp3_okhttp-4.12.0-5312757916673415.jar:?]
at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195) ~[com_squareup_okhttp3_okhttp-4.12.0-5312757916673415.jar:?]
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ~[com_squareup_okhttp3_okhttp-4.12.0-5312757916673415.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
The text was updated successfully, but these errors were encountered:
After some time has passed, EOF errors get thrown. I'm currently unsure what it could be but I doubt it would be a network issue because I also host other Discord bots and Minecraft servers on the machine that I have been testing the mod on.
For example:
The text was updated successfully, but these errors were encountered: