snipsco/snips-record-personal-hotword

Generated hotword doesn't work

bymet opened this issue · 1 comments

bymet commented

I executed script_recording.py and recorded my hotword. Snips generated folder with three wav files and config.json. After that I modified assistant.json when replaced "personal_hotword" with my "new_hotword" and copied model files to custom_hotword folder.

But when I run it on my android device I get next results in logcat:
`
02-26 13:06:50.274 8820-8836/ I/SnipsPlatform: Connecting to remote Snips processing service
02-26 13:06:50.354 8820-8820/ I/SnipsPlatform: Snips processing service connected, starting the platform
02-26 13:06:50.470 8820-8820/ E/SnipsPlatform: Snips processing service disconnected, attempting a reconnect
02-26 13:06:50.470 8820-8820/ D/SNIPS: Error: Remote service died
02-26 13:06:51.545 8820-8820/ I/SnipsPlatform: Snips processing service connected, starting the platform
02-26 13:06:51.668 8820-8820/ E/SnipsPlatform: Snips processing service disconnected, attempting a reconnect
02-26 13:06:51.668 8820-8820/D/SNIPS: Error: Remote service died

`

Hey @bymet! Did you solve this? I am having a similar error.