Nailik / rhasspy_mobile

Rhasspy is a voice assistant software. This repository implements the functionality of a Rhasspy satellite, with local wake word recognition.
66 stars 4 forks source link

Base always giving 'Handling NluIntentNotRecognized' #537

Open BlankFX1 opened 1 week ago

BlankFX1 commented 1 week ago

I'm unable to make Rhasspy work with your App. Rhasspy itself works fine.

In Rhasspy_mobile I set up:

I'm testing with a voice command I know it works fine when used on the Rhasspy-WebUI, but the WebUI-Log just gives me this:

[DEBUG:2024-11-15 17:05:14,818] rhasspyserver_hermes: Sent 1100 char(s) to websocket
[DEBUG:2024-11-15 17:05:14,815] rhasspyserver_hermes: Handling NluIntentNotRecognized (topic=hermes/nlu/intentNotRecognized, id=fd07ff7e-4781-43cf-a604-3f0e2da51fa5)
[DEBUG:2024-11-15 17:05:14,814] rhasspyserver_hermes: <- NluIntentNotRecognized(input='{"entities":[],"intent":{"confidence":0.0,"name":""},"raw_text":"","raw_tokens":[],"recognize_seconds":0.013905229978263378,"slots":{},"speech_confidence":1.0,"text":"","tokens":[]}', site_id='default', id='884d377f-20ca-480f-8342-a8fbf1f29a24', custom_data=None, session_id='884d377f-20ca-480f-8342-a8fbf1f29a24')
[DEBUG:2024-11-15 17:05:14,807] rhasspyserver_hermes: Publishing 465 bytes(s) to hermes/nlu/query
[DEBUG:2024-11-15 17:05:14,806] rhasspyserver_hermes: -> NluQuery(input='{"entities":[],"intent":{"confidence":0.0,"name":""},"raw_text":"","raw_tokens":[],"recognize_seconds":0.013905229978263378,"slots":{},"speech_confidence":1.0,"text":"","tokens":[]}', site_id='default', id='884d377f-20ca-480f-8342-a8fbf1f29a24', intent_filter=None, session_id='884d377f-20ca-480f-8342-a8fbf1f29a24', wakeword_id=None, lang=None, custom_data=None, asr_confidence=None, custom_entities=None)
[DEBUG:2024-11-15 17:05:14,760] rhasspyserver_hermes: Publishing 21 bytes(s) to rhasspy/handle/toggleOn
[DEBUG:2024-11-15 17:05:14,760] rhasspyserver_hermes: -> HandleToggleOn(site_id='default')
[DEBUG:2024-11-15 17:05:14,757] rhasspyserver_hermes: Sent 260 char(s) to websocket
[DEBUG:2024-11-15 17:05:14,755] rhasspyserver_hermes: Handling NluIntentNotRecognized (topic=hermes/nlu/intentNotRecognized, id=fe15f434-f2cd-41ac-886b-117cccaf0338)
[DEBUG:2024-11-15 17:05:14,755] rhasspyserver_hermes: <- NluIntentNotRecognized(input='', site_id='default', id='c2ed2dbf-2534-4452-9fa7-0e47008397b3', custom_data=None, session_id='c2ed2dbf-2534-4452-9fa7-0e47008397b3')
[DEBUG:2024-11-15 17:05:14,747] rhasspyserver_hermes: Publishing 256 bytes(s) to hermes/nlu/query
[DEBUG:2024-11-15 17:05:14,746] rhasspyserver_hermes: -> NluQuery(input='', site_id='default', id='c2ed2dbf-2534-4452-9fa7-0e47008397b3', intent_filter=None, session_id='c2ed2dbf-2534-4452-9fa7-0e47008397b3', wakeword_id=None, lang=None, custom_data=None, asr_confidence=None, custom_entities=None)
[DEBUG:2024-11-15 17:05:14,744] rhasspyserver_hermes: Publishing 21 bytes(s) to rhasspy/handle/toggleOff
[DEBUG:2024-11-15 17:05:14,744] rhasspyserver_hermes: -> HandleToggleOff(site_id='default')
[DEBUG:2024-11-15 17:05:14,647] rhasspyserver_hermes: Handling AsrTextCaptured (topic=hermes/asr/textCaptured, id=08bf41df-a7d2-4403-a46a-71c07228c959)
[DEBUG:2024-11-15 17:05:13,939] rhasspyserver_hermes: Publishing 74 bytes(s) to hermes/asr/stopListening
[DEBUG:2024-11-15 17:05:13,938] rhasspyserver_hermes: -> AsrStopListening(site_id='default', session_id='01382d53-4e63-415f-874d-8c18193516fc')
[DEBUG:2024-11-15 17:05:13,934] rhasspyserver_hermes: Sent 940 byte(s) of WAV data
[DEBUG:2024-11-15 17:05:13,932] rhasspyserver_hermes: Publishing 181 bytes(s) to hermes/asr/startListening
[DEBUG:2024-11-15 17:05:13,931] rhasspyserver_hermes: -> AsrStartListening(site_id='default', session_id='01382d53-4e63-415f-874d-8c18193516fc', lang=None, stop_on_silence=False, send_audio_captured=True, wakeword_id=None, intent_filter=None)

Rhasspy_Mobile gives me no errors either on the log.