Page 1 of 1
canyon/ranking/solo/player/playername problem
Posted: 23 Mar 2012, 14:57
by sylario
I work directly with the web service without using the PHP library.
When i ask for a player in multi (canyon/ranking/multi/player/sylario/) i have the following data in the field ranks :
World
34739
World|France
7971
World|France|Provence-Alpes-Côte d'Azur
576
World|France|Provence-Alpes-Côte d'Azur|Alpes-Maritimes
132
But for solo (canyon/ranking/solo/player/sylario/) i only have the following data:
World
5251
Without the ranking for each subzone.
Is it a bug, or does it work as intended ?
Re: canyon/ranking/solo/player/playername problem
Posted: 23 Mar 2012, 15:30
by gouxim
It's the the intended behaviour ; internaly, our database has less details for the Solo Rankings than it has for the Multi Rankings

Re: canyon/ranking/solo/player/playername problem
Posted: 24 Mar 2012, 11:20
by sylario
:/ Ok, thanks for the info.
Re: canyon/ranking/solo/player/playername problem
Posted: 24 Mar 2012, 11:41
by Xymph
gouxim wrote:It's the the intended behaviour ; internaly, our database has less details for the Solo Rankings than it has for the Multi Rankings
Strange... does that mean the database used by the API is separate from the one used by the game client?
As
observed before, the client shows Solo rankings for subzones, so why can't those be made available via the API too? Will they be added later?
Re: canyon/ranking/solo/player/playername problem
Posted: 26 Mar 2012, 10:21
by gouxim
We use the same DB on the API (or, to be precise, an aggregate/replica of the master server's DBs).
There are less information in the DB for Solo rankings than for Multi rankings. The MP client displays solo rankings info for subzones from a extrapolation calculated from data from archives downloaded by the client.
Given the complexity, it's not reasonable to implement that on API, so it will unfortunately have to remain a limitation of the API for now.
Re: canyon/ranking/solo/player/playername problem
Posted: 26 Mar 2012, 19:12
by Xymph
gouxim wrote:We use the same DB on the API (or, to be precise, an aggregate/replica of the master server's DBs).
That's what I expected indeed.
gouxim wrote:
There are less information in the DB for Solo rankings than for Multi rankings. The MP client displays solo rankings info for subzones from a extrapolation calculated from data from archives downloaded by the client.
Given the complexity, it's not reasonable to implement that on API, so it will unfortunately have to remain a limitation of the API for now.
Ahh, now I understand. Thanks for the explanation.
Still, it's a pity for the API.
