Looping on custom snowboy hotword

Hello all,
I have just installed rhasspy and set snow to use custom hotword.
I have follow @KiboOst excellent work on Snowboy-CustomMaker to use customhotword.

When i say the hotword it is well detected, but i have a loop with bip sound.
Here are my logs.
I use default for all others settings.
Here is my profile file

{
    "wake": {
        "snowboy": {
            "model": "snowboy/disKadoc.pmdl"
    "audio_gain": 1,
    "sensitivity": "0.3",
    "apply_frontend": false
        },
        "system": "snowboy"
    }
}

Thanks for your help

[DEBUG:19038] DialogueManager: asleep -> awake
[DEBUG:19038] DialogueManager: Awake!
[DEBUG:19037] SnowboyWakeListener: Hotword(s) detected: ['snowboy/disKadoc.pmdl']
[DEBUG:18761] SnowboyWakeListener: loaded -> listening
[DEBUG:18760] DialogueManager: ready -> asleep
[INFO:18758] DialogueManager: Automatically listening for wake word
[DEBUG:18757] WebSocketObserver: {"text": "heure", "intent": {"name": "", "confidence": 0}, "entities": [], "raw_text": "heure", "speech_confidence": 0.4625552048070461, "wakeId": "snowboy/disKadoc.pmdl", "siteId": "default", "slots": {}}
[DEBUG:18757] DialogueManager: handling -> ready
[DEBUG:18756] DialogueManager: recognizing -> handling
[DEBUG:18756] DialogueManager: {'text': 'heure', 'intent': {'name': '', 'confidence': 0}, 'entities': [], 'raw_text': 'heure', 'speech_confidence': 0.4625552048070461, 'wakeId': 'snowboy/disKadoc.pmdl', 'siteId': 'default'}
[ERROR:18754] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
  File "/home/batuc/rhasspy/rhasspy/intent.py", line 183, in in_loaded
    assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:18753] DialogueManager: decoding -> recognizing
[DEBUG:18753] DialogueManager: heure (confidence=0.4625552048070461)
[DEBUG:18751] PocketsphinxDecoder: heure
[DEBUG:18751] PocketsphinxDecoder: Transcription confidence: 0.4625552048070461
[DEBUG:18749] PocketsphinxDecoder: Decoded WAV in 0.06888127326965332 second(s)
[DEBUG:18679] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_lo.wav']
[DEBUG:18678] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:18678] DialogueManager: awake -> decoding
[DEBUG:18677] WebrtcvadCommandListener: listening -> loaded
[DEBUG:18676] WebrtcvadCommandListener: Voice command finished
[DEBUG:17496] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_hi.wav']
[DEBUG:16876] WebrtcvadCommandListener: Voice command started
[DEBUG:16460] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_error.wav']
[DEBUG:16399] SnowboyWakeListener: listening -> loaded
[DEBUG:16398] WebrtcvadCommandListener: loaded -> listening
[DEBUG:16398] WebrtcvadCommandListener: Will timeout in 30 second(s)
[DEBUG:16397] DialogueManager: asleep -> awake
[DEBUG:16397] DialogueManager: Awake!
[DEBUG:16396] SnowboyWakeListener: Hotword(s) detected: ['snowboy/disKadoc.pmdl']
[DEBUG:15737] SnowboyWakeListener: loaded -> listening
[DEBUG:15734] DialogueManager: ready -> asleep
[INFO:15734] DialogueManager: Automatically listening for wake word
[DEBUG:15734] DialogueManager: handling -> ready
[DEBUG:15733] WebSocketObserver: {"text": "heure", "intent": {"name": "", "confidence": 0}, "entities": [], "raw_text": "heure", "speech_confidence": 0.5656011932616114, "wakeId": "snowboy/disKadoc.pmdl", "siteId": "default", "slots": {}}
[DEBUG:15732] DialogueManager: recognizing -> handling
[DEBUG:15731] DialogueManager: {'text': 'heure', 'intent': {'name': '', 'confidence': 0}, 'entities': [], 'raw_text': 'heure', 'speech_confidence': 0.5656011932616114, 'wakeId': 'snowboy/disKadoc.pmdl', 'siteId': 'default'}
[ERROR:15729] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
  File "/home/batuc/rhasspy/rhasspy/intent.py", line 183, in in_loaded
    assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:15728] DialogueManager: decoding -> recognizing
[DEBUG:15727] DialogueManager: heure (confidence=0.5656011932616114)
[DEBUG:15726] PocketsphinxDecoder: heure
[DEBUG:15725] PocketsphinxDecoder: Transcription confidence: 0.5656011932616114
[DEBUG:15723] PocketsphinxDecoder: Decoded WAV in 0.07272887229919434 second(s)
[DEBUG:15648] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_lo.wav']
[DEBUG:15648] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:15648] DialogueManager: awake -> decoding
[DEBUG:15647] WebrtcvadCommandListener: listening -> loaded
[DEBUG:15646] WebrtcvadCommandListener: Voice command finished
[DEBUG:14449] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_hi.wav']
[DEBUG:13816] WebrtcvadCommandListener: Voice command started
[DEBUG:13408] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_error.wav']
[DEBUG:13342] SnowboyWakeListener: listening -> loaded
[DEBUG:13340] WebrtcvadCommandListener: loaded -> listening
[DEBUG:13339] WebrtcvadCommandListener: Will timeout in 30 second(s)
[DEBUG:13338] DialogueManager: asleep -> awake
[DEBUG:13338] DialogueManager: Awake!
[DEBUG:13337] SnowboyWakeListener: Hotword(s) detected: ['snowboy/disKadoc.pmdl']
[DEBUG:12692] WebSocketObserver: {"text": "heure", "intent": {"name": "", "confidence": 0}, "entities": [], "raw_text": "heure", "speech_confidence": 0.5154181200079739, "wakeId": "snowboy/disKadoc.pmdl", "siteId": "default", "slots": {}}
[DEBUG:12691] SnowboyWakeListener: loaded -> listening
[DEBUG:12691] DialogueManager: ready -> asleep
[INFO:12691] DialogueManager: Automatically listening for wake word
[DEBUG:12690] DialogueManager: handling -> ready
[DEBUG:12689] DialogueManager: recognizing -> handling
[DEBUG:12689] DialogueManager: {'text': 'heure', 'intent': {'name': '', 'confidence': 0}, 'entities': [], 'raw_text': 'heure', 'speech_confidence': 0.5154181200079739, 'wakeId': 'snowboy/disKadoc.pmdl', 'siteId': 'default'}
[ERROR:12688] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
  File "/home/batuc/rhasspy/rhasspy/intent.py", line 183, in in_loaded
    assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:12686] DialogueManager: decoding -> recognizing
[DEBUG:12685] DialogueManager: heure (confidence=0.5154181200079739)
[DEBUG:12684] PocketsphinxDecoder: heure
[DEBUG:12684] PocketsphinxDecoder: Transcription confidence: 0.5154181200079739
[DEBUG:12682] PocketsphinxDecoder: Decoded WAV in 0.06337642669677734 second(s)
[DEBUG:12622] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_lo.wav']
[DEBUG:12619] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:12618] DialogueManager: awake -> decoding
[DEBUG:12616] WebrtcvadCommandListener: listening -> loaded
[DEBUG:12615] WebrtcvadCommandListener: Voice command finished
[DEBUG:11421] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_hi.wav']
[DEBUG:10786] WebrtcvadCommandListener: Voice command started
[DEBUG:10380] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_error.wav']
[DEBUG:10310] SnowboyWakeListener: listening -> loaded
[DEBUG:10308] WebrtcvadCommandListener: loaded -> listening
[DEBUG:10307] WebrtcvadCommandListener: Will timeout in 30 second(s)
[DEBUG:10307] DialogueManager: asleep -> awake
[DEBUG:10307] DialogueManager: Awake!
[DEBUG:10306] SnowboyWakeListener: Hotword(s) detected: ['snowboy/disKadoc.pmdl']
[INFO:9616] quart.serving: 10.42.0.4:1491 GET /api/events/intent 1.1 101 - 1372353
[DEBUG:9612] SnowboyWakeListener: loaded -> listening
[DEBUG:9612] DialogueManager: ready -> asleep
[INFO:9612] DialogueManager: Automatically listening for wake word
[DEBUG:9611] DialogueManager: handling -> ready
[DEBUG:9610] WebSocketObserver: {"text": "", "intent": {"name": "", "confidence": 0}, "entities": [], "raw_text": "", "speech_confidence": 0, "wakeId": "snowboy/disKadoc.pmdl", "siteId": "default", "slots": {}}
[DEBUG:9610] DialogueManager: recognizing -> handling
[DEBUG:9610] DialogueManager: {'text': '', 'intent': {'name': '', 'confidence': 0}, 'entities': [], 'raw_text': '', 'speech_confidence': 0, 'wakeId': 'snowboy/disKadoc.pmdl', 'siteId': 'default'}
[ERROR:9607] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
  File "/home/batuc/rhasspy/rhasspy/intent.py", line 183, in in_loaded
    assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:9607] DialogueManager: decoding -> recognizing
[DEBUG:9606] DialogueManager:  (confidence=0)
[DEBUG:9603] PocketsphinxDecoder: 
[DEBUG:9601] PocketsphinxDecoder: Decoded WAV in 0.01165771484375 second(s)
[DEBUG:9591] APlayAudioPlayer: ['aplay', '-q', '/home/batuc/rhasspy/etc/wav/beep_lo.wav']
[DEBUG:9589] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:9587] DialogueManager: awake -> decoding
[DEBUG:9586] WebrtcvadCommandListener: listening -> loaded
[DEBUG:9586] WebrtcvadCommandListener: Voice command finished
[INFO:8237] quart.serving: 10.42.0.4:1490 GET /api/events/log 1.1 101 - 460681
[DEBUG:8236] WebrtcvadCommandListener: Voice command started