Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Ranking on player stats is invalid #66

Open
MrBartusek opened this issue Jun 7, 2022 · 1 comment
Open

Ranking on player stats is invalid #66

MrBartusek opened this issue Jun 7, 2022 · 1 comment

Comments

@MrBartusek
Copy link

Lastest (undocumented) api update which removed chests found also broke player ranking

Current leaderboard:
image

All of these endpoints:

Have ranking

"ranking": {
  "guild": null,
  "player": {
    "solo": {
      "combat": null,
      "woodcutting": null,
      "mining": null,
      "fishing": null,
      "farming": null,
      "alchemism": null,
      "armouring": null,
      "cooking": null,
      "jeweling": null,
      "scribing": null,
      "tailoring": null,
      "weaponsmithing": null,
      "woodworking": null,
      "profession": null,
      "overall": null
    },
    "overall": {
      "all": null,
      "combat": null,
      "profession": null
    }
  },
  "pvp": null
}
@Nepmia
Copy link
Member

Nepmia commented Jun 7, 2022

This is know and wasn't caused by chest count removal, it will be fixed at some point but it's not a priority for now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants