Skip to content

Conversation

@ptlthg
Copy link
Contributor

@ptlthg ptlthg commented Feb 10, 2026

What

Praying mantis leaderboard was using the id of "praying mantis" directly in the URL, which was erroring out because there's a space in the URL. The proper url is just mantis.

Also adds support for if I change the backend api at some point to return non-sequential upcoming players which may be necessary if SkyHanni is hammering the API too much. Kinda impossible to test right now, but it seems to work.

A non sequential response might include upcoming players at ranks like:
49998, 49997, 49996, 49995, 49994, 49500, 49000, 48500
Such that there will likely be some player in the request immediately to use rather than loop with requests, we'll see if it's needed though.

Images

If the upcoming player isn't the next one a grayed out rank shows here:
image

Changelog Fixes

  • Fixed praying mantis leaderboard erroring out. - Ke5o

Changelog Technical Details

  • Added support for non-sequential upcoming player lists in leaderboards. - Ke5o

@github-actions github-actions bot added the Fails Multi-Version A pr that fails build multiversion label Feb 10, 2026
@github-actions github-actions bot added Detekt Has detekt problem and removed Fails Multi-Version A pr that fails build multiversion labels Feb 10, 2026
@github-actions
Copy link

3 Detekt Failures

@github-actions github-actions bot removed the Detekt Has detekt problem label Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant