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 31, 2025. It is now read-only.
I added some debugging log statements to the skill and I can see that the skill is being invoked, but it's not working somehow
Is this fixable? Or should I be moving to personas? Based on OpenVoiceOS/ovos-core#297 and trying briefly to install personas it looked like personas isn't ready yet
debug output:
18:36:19.609 - SKILLS - skill_ovos_fallback_chatgpt:handle_utterance:48 - WARNING - Chat GPT skill called handle_utterance
18:36:19.609 - SKILLS - skill_ovos_fallback_chatgpt:handle_utterance:48 - WARNING - Chat GPT skill called handle_utterance
18:36:20.024 - SKILLS - skill_ovos_fallback_chatgpt:handle_speak:58 - WARNING - Chat GPT skill called handle_speak
18:36:20.024 - SKILLS - skill_ovos_fallback_chatgpt:handle_speak:58 - WARNING - Chat GPT skill called handle_speak
18:36:20.079 - AUDIO - ovos_tts_plugin_mimic3_server:_validate_args_combo:94 - WARNING - lang defined twice! choosing en_GB over en_US for voice: en_UK/apope_low
62023-08-13 18:36:20.079 - AUDIO - ovos_tts_plugin_mimic3_server:_validate_args_combo:94 - WARNING - lang defined twice! choosing en_GB over en_US for voice: en_UK/apope_low
18:36:44.945 - SKILLS - skill_ovos_fallback_chatgpt:handle_utterance:48 - WARNING - Chat GPT skill called handle_utterance
18:36:44.945 - SKILLS - skill_ovos_fallback_chatgpt:handle_utterance:48 - WARNING - Chat GPT skill called handle_utterance
18:36:45.059 - SKILLS - mycroft.skills.intent_services.commonqa_service:handle_question:119 - INFO - Searching for explain quantum computing
18:36:45.059 - SKILLS - mycroft.skills.intent_services.commonqa_service:handle_question:119 - INFO - Searching for explain quantum computing
18:36:46.300 - SKILLS - mycroft.skills.intent_services.commonqa_service:_query_timeout:173 - INFO - Timeout occurred check responses
18:36:46.300 - SKILLS - mycroft.skills.intent_services.commonqa_service:_query_timeout:173 - INFO - Timeout occurred check responses
62023-08-13 18:36:46.689 - AUDIO - ovos_tts_plugin_mimic3_server:_validate_args_combo:94 - WARNING - lang defined twice! choosing en_GB over en_US for voice: en_UK/apope_low
18:36:46.691 - SKILLS - skill_ovos_fallback_chatgpt:handle_speak:58 - WARNING - Chat GPT skill called handle_speak
18:36:46.689 - AUDIO - ovos_tts_plugin_mimic3_server:_validate_args_combo:94 - WARNING - lang defined twice! choosing en_GB over en_US for voice: en_UK/apope_low
18:36:46.691 - SKILLS - skill_ovos_fallback_chatgpt:handle_speak:58 - WARNING - Chat GPT skill called handle_speak
The text was updated successfully, but these errors were encountered:
Hi, I installed this skill on the latest buildroot image (OpenVoiceOS_rpi4_64-gui_dev-202301171328.img.xz) and it isn't working - it keeps falling back to the unknown fallback handler.
I added some debugging log statements to the skill and I can see that the skill is being invoked, but it's not working somehow
Is this fixable? Or should I be moving to personas? Based on OpenVoiceOS/ovos-core#297 and trying briefly to install personas it looked like personas isn't ready yet
debug output:
The text was updated successfully, but these errors were encountered: