Random Error with 2.5.7

I have random errors no beep sound with the latest version of Rhasspy (2.5.7)

same as

example: I ask for the time
the sentence is:

[GetTime]
What time

When there is an error the beep-hi.wav sound is not emitted
HermesLedContole displays correctly the the right pattern leds on WakeWord
the intention is well understood
HermesLedContole displays the right pattern leds at the end of the intention
but the beep_lo.wav sound is not emitted
the log remains inactive for a few seconds
and then it indicates an error: rhasspydialogue_hermes: Session timed out

here is the concerned log:

[DEBUG:2020-11-12 12:21:23,225] rhasspywake_snowboy_hermes: Wake word detected: hey_gaston (site_id=Master)
[DEBUG:2020-11-12 12:21:23,228] rhasspywake_snowboy_hermes: -> HotwordDetected(model_id=‘hey_gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.45, site_id=‘Master’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-11-12 12:21:23,229] rhasspywake_snowboy_hermes: Publishing 178 bytes(s) to hermes/hotword/hey_gaston/detected
[DEBUG:2020-11-12 12:21:23,235] rhasspyserver_hermes: <- HotwordDetected(model_id=‘hey_gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.45, site_id=‘Master’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-11-12 12:21:23,235] rhasspydialogue_hermes: <- HotwordDetected(model_id=‘hey_gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.45, site_id=‘Master’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-11-12 12:21:23,236] rhasspydialogue_hermes: Playing WAV /home/pi/rhasspy/etc/wav/beep_hi.wav
[DEBUG:2020-11-12 12:21:23,239] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,240] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-11-12 12:21:23,242] rhasspydialogue_hermes: -> AsrToggleOff(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,243] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/asr/toggleOff
[DEBUG:2020-11-12 12:21:23,244] rhasspydialogue_hermes: -> AudioPlayBytes(83948 byte(s)) to hermes/audioServer/Master/playBytes/9a3cafaf-5844-4547-ac5d-2d2b18de6b26
[DEBUG:2020-11-12 12:21:23,245] rhasspydialogue_hermes: Waiting for playFinished (id=9a3cafaf-5844-4547-ac5d-2d2b18de6b26, timeout=1.2012925170068027)
[DEBUG:2020-11-12 12:21:23,251] rhasspyspeakers_cli_hermes: <- AudioPlayBytes(83948 byte(s))
[DEBUG:2020-11-12 12:21:23,250] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,252] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-11-12 12:21:23,253] rhasspyspeakers_cli_hermes: [‘aplay’, ‘-q’, ‘-t’, ‘wav’, ‘-D’, ‘sysdefault:CARD=seeed8micvoicec’]
[DEBUG:2020-11-12 12:21:23,270] rhasspyasr_kaldi_hermes: <- AsrToggleOff(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,271] rhasspyasr_kaldi_hermes: Disabled (AsrToggleReason.PLAY_AUDIO)
[DEBUG:2020-11-12 12:21:23,924] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’, session_id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’)
[DEBUG:2020-11-12 12:21:23,924] rhasspyspeakers_cli_hermes: Publishing 99 bytes(s) to hermes/audioServer/Master/playFinished
[DEBUG:2020-11-12 12:21:23,927] rhasspydialogue_hermes: <- AudioPlayFinished(id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’, session_id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’)
[DEBUG:2020-11-12 12:21:23,927] rhasspytts_cli_hermes: <- AudioPlayFinished(id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’, session_id=‘9a3cafaf-5844-4547-ac5d-2d2b18de6b26’)
[DEBUG:2020-11-12 12:21:23,929] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,929] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 12:21:23,930] rhasspydialogue_hermes: -> AsrToggleOn(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,930] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/asr/toggleOn
[WARNING:2020-11-12 12:21:23,931] rhasspydialogue_hermes: No session for id Master-hey_gaston-b3c57bc6-d4bf-4de4-9eba-cfab671d5dc0
[DEBUG:2020-11-12 12:21:23,931] rhasspydialogue_hermes: Handling queued session
[DEBUG:2020-11-12 12:21:23,931] rhasspydialogue_hermes: Session aborted: Master-hey_gaston-b3c57bc6-d4bf-4de4-9eba-cfab671d5dc0
[WARNING:2020-11-12 12:21:23,931] rhasspydialogue_hermes: No session for id Master-hey_gaston-b3c57bc6-d4bf-4de4-9eba-cfab671d5dc0
[DEBUG:2020-11-12 12:21:23,932] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:23,932] rhasspydialogue_hermes: Publishing 49 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 12:21:23,933] rhasspydialogue_hermes: Starting new session (id=Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be)
[DEBUG:2020-11-12 12:21:23,934] rhasspydialogue_hermes: -> DialogueSessionStarted(session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, site_id=‘Master’, custom_data=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:23,934] rhasspydialogue_hermes: Publishing 133 bytes(s) to hermes/dialogueManager/sessionStarted
[DEBUG:2020-11-12 12:21:23,935] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:23,935] rhasspydialogue_hermes: Publishing 49 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-11-12 12:21:23,936] rhasspydialogue_hermes: Listening for session Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be
[DEBUG:2020-11-12 12:21:23,939] rhasspydialogue_hermes: -> AsrStartListening(site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, lang=None, stop_on_silence=True, send_audio_captured=True, wakeword_id=‘hey_gaston’, intent_filter=None)
[DEBUG:2020-11-12 12:21:23,940] rhasspydialogue_hermes: Publishing 205 bytes(s) to hermes/asr/startListening
[DEBUG:2020-11-12 12:21:23,990] rhasspyasr_kaldi_hermes: <- AsrToggleOn(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,990] rhasspyasr_kaldi_hermes: Enabled
[DEBUG:2020-11-12 12:21:23,992] rhasspyasr_kaldi_hermes: <- AsrStartListening(site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, lang=None, stop_on_silence=True, send_audio_captured=True, wakeword_id=‘hey_gaston’, intent_filter=None)
[DEBUG:2020-11-12 12:21:23,992] rhasspyasr_kaldi_hermes: Creating new transcriber session Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be
[DEBUG:2020-11-12 12:21:23,990] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:23,990] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-11-12 12:21:23,991] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:23,992] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-11-12 12:21:23,993] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:23,993] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-11-12 12:21:23,993] rhasspyasr_kaldi.transcribe: Using kaldi at /home/pi/rhasspy/.venv/lib/kaldi
[DEBUG:2020-11-12 12:21:23,994] rhasspyasr_kaldi_hermes: Starting listening (session_id=Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be)
[DEBUG:2020-11-12 12:21:23,995] rhasspyasr_kaldi_hermes: Receiving audio
[DEBUG:2020-11-12 12:21:23,996] rhasspyasr_kaldi.transcribe: [’/home/pi/rhasspy/.venv/lib/kaldi/online2-tcp-nnet3-decode-faster’, ‘–port-num=50994’, ‘–config=/home/pi/.config/rhasspy/profiles/fr/kaldi/model/online/conf/online.conf’, ‘–frame-subsampling-factor=3’, ‘–max-active=7000’, ‘–lattice-beam=8.0’, ‘–acoustic-scale=1.0’, ‘–beam=24.0’, ‘/home/pi/.config/rhasspy/profiles/fr/kaldi/model/model/final.mdl’, ‘/home/pi/.config/rhasspy/profiles/fr/kaldi/model/graph/HCLG.fst’, ‘/home/pi/.config/rhasspy/profiles/fr/kaldi/model/graph/words.txt’]
[DEBUG:2020-11-12 12:21:24,047] rhasspyasr_kaldi.transcribe: /home/pi/rhasspy/.venv/lib/kaldi/online2-tcp-nnet3-decode-faster --port-num=50994 --config=/home/pi/.config/rhasspy/profiles/fr/kaldi/model/online/conf/online.conf --frame-subsampling-factor=3 --max-active=7000 --lattice-beam=8.0 --acoustic-scale=1.0 --beam=24.0 /home/pi/.config/rhasspy/profiles/fr/kaldi/model/model/final.mdl /home/pi/.config/rhasspy/profiles/fr/kaldi/model/graph/hclg.fst /home/pi/.config/rhasspy/profiles/fr/kaldi/model/graph/words.txt
[DEBUG:2020-11-12 12:21:24,219] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:computederivedvars():ivector-extractor.cc:183) computing derived variables for ivector extractor
[DEBUG:2020-11-12 12:21:24,485] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:computederivedvars():ivector-extractor.cc:204) done.
[DEBUG:2020-11-12 12:21:24,616] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:removeorphannodes():nnet-nnet.cc:948) removed 1 orphan nodes.
[DEBUG:2020-11-12 12:21:24,617] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:removeorphancomponents():nnet-nnet.cc:847) removing 2 orphan components.
[DEBUG:2020-11-12 12:21:24,617] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:collapse():nnet-utils.cc:1472) added 1 components, removed 2
[DEBUG:2020-11-12 12:21:24,670] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:compilelooped():nnet-compile-looped.cc:345) spent 0.0354011 seconds in looped compilation.
[DEBUG:2020-11-12 12:21:24,672] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:listen():online2-tcp-nnet3-decode-faster.cc:379) tcpserver: listening on port: 50994
[DEBUG:2020-11-12 12:21:24,672] rhasspyasr_kaldi.transcribe: log (online2-tcp-nnet3-decode-faster[5.5]:accept():online2-tcp-nnet3-decode-faster.cc:393) waiting for client…
[DEBUG:2020-11-12 12:21:24,672] rhasspyasr_kaldi.transcribe: Decoder started
[DEBUG:2020-11-12 12:21:25,264] rhasspyasr_kaldi.transcribe: Finished stream. Getting transcription.
[DEBUG:2020-11-12 12:21:25,345] rhasspyasr_kaldi.transcribe: ['quelle heure ', 'quelle heure ']
[DEBUG:2020-11-12 12:21:25,346] rhasspyasr_kaldi_hermes: Transcription result: Transcription(text=‘quelle heure’, likelihood=1, transcribe_seconds=0.6720953109979746, wav_seconds=1.344, tokens=None)
[DEBUG:2020-11-12 12:21:25,348] rhasspyasr_kaldi_hermes: -> AsrTextCaptured(text=‘quelle heure’, likelihood=1, seconds=0.6720953109979746, site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, wakeword_id=None, asr_tokens=None, lang=None)
[DEBUG:2020-11-12 12:21:25,348] rhasspyasr_kaldi_hermes: Publishing 216 bytes(s) to hermes/asr/textCaptured
[DEBUG:2020-11-12 12:21:25,353] rhasspydialogue_hermes: <- AsrTextCaptured(text=‘quelle heure’, likelihood=1, seconds=0.6720953109979746, site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, wakeword_id=None, asr_tokens=None, lang=None)
[DEBUG:2020-11-12 12:21:25,356] rhasspydialogue_hermes: Playing WAV /home/pi/rhasspy/etc/wav/beep_lo.wav
[DEBUG:2020-11-12 12:21:25,359] rhasspyasr_kaldi_hermes: -> AsrAudioCaptured(35564 byte(s)) to rhasspy/asr/Master/Master/audioCaptured
[DEBUG:2020-11-12 12:21:25,360] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:25,360] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-11-12 12:21:25,362] rhasspydialogue_hermes: -> AsrToggleOff(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:25,362] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/asr/toggleOff
[DEBUG:2020-11-12 12:21:25,363] rhasspydialogue_hermes: -> AudioPlayBytes(119908 byte(s)) to hermes/audioServer/Master/playBytes/79e55887-e784-48e2-a976-086c93f1f381
[DEBUG:2020-11-12 12:21:25,364] rhasspydialogue_hermes: Waiting for playFinished (id=79e55887-e784-48e2-a976-086c93f1f381, timeout=1.6090022675736961)
[DEBUG:2020-11-12 12:21:25,369] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:25,370] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-11-12 12:21:25,370] rhasspyspeakers_cli_hermes: <- AudioPlayBytes(119908 byte(s))
[DEBUG:2020-11-12 12:21:25,370] rhasspyasr_kaldi_hermes: <- AsrToggleOff(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:25,371] rhasspyspeakers_cli_hermes: [‘aplay’, ‘-q’, ‘-t’, ‘wav’, ‘-D’, ‘sysdefault:CARD=seeed8micvoicec’]
[DEBUG:2020-11-12 12:21:25,371] rhasspyasr_kaldi_hermes: Disabled (AsrToggleReason.PLAY_AUDIO)
[DEBUG:2020-11-12 12:21:26,200] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id=‘79e55887-e784-48e2-a976-086c93f1f381’, session_id=‘79e55887-e784-48e2-a976-086c93f1f381’)
[DEBUG:2020-11-12 12:21:26,201] rhasspyspeakers_cli_hermes: Publishing 99 bytes(s) to hermes/audioServer/Master/playFinished
[DEBUG:2020-11-12 12:21:26,206] rhasspydialogue_hermes: <- AudioPlayFinished(id=‘79e55887-e784-48e2-a976-086c93f1f381’, session_id=‘79e55887-e784-48e2-a976-086c93f1f381’)
[DEBUG:2020-11-12 12:21:26,206] rhasspytts_cli_hermes: <- AudioPlayFinished(id=‘79e55887-e784-48e2-a976-086c93f1f381’, session_id=‘79e55887-e784-48e2-a976-086c93f1f381’)
[DEBUG:2020-11-12 12:21:26,210] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:26,210] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 12:21:26,213] rhasspydialogue_hermes: -> AsrToggleOn(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:26,216] rhasspydialogue_hermes: Publishing 43 bytes(s) to hermes/asr/toggleOn
[DEBUG:2020-11-12 12:21:26,218] rhasspydialogue_hermes: Received text: quelle heure
[DEBUG:2020-11-12 12:21:26,216] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:26,217] rhasspywake_snowboy_hermes: Still disabled: {<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>}
[DEBUG:2020-11-12 12:21:26,222] rhasspydialogue_hermes: -> AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’)
[DEBUG:2020-11-12 12:21:26,223] rhasspydialogue_hermes: Publishing 91 bytes(s) to hermes/asr/stopListening
[DEBUG:2020-11-12 12:21:26,226] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:26,227] rhasspydialogue_hermes: Publishing 49 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 12:21:26,234] rhasspydialogue_hermes: -> NluQuery(input=‘quelle heure’, site_id=‘Master’, id=None, intent_filter=None, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, wakeword_id=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:26,234] rhasspydialogue_hermes: Publishing 192 bytes(s) to hermes/nlu/query
[DEBUG:2020-11-12 12:21:26,239] rhasspynlu_hermes: <- NluQuery(input=‘quelle heure’, site_id=‘Master’, id=None, intent_filter=None, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, wakeword_id=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:26,246] rhasspynlu_hermes: -> NluIntentParsed(input=‘quelle heure’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘Master’, id=None, slots=[], session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’)
[DEBUG:2020-11-12 12:21:26,247] rhasspynlu_hermes: Publishing 202 bytes(s) to hermes/nlu/intentParsed
[DEBUG:2020-11-12 12:21:26,255] rhasspynlu_hermes: -> NluIntent(input=‘quelle heure’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘Master’, id=None, slots=[], session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, custom_data=None, asr_tokens=[[AsrToken(value=‘quelle’, confidence=1.0, range_start=0, range_end=6, time=None), AsrToken(value=‘heure’, confidence=1.0, range_start=7, range_end=12, time=None)]], asr_confidence=None, raw_input=‘quelle heure’, wakeword_id=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:26,256] rhasspynlu_hermes: Publishing 504 bytes(s) to hermes/intent/GetTime
[DEBUG:2020-11-12 12:21:26,270] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 12:21:26,270] rhasspyasr_kaldi_hermes: <- AsrToggleOn(site_id=‘Master’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-11-12 12:21:26,271] rhasspyasr_kaldi_hermes: Enabled
[DEBUG:2020-11-12 12:21:26,271] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-11-12 12:21:26,274] rhasspyasr_kaldi_hermes: <- AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’)
[DEBUG:2020-11-12 12:21:26,275] rhasspyasr_kaldi_hermes: Stopping listening (session_id=Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be)
[DEBUG:2020-11-12 12:21:26,276] rhasspyasr_kaldi_hermes: Receiving audio
[DEBUG:2020-11-12 12:21:26,316] rhasspyserver_hermes: <- NluIntent(input=‘quelle heure’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘Master’, id=None, slots=[], session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, custom_data=None, asr_tokens=[[AsrToken(value=‘quelle’, confidence=1.0, range_start=0, range_end=6, time=None), AsrToken(value=‘heure’, confidence=1.0, range_start=7, range_end=12, time=None)]], asr_confidence=None, raw_input=‘quelle heure’, wakeword_id=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:26,316] rhasspydialogue_hermes: <- NluIntent(input=‘quelle heure’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘Master’, id=None, slots=[], session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, custom_data=None, asr_tokens=[[AsrToken(value=‘quelle’, confidence=1.0, range_start=0, range_end=6, time=None), AsrToken(value=‘heure’, confidence=1.0, range_start=7, range_end=12, time=None)]], asr_confidence=None, raw_input=‘quelle heure’, wakeword_id=‘hey_gaston’, lang=None)
[DEBUG:2020-11-12 12:21:26,318] rhasspydialogue_hermes: Recognized NluIntent(input=‘quelle heure’, intent=Intent(intent_name=‘GetTime’, confidence_score=1.0), site_id=‘Master’, id=None, slots=[], session_id=‘Master-hey_gaston-b0ec8bb9-8699-4fe0-937f-89ac58a659be’, custom_data=None, asr_tokens=[[AsrToken(value=‘quelle’, confidence=1.0, range_start=0, range_end=6, time=None), AsrToken(value=‘heure’, confidence=1.0, range_start=7, range_end=12, time=None)]], asr_confidence=None, raw_input=‘quelle heure’, wakeword_id=‘hey_gaston’, lang=None
---------------------------------------apres quelses secondes
[ERROR:2020-11-12 09:49:44,739] rhasspydialogue_hermes: Session timed out for site Master: Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b
[DEBUG:2020-11-12 09:49:44,741] rhasspydialogue_hermes: -> AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’)
[DEBUG:2020-11-12 09:49:44,741] rhasspydialogue_hermes: Publishing 91 bytes(s) to hermes/asr/stopListening
[DEBUG:2020-11-12 09:49:44,744] rhasspydialogue_hermes: -> DialogueSessionEnded(termination=DialogueSessionTermination(reason=<DialogueSessionTerminationReason.TIMEOUT: ‘timeout’>), session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’, site_id=‘Master’, custom_data=‘hey_gaston’)
[DEBUG:2020-11-12 09:49:44,744] rhasspydialogue_hermes: Publishing 157 bytes(s) to hermes/dialogueManager/sessionEnded
[DEBUG:2020-11-12 09:49:44,746] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 09:49:44,747] rhasspydialogue_hermes: Publishing 49 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 09:49:44,782] rhasspyasr_kaldi_hermes: <- AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’)
[DEBUG:2020-11-12 09:49:44,783] rhasspyasr_kaldi_hermes: Stopping listening (session_id=Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b)
[DEBUG:2020-11-12 09:49:44,784] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 09:49:44,784] rhasspywake_snowboy_hermes: Enabled

and after several seconds of waiting for the rest of the log:

[ERROR:2020-11-12 09:49:44,739] rhasspydialogue_hermes: Session timed out for site Master: Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b
[DEBUG:2020-11-12 09:49:44,741] rhasspydialogue_hermes: -> AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’)
[DEBUG:2020-11-12 09:49:44,741] rhasspydialogue_hermes: Publishing 91 bytes(s) to hermes/asr/stopListening
[DEBUG:2020-11-12 09:49:44,744] rhasspydialogue_hermes: -> DialogueSessionEnded(termination=DialogueSessionTermination(reason=<DialogueSessionTerminationReason.TIMEOUT: ‘timeout’>), session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’, site_id=‘Master’, custom_data=‘hey_gaston’)
[DEBUG:2020-11-12 09:49:44,744] rhasspydialogue_hermes: Publishing 157 bytes(s) to hermes/dialogueManager/sessionEnded
[DEBUG:2020-11-12 09:49:44,746] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 09:49:44,747] rhasspydialogue_hermes: Publishing 49 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-11-12 09:49:44,782] rhasspyasr_kaldi_hermes: <- AsrStopListening(site_id=‘Master’, session_id=‘Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b’)
[DEBUG:2020-11-12 09:49:44,783] rhasspyasr_kaldi_hermes: Stopping listening (session_id=Master-hey_gaston-cb9fda50-8e96-4d10-b57c-ce06da09071b)
[DEBUG:2020-11-12 09:49:44,784] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘Master’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-11-12 09:49:44,784] rhasspywake_snowboy_hermes: Enabled

Thank’s for Help

Everything is solved !!!
[see here](No beep sound after update 2.5.5 to 2.5.7?
u=arpagor62970)
I will be able to set up the management of internal intent (volume adjustment, ask for the time etc …