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
Problem
When using the manage-users command to add an OP/whitelisted player with an Xbox/Microsoft Account (MSA), the container fails to start with the error:
[mc-image-helper] ERROR: Invalid parameter provided for 'manage-users' command: Could not resolve user from Playerdb
The Mojang API (https://api.mojang.com/users/profiles/minecraft/:username) returns:
{"errorMessage": "Couldn't find any profile with name :username"}
I tested both servers but I don't understand your position, sorry.
In the bedrock server, it was enough to specify the UID, which is visible in the log when the player joins.
In the java server, these UIDs will not work, there you need to use username or gametag or another uid.
In my case, one of the players used profile renaming after registering in Xbox, but forgot to do it in the Minecraft profile.
Honestly, I did not know that between these backends there is not full synchronization of accounts.
Uh oh!
There was an error while loading. Please reload this page.
Enhancement Type
Improve an existing feature
Describe the enhancement
Documentation Link: Server Properties - OPs/Administrators
Problem
When using the
manage-users
command to add an OP/whitelisted player with an Xbox/Microsoft Account (MSA), the container fails to start with the error:The Mojang API (
https://api.mojang.com/users/profiles/minecraft/:username
) returns:Even though the profile exists on:
Root Cause
Different Java Profile Name and xbox gametag.
Solution
Use username from Java Profile Name. Or change it there to gametag value.
The text was updated successfully, but these errors were encountered: