Closed L1Z1X closed 5 years ago
Hi there, I maintain the BeatStar project which includes the pp sorting of the songbrowser.
The reason why that endpoint is now empty is because it relied on the old beatsaver key. As seen in this commit we have a new url which is better optimized (and also allows for sorting by star rating).
I'm looking at better backwards compatibility. That should be done within a couple days.
Ah great. Thanks!
Resolved in #77
Just to chime in.
Hoping to release an update today with this fixed.
It looks like pp information was previously being loaded from this endpoint which is now returns an empty json response.
This isn't the first time there's been an issue with the PP json file. I wonder if it would be possible to cache the last known good response from the endpoint to use as a fallback?