CC: Tweaked

CC: Tweaked

42M Downloads

TCP connection for websocket failing

JanzenJohn opened this issue ยท 2 comments

commented

Minecraft Version

1.16.x

Version

1.98.2

Details

When trying to connect to a websocket (locally or remote)
the TCP connection / socket is closed unexpectedly

the server tells me that no Websocket frames where sent

  • "Connection reset by peer"

while the turtle I'm trying to connect from outputs "Could not Connect" in it's terminal

regular http connections work fine though

2021-10-09-3.log.gz
2021-10-09-4.log.gz
2021-10-09-5.log.gz
2021-10-09-6.log.gz
2021-10-09-1.log.gz
2021-10-09-2.log.gz

commented

I'm having the same issue, where HTTP requests work fine, but Websockets seem to not be able to connect...

commented

Possibly related to #958 or #695. Try disabling compression in your websocket library and see if it helps.