"...navigation/git@git.duniter.org:clients/wotwizard-ui.git" did not exist on "9cce8a5d7f0821cf34c0dca848e7d0986019e16a"
Handle wot requests exceptions
In wot.py
, exceptions aren’t well handled.
-
get_uid_from_pubkey()/identity_of()
-
get_informations_for_identities()/wot_lookup()
-
id
They should be handled by DuniterError
and ValueError
exceptions.