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.
Edited by Moul