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
Today I skipped the update to version 4.14.0, everything seems correct, until I start checking what I changed.
Firstly, I get an internal error when trying to change the statuses of a complaint.
I attach emails that I received regarding the subject:
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 190, in maybeDeferred
result = f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 66, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 39, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 52, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/operation.py", line 25, in put
return func(self, request['args'], *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/recipient/rtip.py", line 1151, in update_submission_status
req_args['status'], req_args['substatus'], req_args['motivation'])
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 190, in maybeDeferred
result = f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 66, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 39, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 52, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/operation.py", line 25, in put
return func(self, request['args'], *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/recipient/rtip.py", line 1151, in update_submission_status
req_args['status'], req_args['substatus'], req_args['motivation'])
KeyError: 'motivation'
I wanted to know if this happened to anyone else, if it is because I have some incorrect configuration, or if in any case it is because of the update?
I clarify that all this worked perfectly before updating to version 4.14.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning,
Today I skipped the update to version 4.14.0, everything seems correct, until I start checking what I changed.
Firstly, I get an internal error when trying to change the statuses of a complaint.
I attach emails that I received regarding the subject:
1:
Platform: Demo
Host: denunciantes.******.es
Version: 4.14.0
KeyError Mapping key not found.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 190, in maybeDeferred
result = f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 66, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 39, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 52, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/operation.py", line 25, in put
return func(self, request['args'], *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/recipient/rtip.py", line 1151, in update_submission_status
req_args['status'], req_args['substatus'], req_args['motivation'])
KeyError: 'status'
2:
Platform: Demo
Host: denunciantes.****.es
Version: 4.14.0
KeyError Mapping key not found.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 190, in maybeDeferred
result = f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 66, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 39, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 52, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/operation.py", line 25, in put
return func(self, request['args'], *args, **kwargs)
File "/usr/lib/python3/dist-packages/globaleaks/handlers/recipient/rtip.py", line 1151, in update_submission_status
req_args['status'], req_args['substatus'], req_args['motivation'])
KeyError: 'motivation'
I wanted to know if this happened to anyone else, if it is because I have some incorrect configuration, or if in any case it is because of the update?
I clarify that all this worked perfectly before updating to version 4.14.0
Thank you
Beta Was this translation helpful? Give feedback.
All reactions