API bank tap doesn't show properly

API bank tap doesn't show properly

in API Development

Posted by: VcVaLenTinE.7038

VcVaLenTinE.7038

API bank tap doesn’t show properly, i don’t know this problem been solve yet. example
in my account i got 3 bank tap that have item in it. But when i use in a web tool such as www.gw2shinies.com
www.gw2efficiency.com

The bank tap only show 2 not 3
I ask the web developer they said is not from his end. So confusing
will be wait for your response

Thank you so much

Attachments:

API bank tap doesn't show properly

in API Development

Posted by: Malediktus.3740

Malediktus.3740

Yes, it is bugged and probably nothing will get fixed in the forseeable future since Lawton is missing again

One of my 30 accounts (Malediktus.9250).

API bank tap doesn't show properly

in API Development

Posted by: Mystic.5934

Mystic.5934

my first guess is an off-by-one error.
something like: for(i=0;i<max;i++) instead of for(i=0;i<=max;i++)
but then I checked gw2efficiency for myself, and it’s only showing me the first 10 bank tabs I have (missing the last 4), so it’s not off by one.
I wrote my own script that would just output everything in the bank, and it’s only outputting the top 10 bank tabs.
checking https://api.guildwars2.com/v2/account/bank?access_token=[MyToken] shows that it ends after the first 10 tabs.
not sure how the same bug would produce 2 out of 3 tabs and 10 out of 14, but that’s what it looks like is happening.

API bank tap doesn't show properly

in API Development

Posted by: Zorm Eoj.6584

Zorm Eoj.6584

For my account, the raw data is showing the first 4 out of 6 bank tabs.