ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

Beatmaps with star rating of 0 are not returned #222

Closed cl8n closed 6 years ago

cl8n commented 6 years ago

I'm not entirely sure that this is the cause for the error, but it happens on two 0-star mapsets:

https://osu.ppy.sh/api/get_beatmaps?s=791900&k= https://osu.ppy.sh/beatmapsets/791900

https://osu.ppy.sh/api/get_beatmaps?s=832364&k= https://osu.ppy.sh/beatmapsets/832364

peppy commented 6 years ago

Wasn't related to star rating, but rather cases where difficulty information was missing. These should now return correctly.