diff --git a/src/sakia/core/registry/identity.py b/src/sakia/core/registry/identity.py
index abd50a0edd5f6c119c4ccc746dc9439ca335659b..2a2cb62d18ab76f1bf438a88a83774bae4c5f4d1 100644
--- a/src/sakia/core/registry/identity.py
+++ b/src/sakia/core/registry/identity.py
@@ -263,6 +263,8 @@ class Identity(QObject):
             except errors.DuniterError as e:
                 if e.ucode in (errors.NO_MATCHING_IDENTITY, errors.NO_MEMBER_MATCHING_PUB_OR_UID):
                     logging.debug("Certifiers of error : {0}".format(str(e)))
+            except NoPeerAvailable as e:
+                logging.debug(str(e))
         return False
 
     async def is_member(self, community):