snips-issues
                                
                                 snips-issues copied to clipboard
                                
                                    snips-issues copied to clipboard
                            
                            
                            
                        Feel free to share your bugs with us.
We need a way to be able to inject code right after the hotword is detected but before the feedback sound is played, to basically be able to stop it...
It's been discussed already, but having the name being automatically filled in the text field would make it clearer for newbies 
**Is your feature request related to a problem? Please describe.** We use startSession notification to have our assistants randonly speak throughout the day. We don't have the canBeEnqueued boolean on...
Hello, I have some skills installed, for example skill-owm (weather) As soon as I do a "sam update-assistant" I need to provide again the API key and default location Would...
Yes, I'm still on stretch, on a pi 3b+, I have more problems on the pi 4 with buster The hotword keeps failing with ``` pi@ProjectAliceDev:~/ProjectAlice $ snips-hotword -vvvvvvvvvvvvvvv [15:39:38.326186]...
Right now `sam login` is not possible for those who signed up to the console with their github account. Those people need to edit their email-address on the console, basically...
A length limitation of the username when creating account in Snips Console would be good. 
**What's the issue?** `sudo apt install snips-asr-model-en-500mb` installs with uid 501 and group staff on rpi3 **Use Cases Impacted** A security/permissions issue **How to reproduce** ``` sudo apt update; sudo...
**What's the issue?** When someone (accidentally) deletes `/var/lib/snips/skills`, sam is not able to deploy an assistant anymore: ``` bash: line 0: cd: /var/lib/snips/skills/: No such file or directory fatal: could...
It would be great if we could specify an alternative SSH port. This way I have to revert it to 22 before running `sam`. I wanted to see the code...