BIG-Games-LLC / ps99-public-api-docs

42 stars 4 forks source link

Incorrect Placement Position #44

Closed jcool3413 closed 1 month ago

jcool3413 commented 2 months ago

Describe the bug The placement field of a clan battle is incorrect compared to the clans endpoint.

To Reproduce When running https://biggamesapi.io/api/clans?page=1&pageSize=72&sort=Points&sortOrder=desc the clan 24z is 47th place.

However, when using the /clan endpoint the clan 24z is 71th place.

Expected behavior Both numbers should be equal.

Screenshots image image

Additional context Placement bug is also visible in game.

image image

Alfred-GitHub1 commented 1 month ago

i have the same issue

chickenputty commented 1 month ago

I can't seem to replicate. Was this during the start of the contest? The data could have been cached at different times

Vinsterplays commented 1 month ago

Happened to me around when the battle started. After around 12 hours it fixed itself and it seemed to only happen to a few clans.

jcool3413 commented 1 month ago

Same thing happened to my own clan j, within the /clan endpoint my clan is supposedly at #484 place. However, running the /clans endpoint, I can't even find my clan in the top 1,000.

chickenputty commented 1 month ago

This is because the endpoints are caching at different points. They will sync up eventually.

Vinsterplays commented 1 month ago

After looking back at my logs the /clansList endpoint had the correct and updated positions for clans but the /clan endpoints clan battle position was frozen for the first 27 hours of the clan battle before it fixed itself. IMG_0404

Vinsterplays commented 1 month ago

/clans endpoint positions are frozen right now for all clans

Alfred-GitHub1 commented 1 month ago

Adam fixed the Place Key, its showing now the correct Rank.

jcool3413 commented 1 month ago

Fixed #47