fforchino / vectorx

This project is to develop new voice commands and features for Vector. It runs on top of Wirepod setups
MIT License
49 stars 17 forks source link

Chat service command issues #10

Open ManicQuinn opened 1 year ago

ManicQuinn commented 1 year ago

No matter what I do, commands won't work, might be something wrong with the install:

Mac 10 11:38:47 escapepod start.sh[43603]: (Bot 1, Vosk) Processing...
Mac 10 11:38:48 escapepod start.sh[43603]: (Bot 1) End of speech detected.
Mac 10 11:38:48 escapepod start.sh[43603]: Bot 1 Transcribed text: sign up for a chat service
Mac 10 11:38:48 escapepod start.sh[43603]: Custom Intent Matched: extended_intent_preprocessor - Calls VectorX intent preprocessor - intent_greeting_hello
Mac 10 11:38:48 escapepod start.sh[43603]: Executing: /home/manicquinn/vectorx/runCmd.sh REDACTED en-US "sign up for a chat service"
Mac 10 11:38:48 escapepod start.sh[43603]: Custom Intent Exec Output: {"status": "ko", "returnIntent": ""}
Mac 10 11:38:48 escapepod start.sh[43603]: Not a custom intent
Mac 10 11:38:48 escapepod start.sh[43603]: No intent was matched.
Mac 10 11:38:48 escapepod start.sh[43603]: Bot 1 Intent Sent: intent_system_noaudio
Mac 10 11:38:48 escapepod start.sh[43603]: No Parameters Sent
Mac 10 11:39:38 escapepod start.sh[43603]: Bot 1 Stream type: OPUS
Mac 10 11:39:38 escapepod start.sh[43603]: (Bot 1, Vosk) Processing...
Mac 10 11:39:40 escapepod start.sh[43603]: (Bot 1) End of speech detected.
Mac 10 11:39:40 escapepod start.sh[43603]: Bot 1 Transcribed text: on the chat service
Mac 10 11:39:40 escapepod start.sh[43603]: Custom Intent Matched: extended_intent_preprocessor - Calls VectorX intent preprocessor - intent_greeting_hello
Mac 10 11:39:40 escapepod start.sh[43603]: Executing: /home/manicquinn/vectorx/runCmd.sh REDACTED en-US "on the chat service"
Mac 10 11:39:40 escapepod start.sh[43603]: Custom Intent Exec Output: {"status": "ko", "returnIntent": ""}
Mac 10 11:39:40 escapepod start.sh[43603]: Not a custom intent
Mac 10 11:39:40 escapepod start.sh[43603]: No intent was matched.
Mac 10 11:39:40 escapepod start.sh[43603]: Bot 1 Intent Sent: intent_system_noaudio
Mac 10 11:39:40 escapepod start.sh[43603]: No Parameters Sent
purplebear-cai commented 1 year ago

Hi @Manic137 , I have the same problem.

I installed wire-pod, then follow the steps to set up the vectorx. I said something and tried to trigger the custom intent, but I got the same message as you listed. It seems that the custom intent cannot be matched.

Did you get chance to solve the problem?

fforchino commented 8 months ago

Try using my own Wire-Pod fork (https://github.com/fforchino/wire-pod), because newer Wire-pod versions may have broken interoperability between the two tools. Let me know if there are still issues.