This shows up on my mac also now (which was working perfectly): -
Exception in thread Thread-97:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/AJ/work/projects/OpenRelay/lib/python2.7/site-packages/gnupg.py", line 536, in _read_response
result.handle_status(keyword, value)
File "/Users/AJ/work/projects/OpenRelay/lib/python2.7/site-packages/gnupg.py", line 446, in handle_status
raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: u'ERROR'
Using this as my base for documentation.
This shows up on my mac also now (which was working perfectly): -