question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not whitelist player: "Got an error from requesting the xuid..."

See original GitHub issue

Myself and a few others attempted to /fwhitelist add a bedrock player to the server. Floodgate displays the following error on the console:

[20:10:22 INFO]: _R_T_ issued server command: /fwhitelist add ToastySoap90628
[20:10:23 ERROR]: [floodgate] Got an error from requesting the xuid of a Bedrock player: Unable to find user in our cache. Please try specifying their Floodgate UUID instead

I have confirmed that the player exists and the username is correct. Is there something I’m missing? Whitelisting is currently working for both Java and Bedrock players.

Server Version: This server is running Paper version git-Paper-299 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: 76ed156) Geyser Version: This server is running Geyser version 2.0.3-SNAPSHOT (git-master-8c9d1fe) (Java: 1.18.2, Bedrock: 1.18.0/1.18.1/1.18.2 - 1.18.30/1.18.31) Floodgate Version: Build 65 - 20 March 2022

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
onebeastchriscommented, Oct 15, 2022

Unfortunately, the floodgateuuid converter currently does not work. In the meantime, you can manually find out a uuid using this method: Step 1: visit https://www.cxkes.me/xbox/xuid and enter the bedrock username (without the period that is added by Geyser) Step 2: Search for the hexidecimal result and copy it down Step 3: You can try just that number instead of the username, but mine was formatted like this

XUID Search Result: 000901F4BF5B7415 Minecraft XUID: 00000000-0000-0000-0009-01f4bf5b7415

So step 4 would be to add a dash after the first four digits and then paste “00000000-0000-0000-” before the search result to get the correct format. Also, don’t forget the dash after the first 4 digits (see example above)

2reactions
Camotoycommented, May 21, 2022

We are aware of this issue - for now, you can use https://floodgate-uuid.heathmitchell1.repl.co/ to get a player’s UUID.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to find XUID/UUID for bedrock players! : r/Minecraft - Reddit
We are using Geyser on our server and we were trying to grant permissions and give whitelist to bedrock players with LuckPerms.
Read more >
Could Not Add User To The Whitelist - Knowledgebase
The [Server] Server thread/INFO Could not add [user]to the whitelist error is most common with Minecraft versions that use the new UUID system....
Read more >
How to whitelist on your Bedrock server - Help Guides
The whitelist will be saved in a file called whitelist.json . ... Boolean, True if this user should not count towards the maximum...
Read more >
BungeeSafeguard - UUID-based whitelist plugin - SpigotMC
Improved error message will be delivered in case of adding/removing a non-exist user (no annoying Java exception stack dump). INT_MAX, May 22, ...
Read more >
Configuring the Whitelist | Confluence Data Center and Server ...
Confluence will display an error if content has been added that is not ... So http://example.com/ would not allow CORS requests from the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found