Senither / hypixel-skyblock-facade

A stateless API facade for the Hypixel SkyBlock API
https://hypixel-api.senither.com/
MIT License
17 stars 25 forks source link

Senither API /v1/profiles/ endpoint suddenly broken #19

Open xRyann2255 opened 1 year ago

xRyann2255 commented 1 year ago

Hi! All of a sudden, the main endpoint suddenly keep on giving failed responses. The reason key states: "Found no SkyBlock profiles for a user with a UUID of 'b12c6b82-2faa-4ebf-aab4-29982dab58ed'" even when the UUID exists. It used to work in the past just find but now it keeps saying that there are no Skyblock profiles for any user's UUID.

Orenico10 commented 1 year ago

Hey, I have also been experiencing this issue, I have checked for the cause and it is that Hypixel has removed the last_save attribute from profile requests, which makes checking for last saved profiles harder + makes the whole method for getting profile data in this facade not work. Currently trying to come up with a solution and I will try to make a PR, hopefully, Senither will merge it.

CygnusX-26 commented 1 year ago

any updates on this?