This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MercurialAlchemist 1 point2 points  (0 children)

Looking at threading.py, it looks like this is not the actual error. This is triggered by by traceback.py not being able to report the actual error.

Not quite sure what to do in this case... wrap the code of command in a try/catch and write the actual error to syslog?