-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not whitelist player: "Got an error from requesting the xuid..." #304
Comments
We are aware of this issue - for now, you can use https://floodgate-uuid.heathmitchell1.repl.co/ to get a player's UUID. |
https://floodgate-uuid.heathmitchell1.repl.co/ does not work for me i get error An error occurred: No API Key provided or invalid API Key |
For me that website is also down. Please work on a fix... |
Unfortunately, the floodgateuuid converter currently does not work. In the meantime, you can manually find out a uuid using this method: XUID Search Result: 000901F4BF5B7415 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) |
Hey @onebeastchris , Thank you for your response! That does indeed work! Just one question; is there an API which I can use for this? I have not been able to find a proper XUID API without an API key and I would like to automate this using a PHP script :) |
that's the thing, there isn't one to my knowledge. That's the reason why the uuid converter went down... |
This is just an idea, but maybe you can do something like this: |
feel free to make a pr/open a new issue for it, i'm not a dev here |
Currently, the whitelist is managed by the server - Geyser simply inserts their username (with the correct prefix and The problem is, after authentication became UUID-based, so did whitelists. In most cases a fake UID would not allow a player with a whitelisted username to join. |
Myself and a few others attempted to
/fwhitelist add
a bedrock player to the server. Floodgate displays the following error on the console: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
The text was updated successfully, but these errors were encountered: