Replies: 4 comments 6 replies
-
After trying a few more times, I have received the following email with errors: AttributeError Attribute not found. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks File "/usr/lib/python3/dist-packages/globaleaks/rest/api.py", line 425, in concludeHandlerFailure File "/usr/lib/python3/dist-packages/globaleaks/rest/api.py", line 252, in handle_exception File "/usr/lib/python3/dist-packages/josepy/util.py", line 179, in setattr AttributeError: can't set attribute |
Beta Was this translation helpful? Give feedback.
-
Thank you @rojano9 Which distribution / version are you using? |
Beta Was this translation helpful? Give feedback.
-
I suspect on Focal, for which by mistake we forgot to issue the release 4.12.9. We will fix this issue by today. |
Beta Was this translation helpful? Give feedback.
-
Thank you @rojano9 for the moment i think the best for your case is to reset the certificate and issue a new one. Would you please try if this works? In the meantime i'm trying to check the error because i noticed that there is an exception inside the exception causing to not being able to read the original one. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to renew the Let's Encrypt certificate, but I encountered an error:
"Error!
Internal Server Error (Unexpected)"
If I check the globaleaks.log, it gives me the following error: Exception mail suppressed for exception (<class 'acme.errors.ValidationError'>) [reason: special exception]
My version of GlobaLeaks is 4.12.8. I've noticed in the changelog that version 4.12.9 has been released, which states that an ACME error is fixed. However, when trying to update using the command apt-get update && apt-get install globaleaks, it indicates that I'm on the latest available version.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions