You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
I've filled the AlexaClientSDKConfig.json and run the connection script.
It also completes OK.
I've copied the spot-alexa-rpi-31000.snsr to build folder under KWD/inputs/SensoryModels.
I've run make.
It compiles ok.
I run "make all integration"
It fails all Sensory related tests due being unable to find the .snsr file.
2017-07-04 11:59:18.256 [ 1] E SensoryKeywordDetector:initFailed:reason=loadingSensoryModelFailed,error=snsrLoad(): task: No such file or directory (open "...s/SensoryModels/spot-alexa-rpi-31000.snsr")
What do I do wrong here? The three dots seem like some default path value is used somewhere. However I cannot find where. The built was done in clean folder without any pre-existing content.
The text was updated successfully, but these errors were encountered:
When running the default make test and make integration targets, the spot-alexa-rpi-31000.snsr file should be in the src directory. So the respective paths would be:
You mentioned that you currently have the .snsr file in the build dir. Running make doesn't invoke the unit tests, so it should fail if you run make test. Hope this helps!
Hi.
I'm getting started with this SDK and trying to run integration tests.
Prequisite: I've compiled the latest gtreamer and other required libraries.
1.I've run cmake:
It completes OK.
It also completes OK.
I've copied the spot-alexa-rpi-31000.snsr to build folder under KWD/inputs/SensoryModels.
I've run make.
It compiles ok.
I run "make all integration"
It fails all Sensory related tests due being unable to find the .snsr file.
2017-07-04 11:59:18.256 [ 1] E SensoryKeywordDetector:initFailed:reason=loadingSensoryModelFailed,error=snsrLoad(): task: No such file or directory (open "...s/SensoryModels/spot-alexa-rpi-31000.snsr")
What do I do wrong here? The three dots seem like some default path value is used somewhere. However I cannot find where. The built was done in clean folder without any pre-existing content.
The text was updated successfully, but these errors were encountered: