-
Useful information:
I have a startup file to connect to a websocket server running in Java this is probably a very obvious fix but hey it's my first experience with websockets |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
It's not a bug, local IP addresses are not permitted due to security issues. You can disable this by removing 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
-
|
thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
that ip isn't in the config |
Beta Was this translation helpful? Give feedback.
-
|
That IP is in there by default, you only need to change |
Beta Was this translation helpful? Give feedback.
-
|
yes I tried that but it was just changed back when I re launched the game |
Beta Was this translation helpful? Give feedback.
-
|
Oh, i tried it again and it worked, why it didn't work the first time idk but yay :) |
Beta Was this translation helpful? Give feedback.
It's not a bug, local IP addresses are not permitted due to security issues. You can disable this by removing 127.0.0.1
from the computercraft-server file located in the serverconfig folder of your save.