Senither / hypixel-skyblock-facade

A stateless API facade for the Hypixel SkyBlock API

Home Page:https://hypixel-api.senither.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Senither API /v1/profiles/ endpoint suddenly broken

xRyann2255 opened this issue · comments

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.

commented

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.

any updates on this?