Project-Poseidon icon indicating copy to clipboard operation
Project-Poseidon copied to clipboard

GetUUIDFetcher Doesn't Honor settings.fetch-uuids-from

Open MaximilianEmel opened this issue 1 year ago • 1 comments

When setting use-get-for-uuids: to true in poseidon.yml, it stops honoring the fetch-uuids-from: setting, and instead uses a hardcoded https://api.mojang.com/users/profiles/minecraft/.

MaximilianEmel avatar Jul 24 '23 10:07 MaximilianEmel

Long story short, use-get-for-uuids was added in a rush when Mojang had a bug with POST not working for some reason around two years ago and was never fully flushed out.

For anyone working on this issue, it is likely good to allow the user to specify and POST and GET URL in the config alongside which one is going to be used.

RhysB avatar Jul 29 '23 08:07 RhysB