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

When I attempt to send a PacketPing to my installation of poker-network
I see the following traceback

[EMAIL PROTECTED]:~$ curl -vvv --data '{"type":"PacketPing"}'
http://tomfmason.net/POKER_REST
* About to connect() to tomfmason.net port 80
*   Trying 78.47.9.125... connected
* Connected to tomfmason.net (78.47.9.125) port 80
> > POST /POKER_REST HTTP/1.1
> > User-Agent: curl/7.15.5 (i486-pc-linux-gnu) libcurl/7.15.5
OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5
> > Host: tomfmason.net
> > Accept: */*
> > Content-Length: 21
> > Content-Type: application/x-www-form-urlencoded
> >
> > {"type":"PacketPing"}HTTP/1.1 500 Internal Server Error
< Date: Fri, 14 Nov 2008 20:57:22 GMT
< Server: TwistedWeb/2.4.0
< Content-length: 1705
< Content-type: text/html
< Via: 1.1 tomfmason.net
< Connection: close
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line
167, in render
    body = resrc.render(self)
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 237, in render
    self.deferred.addCallback(lambda result: self.deferRender(request,
jsonp, packet))
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
line 191, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
line 182, in addCallbacks
    self._runCallbacks()
- --- <exception caught here> ---
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
line 307, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 237, in <lambda>
    self.deferred.addCallback(lambda result: self.deferRender(request,
jsonp, packet))
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 242, in deferRender
    session = request.getSession()
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 142, in getSession
    return server.Request.getSession(self)
  File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line
337, in getSession
    self.session = self.site.makeSession()
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 523, in makeSession
    session = self.makeSessionFromUid(uid)
  File "/usr/lib/python2.4/site-packages/pokernetwork/pokersite.py",
line 518, in makeSessionFromUid
    session.startCheckingExpiration(self.sessionCheckTime)
exceptions.AttributeError: Session instance has no attribute
'startCheckingExpiration'
* Closing connection #0

I have the following installed from the package farm:

tomfmason:~# dpkg -l |grep poker
ii  libpoker-eval          135.0-1                              poker
hand evaluator library
ii  libpoker-eval-dev      135.0-1                              poker
hand evaluator library development fil
ii  poker-web              1.7.0-1                              Web
interface to a poker-network server
ii  python-poker-engine    1.3.0-1
multiplayer poker engine with abstract varia
ii  python-poker-network   1.7.0-1
multiplayer poker server and client library
ii  python-poker-stats     1.7.0-1
statistics poker-network client
ii  python-pypoker-eval    135.0-1                              python
interface to poker hand evaluator lib


Any ideas as to what could be causing this?

Cheers
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJHz/ap0KneERU9LsRAl6/AJ9w/iC0w/jzmn+X9vNWqSsQaSocrACfXkGK
DKM3WYyDsuylBzimxey6/ZM=
=k0YY
-----END PGP SIGNATURE-----

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

Reply via email to