Replies: 5 comments
|
Your logs don't match your compose file since it's looking for https://playerdb.co/api/player/minecraft/peregonb and not "other-user" Visiting the URL confirms the reported error |
0 replies
|
@itzg I tried to redact my friend's username but forgot one place :) Looks like the issue is that |
0 replies
|
I don't understand. Offline mode or not you're trying to put a username into ops/whitleist. It has to call the 3rd party API to resolve the username. How is the system supposed to convert a name to a UUID otherwise? |
0 replies
|
@itzg is it possible to skip username to UUID conversion step? |
0 replies
|
Yes, you can provide UUIDs instead of username |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
I have a docker-compose file with whitelist and ops values.
The second
other-useris not known nickname, so I disabled online mode.Problems:
other-usernickname although online mode is disabledInvalid parameter provided for 'manage-users' command: Could not resolve user from Playerdb: other-userWHITELIST. I'm using Prism Launcher with Microsoft Account logged in.OPSvar doesn't work. I'm a regular user even when that value is defined.I had to grant myself admin privileges via console as
OPSdidn't have effect.Container definition
Container logs
All reactions