API Bug. new polymorphic game_type=P

Discuss developing tools and get details on Conquer Club's API.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.
Post Reply
User avatar
Woltato
Posts: 192
Joined: Sat Jan 17, 2009 8:09 pm
Gender: Male
Location: Bingley, UK

API Bug. new polymorphic game_type=P

Post 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>
User avatar
Woltato
Posts: 192
Joined: Sat Jan 17, 2009 8:09 pm
Gender: Male
Location: Bingley, UK

Re: API Bug. new polymorphic game_type=P

Post by Woltato »

This seems to have been fixed now.
Post Reply

Return to “Tools Development”