Skip to content

Instantly share code, notes, and snippets.

@eliasp
Created January 6, 2015 01:18
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 eliasp/efef58e0c7a7e8468350 to your computer and use it in GitHub Desktop.
Save eliasp/efef58e0c7a7e8468350 to your computer and use it in GitHub Desktop.
[ERROR ] An un-handled exception was caught by salt's global exception handler:
LookupError: unknown encoding: -----BEGIN PGP SIGNATURE-----
Traceback (most recent call last):
File "/usr/bin/salt-run", line 10, in <module>
salt_run()
File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 144, in salt_run
client.run()
File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 462, in run
runner.run()
File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 238, in run
self.opts['fun'], self.opts['arg'], self.opts)
File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 122, in cmd
return self.functions[fun](*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/salt/runners/fileserver.py", line 103, in update
fileserver.update(back=backend)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 312, in update
self.servers[fstr]()
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 1008, in update
find_file
File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 237, in reap_fileserver_cache_dir
ret = find_func(filename, saltenv=saltenv)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 1168, in find_file
tree = _get_tree_gitpython(repo, tgt_env)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 345, in _get_tree_gitpython
return ref.commit.tree
File "/usr/lib/python2.7/dist-packages/gitdb/util.py", line 238, in __getattr__
self._set_cache_(attr)
File "/usr/lib/python2.7/dist-packages/git/objects/commit.py", line 132, in _set_cache_
self._deserialize(StringIO(stream.read()))
File "/usr/lib/python2.7/dist-packages/git/objects/commit.py", line 443, in _deserialize
self.author.name = self.author.name.decode(self.encoding)
LookupError: unknown encoding: -----BEGIN PGP SIGNATURE-----
Traceback (most recent call last):
File "/usr/bin/salt-run", line 10, in <module>
salt_run()
File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 144, in salt_run
client.run()
File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 462, in run
runner.run()
File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 238, in run
self.opts['fun'], self.opts['arg'], self.opts)
File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 122, in cmd
return self.functions[fun](*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/salt/runners/fileserver.py", line 103, in update
fileserver.update(back=backend)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 312, in update
self.servers[fstr]()
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 1008, in update
find_file
File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 237, in reap_fileserver_cache_dir
ret = find_func(filename, saltenv=saltenv)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 1168, in find_file
tree = _get_tree_gitpython(repo, tgt_env)
File "/usr/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 345, in _get_tree_gitpython
return ref.commit.tree
File "/usr/lib/python2.7/dist-packages/gitdb/util.py", line 238, in __getattr__
self._set_cache_(attr)
File "/usr/lib/python2.7/dist-packages/git/objects/commit.py", line 132, in _set_cache_
self._deserialize(StringIO(stream.read()))
File "/usr/lib/python2.7/dist-packages/git/objects/commit.py", line 443, in _deserialize
self.author.name = self.author.name.decode(self.encoding)
LookupError: unknown encoding: -----BEGIN PGP SIGNATURE-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment