HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 152 forks source link

Name in uuid #530

Closed Polsulpicien closed 2 years ago

Polsulpicien commented 2 years ago

Requesting the API with a name in the uuid field will kind of break the API and will show a blank page https://api.hypixel.net/player?key=KEY&uuid=manhal_iq_

This should at least show this (422 Error from the /friends endpoints docs):

{
"success": false,
"cause": "Malformed UUID"
}

Not a blank page :)

image

ConnorLinfoot commented 2 years ago

Thanks for the report, the issue is now resolved!