Fri 17 Jul 2009 07:04:37 PM UTC, original submission:
summary: Enabling Explain functionality to get dealer chat working breaks join table functionality.
PokerResource: (client-ip:10.1.245.186) render {"type":"PacketPokerTableJoin","game_id":5269}
PokerService: Locale, "en_US.ISO-8859-1" not available. en_US.ISO-8859-1 must not have been provide via <language/> tag in settings, or errors occured during loading.
2009-07-17 15:01:49,643 DEBUG [root] PokerAvatar: handlePacketLogic(1): type = POKER_TABLE_JOIN(71) serial = 0 game_id = 5269
2009-07-17 15:01:49,702 DEBUG [root] PokerAvatar: sendPacket(1): type = POKER_TABLE(73)
id = 5269, name = One 1, variant = holdem, betting_structure = 1-2-20.cx, seats = 9, average_pot = 0, hands_per_hour = 0, percent_flop = 0, players = 0, observers = 0, waiting = 0, player_timeout = 25, muck_timeout = 5, currency_serial = 1, skin = default, tourney_serial = 0
2009-07-17 15:01:50,362 DEBUG [root] PokerAvatar: sendPacket(1): POKER_BUY_IN_LIMITS type = 145 length = 23 game_id = 5269 min = 20 max = 1200 best = 20 rebuy_min = 3
2009-07-17 15:01:50,376 DEBUG [root] PokerAvatar: sendPacket(1): type = POKER_BATCH_MODE(105) serial = 0 game_id = 5269
>>>>>>>> 2009-07-17 15:01:50,384 DEBUG [root] PokerAvatar: sendPacket(1): type = POKER_SEATS(50) game_id = 5269, seats = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2009-07-17 15:01:50,385 DEBUG [root] PokerAvatar: sendPacket(1): type = POKER_STREAM_MODE(104) serial = 0 game_id = 5269
PacketPokerSeats is being queued for sending, however on in pokerexplain.py:387 it is removed from the queue and is never sent. Commenting out that line make the TableJoin flow work as expected.
|