Skip to content

Instantly share code, notes, and snippets.

@pcn
Last active December 1, 2016 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcn/b10189bf7bfb4fa8cbaff5e599e62816 to your computer and use it in GitHub Desktop.
Save pcn/b10189bf7bfb4fa8cbaff5e599e62816 to your computer and use it in GitHub Desktop.
Why is the salt-api failing like this?
2016-12-01 21:00:06,776 [cherrypy.error.139733426369232][ERROR   ] [01/Dec/2016:21:00:06]  Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cptree.py", line 140, in release_serving
    req.close()
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 492, in close
    self.hooks.run('on_end_request')
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 112, in run
    raise exc
KeyError: u'242f076936f9e2d9d378752ed1b606879a7a131f'
ubuntu@saltmaster-1-prodvpc:~$ salt --versions-report
Salt Version:
           Salt: 2015.8.7
 
Dependency Versions:
         Jinja2: 2.7.2
       M2Crypto: Not Installed
           Mako: 0.9.1
         PyYAML: 3.10
          PyZMQ: 14.0.1
         Python: 2.7.6 (default, Jun 22 2015, 17:58:13)
           RAET: Not Installed
        Tornado: 4.2.1
            ZMQ: 4.0.4
           cffi: Not Installed
       cherrypy: 3.2.2
       dateutil: 2.4.2
          gitdb: 0.5.4
      gitpython: 0.3.2 RC1
          ioflo: Not Installed
        libgit2: Not Installed
        libnacl: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.3.0
   mysql-python: 1.2.3
      pycparser: Not Installed
       pycrypto: 2.6.1
         pygit2: Not Installed
   python-gnupg: Not Installed
          smmap: 0.8.2
        timelib: Not Installed
 
System Versions:
           dist: Ubuntu 14.04 trusty
        machine: x86_64
        release: 3.13.0-52-generic
         system: Ubuntu 14.04 trusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment