sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
164 stars 15 forks source link

ValueError: Expected object or value #23

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello,

I got to this error message:

2016-07-14 03:48:46,195 - tornado.application - ERROR - Uncaught exception POST /api/5/store/ (78.140.xxx.xxx)                                                                                                                               
HTTPRequest(protocol='http', host='cyclops.somehost.net', method='POST', uri='/api/5/store/', version='HTTP/1.0', remote_ip='78.140.xxx.xxx', headers={'Content-Length': '12', 'X-Forwarded-For': '78.140.xxx.xxx', 'Connection': 'close', 'Accept': '*/*', 'User-Agent': 'raven-php/0.15.0', 'Host': 'cyclops.somehost.net', 'X-Sentry-Auth': 'Sentry sentry_timestamp=1468468126.193587, sentry_client=raven-php/0.15.0, sentry_version=6, sentry_key=xxxx , sentry_secret=xxxx', 'Content-Type': 'application/octet-stream'})
Traceback (most recent call last):                                                                                                                                                                                                           
  File "/opt/cyclops/lib/python2.6/site-packages/tornado/web.py", line 1320, in _stack_context_handle_exception
    raise_exc_info((type, value, traceback))                                                                                                                                                                                                 
  File "/opt/cyclops/lib/python2.6/site-packages/tornado/web.py", line 1503, in wrapper
    result = method(self, *args, **kwargs)                                                                                                                                                                                                   
  File "/opt/cyclops/lib/python2.6/site-packages/cyclops/handlers/router.py", line 174, in post
    self.backend_request(project_id)                                                                                                                                                                                                         
  File "/opt/cyclops/lib/python2.6/site-packages/cyclops/handlers/router.py", line 99, in backend_request
    payload = loads(decompress(b64decode(self.request.body)))                                                                                                                                                                                
ValueError: Expected object or value

Is this error some misconfiguration of sentry or cyclops? What I can do with this?

Thanks in advance!