Hi guys, I´m in trouble with the following command on the poker server:

curl --data '{"type":"PacketPing"}' http://localhost/POKER_REST

I only get this output:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line
195, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line
186, in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line
328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/usr/lib/python2.5/site-packages/pokernetwork/pokersite.py", line
470, in <lambda>
    d.addCallback(lambda x: defer.maybeDeferred(pipe, self, request,
packet))
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line
106, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/share/pyshared/pokersocial/auth.py", line 79, in rest_filter
    Pokersocial.verify(site.resource.service, request)
  File "/usr/lib/python2.5/site-packages/pokersocial/core.py", line 353,
in verify
    signature = base64.decodestring(request.args['oauth_signature'][0])
exceptions.KeyError: 'oauth_signature'

I really don´t know how to handle this? I got the same error, when I tried
to get data for the munin-plugins...

Thanks in advance!

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

Reply via email to