Advertisement
Guest User

Untitled

a guest
May 31st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.47 KB | None | 0 0
  1. 2016-05-31 07:16:42+0000 [HiredisProtocol,client] Unhandled Error
  2.         Traceback (most recent call last):
  3.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
  4.             current.result = callback(current.result, *args, **kw)
  5.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1184, in gotResult
  6.             _inlineCallbacks(r, g, deferred)
  7.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
  8.             result = result.throwExceptionIntoGenerator(g)
  9.           File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  10.             return g.throw(self.type, self.value, self.tb)
  11.         --- <exception caught here> ---
  12.           File "/usr/local/lib/python2.7/dist-packages/moira/api/request.py", line 91, in wrapper
  13.             yield f(resource, request)
  14.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
  15.             result = result.throwExceptionIntoGenerator(g)
  16.           File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  17.             return g.throw(self.type, self.value, self.tb)
  18.           File "/usr/local/lib/python2.7/dist-packages/moira/api/resources/trigger.py", line 73, in render_PUT
  19.             yield self.save_trigger(request, self.trigger_id, "trigger updated")
  20.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
  21.             result = result.throwExceptionIntoGenerator(g)
  22.           File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  23.             return g.throw(self.type, self.value, self.tb)
  24.           File "/usr/local/lib/python2.7/dist-packages/moira/api/request.py", line 31, in decorator
  25.             yield f(*args, **kwargs)
  26.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
  27.             result = result.throwExceptionIntoGenerator(g)
  28.           File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  29.             return g.throw(self.type, self.value, self.tb)
  30.           File "/usr/local/lib/python2.7/dist-packages/moira/api/request.py", line 82, in decorator
  31.             yield f(*args, **kwargs)
  32.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
  33.             result = result.throwExceptionIntoGenerator(g)
  34.           File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  35.             return g.throw(self.type, self.value, self.tb)
  36.           File "/usr/local/lib/python2.7/dist-packages/moira/api/resources/redis.py", line 45, in save_trigger
  37.             yield self.db.setTriggerLastCheck(trigger_id, last_check)
  38.           File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks
  39.             result = g.send(result)
  40.           File "/usr/local/lib/python2.7/dist-packages/moira/db.py", line 913, in setTriggerLastCheck
  41.             yield t.zadd(TRIGGERS_CHECKS, check["score"], trigger_id)
  42.         exceptions.KeyError: 'score'
  43.  
  44. 2016-05-31 07:16:42+0000 [-] - 0.005 "PUT /api/trigger/7abc312a-bcc0-471d-b7d0-91ceb8951cf6? HTTP/1.0" 500 545
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement