Hi, When i run the poker server and joins /jpoker on my website it works perfectly.
But when i join a table (when i am signed in), i got blank screen and cannot do anything and my server stucks (like it's freezing). Here is my log if that can help: root@localhost:~# tail -f /var/log/poker-network-server.log 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] File "/usr/lib/python2.6/dist-packages/pokernetwork/pokerservice.py", line 2286, in leavePlayer 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] self.databaseEvent(event = PacketPokerMonitorEvent.LEAVE, param1 = serial, param2 = table_id) 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] File "/usr/lib/python2.6/dist-packages/pokernetwork/pokerservice.py", line 485, in databaseEvent 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] plugin(self, event) 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] File "/usr/share/pyshared/pokerlamp/monitor.py", line 32, in handle_event 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] Pokerlamp.exportPlayerMoney(service, packet.param1, money, packet.event) 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] File "/usr/lib/python2.6/dist-packages/pokerlamp/core.py", line 61, in exportPlayerMoney 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] assert cursor.rowcount in (1, 2), s 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1] exceptions.AssertionError: UPDATE user2money SET amount = 5000000 WHERE user_serial = 4 AND currency_serial = 1 2012-07-24 16:01:53+0200 [HTTPChannel,12,127.0.0.1]
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
