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
This is basic functionality that does work for me, so I'm not sure what could be up. It's very strange that python connects, which Julia does not. By default, it tires to connect to localhost port 4711. Can you check if minecraft is actually listening on that port on your machine? Can you telnet to that host/port combination? The code is simply running Sockets.connect("localhost", 4711) -- maybe you can run this from the REPL and see what's up?
I get the following when trying to connect to Minecraft when I execute
connectToWorld()
, can you help troubleshoot this? @aviks @Ellipse0934 Thanks!I am using a RaspberryPi 4, 8Gb RAM with:
Julia
Version 1.6.3 (2021-09-23)
Output of
cat /etc/os-release
:The text was updated successfully, but these errors were encountered: