Closed ollyhayes closed 5 years ago
Hi @ollyhayes , This problem is related to the Snips Platform, and not directly Snips NLU. You should probably ask your question on the dedicated forum --> https://forum.snips.ai/
Having said this, as the error suggests, the problem comes from the fact that your version of the snips platform is outdated. Normally, this should be fixed by running sam update platform
(cf https://docs.snips.ai/additional-resources/release-notes#updating-the-platform).
Cheers
Ah sorry, didn't realise there was a forum, I'll use that in the future. Thanks for you're help, I'll try it out later.
Hi,
I've been setting up a raspberry-pi with snips by following these instructions: https://docs.snips.ai/getting-started/quick-start-raspberry-pi
When I speak I can see by monitoring mqtt that the hotword is detected but no intents are being detected. I ran
sam status
and see thatsnips-nlu
is not running, which I think is the reason for that:I checked the logs and it looks like there is some version mismatch,
snips-nlu
is expecting 0.16.0, but the version in the assistant I generated on https://console.snips.ai has version 0.17.0:This is the contents of
/usr/share/snips/assistant/nlu_engine/nlu_engine.json
:I have tried running
sam update
andsam update-assistant
but it does not help. I can't find anywhere to select a version number on https://console.snips.ai/, so I'm not really sure how to make this work now.