MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.34k stars 491 forks source link

Runtime Error; Minecraft Server replies with error code 400 #140

Closed Tostah closed 4 months ago

Tostah commented 5 months ago

Running Voyager on Ubuntu through oracle VM. Running the LAN server on my host machine. The port is open. Screenshot 2024-01-09 225011 Screenshot 2024-01-09 224818

I had an idea to change the IP from bridge.py from the loopback to the IP of the host machine, doing that puts it in an infinite loop untill it times out.

A potential solution would be running the LAN server on the same VM that Voyager is running on, but not only is the VM on the same network as the LAN server, its on the same machine, using the same network adapter.

Any help is much appreciated!

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

uwFengyuan commented 3 months ago

I have a similar problem. Have you solved your problem?