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
In short, if a source does not yet have a PGP key created, the function that retrieves the PGP pub key on the server will unexpectedly return all pub keys.
The client error is:
Traceback (most recent call last):
File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/logic.py", line 189, in <lambda>
lambda: self.completed_api_call(new_thread_id, callback))
File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/logic.py", line 242, in completed_api_call
user_callback(result_data)
File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/logic.py", line 419, in on_synced
self.gpg.import_key(source.uuid, pub_key)
File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/crypto.py", line 116, in import_key
raise RuntimeError('Expected exactly one fingerprint. Found: {}'
RuntimeError: Expected exactly one fingerprint.
The text was updated successfully, but these errors were encountered:
The root cause is this issue in SecureDrop core: freedomofpress/securedrop#4005
In short, if a source does not yet have a PGP key created, the function that retrieves the PGP pub key on the server will unexpectedly return all pub keys.
The client error is:
The text was updated successfully, but these errors were encountered: