You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system(s) are you seeing the problem on?
All
Describe the issue
Hi to all,
after submitting a new report, the system return this error
The log report this exception
2025-02-11 13:59:58+0000 [-] [E] Unhandled exception raised:2025-02-11 13:59:58+0000 [-] [E] NameError Name not found globally.\n\nTraceback (most recent call last):\n\n File "/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 250, in inContext\n result = inContext.theWork()\n\n File "/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 266, in <lambda>\n inContext.theWork = lambda: context.call(ctx, func, *args, **kw)\n\n File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 122, in callWithContext\n return self.currentContext().callWithContext(ctx, func, *args, **kw)\n\n File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 85, in callWithContext\n return func(*args,**kw)\n\n File "/usr/lib/python3/dist-packages/globaleaks/orm.py", line 185, in _wrap\n result = function(session, *args, **kwargs)\n\n File "/usr/lib/python3/dist-packages/globaleaks/handlers/whistleblower/submission.py", line 304, in create_submission\n return db_create_submission(session, tid, request, user_session, client_using_tor, client_using_mobile)\n\n File "/usr/lib/python3/dist-packages/globaleaks/handlers/whistleblower/submission.py", line 183, in db_create_submission\n elif encryption.update_date != datetime_null():\n\nNameError: name 'encryption' is not defined\n
Proposed solution
No response
The text was updated successfully, but these errors were encountered:
Since too much time passed since we activated encryption it is fine to stop delivering plaintext submissions if administrators have not updated their users to use encryption
I expect you could be coming from a verious old setup and running with no encryption.
We are issuing a release 5.0.49 that will make your system work, but actually your recipients will stop receiving reports and you will need to first enable encryption at system level and then perform a new login to enable their account to use encryption.
What version of GlobaLeaks are you using?
5.0.48
What browser(s) are you seeing the problem on?
All
What operating system(s) are you seeing the problem on?
All
Describe the issue
Hi to all,
after submitting a new report, the system return this error
The log report this exception
2025-02-11 13:59:58+0000 [-] [E] Unhandled exception raised:2025-02-11 13:59:58+0000 [-] [E] NameError Name not found globally.\n\nTraceback (most recent call last):\n\n File "/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 250, in inContext\n result = inContext.theWork()\n\n File "/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 266, in <lambda>\n inContext.theWork = lambda: context.call(ctx, func, *args, **kw)\n\n File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 122, in callWithContext\n return self.currentContext().callWithContext(ctx, func, *args, **kw)\n\n File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 85, in callWithContext\n return func(*args,**kw)\n\n File "/usr/lib/python3/dist-packages/globaleaks/orm.py", line 185, in _wrap\n result = function(session, *args, **kwargs)\n\n File "/usr/lib/python3/dist-packages/globaleaks/handlers/whistleblower/submission.py", line 304, in create_submission\n return db_create_submission(session, tid, request, user_session, client_using_tor, client_using_mobile)\n\n File "/usr/lib/python3/dist-packages/globaleaks/handlers/whistleblower/submission.py", line 183, in db_create_submission\n elif encryption.update_date != datetime_null():\n\nNameError: name 'encryption' is not defined\n
Proposed solution
No response
The text was updated successfully, but these errors were encountered: