Pugmatt / BedrockConnect

Join any Minecraft Bedrock Edition server IP on Xbox One, Nintendo Switch, and PS4/PS5
GNU General Public License v3.0
1.43k stars 165 forks source link

Self-hosted BedrockConnect not working. #294

Closed Turtle-Boi closed 2 years ago

Turtle-Boi commented 2 years ago

What happened?

When I choose a server from the list that allows me to access the server list, I get this error: "We had some trouble receiving your player data. Please report this to the BedrockConnect GitHub if the issue continues."

Excepted Behaviour?

I should just be able to connect just fine and be able to connect to my minecraft bedrock esrver.

Steps to reproduce.

No response

Screenshots/Videos

2022051212010800_s

Minecraft Bedrock Version

1.18.2

Console

Nintendo Switch

Additional Context

No response

Pugmatt commented 2 years ago

This error can arise if there's an issue with creating the player data files, or if you have database mode on it's failing to communicate with the database. If you don't have a database setup and are using files for player data, make sure you have nodb=true added to your startup command, such as the following:

java -jar BedrockConnect-1.0-SNAPSHOT.jar nodb=true

If you still have issues, please reply with the full command you're using to launch the BedrockConnect instance.

Turtle-Boi commented 2 years ago

Thank you, this worked!