Page 1 of 1

API Bug. new polymorphic game_type=P

PostPosted: Sat Oct 12, 2013 2:45 pm
by Woltato
API call to return a list of my active games.

http://www.conquerclub.com/api.php?mode ... 96123&gs=A

There's multiple entries in the XML for polymorphic games.

e.g. this game Game 13444457 has 4 slots per player and there's 4 entries in the XML for it. The first 3 have a blank <players> element.

<players></players>

The last one looks as it should be.

<players>
<player state="Ready">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
</players>

Re: API Bug. new polymorphic game_type=P

PostPosted: Mon Oct 28, 2013 4:20 pm
by Woltato
This seems to have been fixed now.