Skip to content
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

EOF errors being thrown #13

Open
SerenModz21 opened this issue Sep 5, 2024 · 0 comments
Open

EOF errors being thrown #13

SerenModz21 opened this issue Sep 5, 2024 · 0 comments

Comments

@SerenModz21
Copy link
Member

SerenModz21 commented Sep 5, 2024

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) ~[?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant