-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I believe this is related to your latest changes. There is a safeguard
in the most recent versions of twisted to prevent callLater with 0 as
a delay.

Cheers

#
  tourney.register(serial)
#
 
#
  File
"/usr/lib/python2.5/site-packages/pokerengine/pokertournament.py",
line 370, in register
#
 
#
    self.updateRunning()
#
 
#
  File
"/usr/lib/python2.5/site-packages/pokerengine/pokertournament.py",
line 277, in updateRunning
#
 
#
    self.changeState(TOURNAMENT_STATE_RUNNING)
#
 
#
  File
"/usr/lib/python2.5/site-packages/pokerengine/pokertournament.py",
line 351, in changeState
#
 
#
    self.callback_new_state(self, old_state, self.state)
#
 
#
  File
"/usr/lib/python2.5/site-packages/pokernetwork/pokerservice.py", line
700, in tourneyNewState
#
 
#
    reactor.callLater(self.delays.get('extra_wait_tourney_start', 0),
self.tourneyDeal, tourney)
#
 
#
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
line 594, in callLater
#
 
#
    "%s is not greater than or equal to 0 seconds" % (_seconds,)
#
 
#
exceptions.AssertionError: 60 is not greater than or equal to 0 seconds
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjOI9gACgkQ8dLMyEl6F21c2wCfUlP5rT3u8TGhtFTUWSC65MrJ
6OMAn0iUxCM6/DTdEK3PfjLMgoCCXMCk
=Ecgp
-----END PGP SIGNATURE-----

begin:vcard
fn:Loic Dachary
n:Dachary;Loic
org:pokersource
adr:;;12 bd Magenta;Paris;;75010;France
email;internet:[EMAIL PROTECTED]
title:Senior Developer
tel;work:+33 9 51 18 43 38
tel;cell:+33 6 64 03 29 07
x-mozilla-html:FALSE
url:http://dachary.org/
version:2.1
end:vcard

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to