HypixelDev / PublicAPI

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

Key Throttle for Unformatted Auth Keys #527

Closed cKnei closed 2 years ago

cKnei commented 2 years ago

Upon requesting any endpoint with a non-formatted API key(UUID4 Key) it results in a response of

{
  "success": false,
  "cause" : "Key Throttle",
  "throttle": true
}

While requesting with a non-formatted Player UUID4 string will still result in a profile being fetched. Unsure if this is intended or just a missed line.

ConnorLinfoot commented 2 years ago

Thanks for reporting, the issue has now been fixed!