HypixelDev / PublicAPI

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

Internal api error, possibly due to integer bit limit #432

Closed fire12324344 closed 3 years ago

ConnorLinfoot commented 3 years ago

Can you please provide the request you are attempting to make causing the error?

MartinNemi03 commented 3 years ago

Can you please provide the request you are attempting to make causing the error?

They're making a standard /skyblock/profile request for his profile "Papaya" (Profile ID: 90deaff45f7e4c10a706220da3a5e58f) with the result being {"success":false,"cause":"Internal error"} from your API, most likely due to the highest damage reaching type limit somewhere in the request process. I've tried personally requesting those affected profiles after receiving reports of this separately on 2 different profiles and I can confirm this issue.

ConnorLinfoot commented 3 years ago

I've fixed this specific profile and passed the issue onto the SkyBlock development team to investigate and fix the cause when possible, thanks for reporting!