osmarks / skynet

Technically client-agnostic websocket communications server, designed for ComputerCraft
MIT License
7 stars 0 forks source link

Server unavailable #3

Closed Crayder closed 3 years ago

Crayder commented 3 years ago

"Skynet server unavailable, broken or running newer protocol version."

Minecraft: 1.16.4 Computercraft: CC: Tweaked 1.94.0 Modpack: Valhelsia 3.1.0

Latest download from master branch. Any ideas? Tested your socket on a testing platform and it connects fine, but not within my lua scripts.

osmarks commented 3 years ago

The server seems to be working fine still, so perhaps your server/world is blocking outbound HTTP connections, or there were some incompatible changes to websockets in newer CC:Tweaked than I tested on.

Crayder commented 3 years ago

Weird, it does the same thing for me locally as well on a singleplayer world. Not sure how to further narrow it down.