OpenVoiceOS / skill-ovos-wikipedia

wikipedia skill for mycroft
Apache License 2.0
7 stars 8 forks source link

No Underscore Answer #13

Closed goldyfruit closed 8 months ago

goldyfruit commented 1 year ago

If I ask "tell me about the game doom", the will answers "No Underscore Answer"

2023-04-19 11:34:32.156 - skills - mycroft.skills.intent_service:_normalize_all_utterances:61 - DEBUG - Utterances: [('tell me about the game doom',)]
goldyfruit commented 1 year ago
 >> Let me look up elon musk in Wikipedia
 >> no_answer
denics commented 1 year ago

exactly the same in italian, whatever I ask:

ovos_audio       | 2023-08-24 09:16:43.094 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: Sto controllando Wikipedia per per sole
ovos_audio       | 2023-08-24 09:16:43.327 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
ovos_core        | 2023-08-24 09:16:44.237 - skill-ovos-wikipedia.openvoiceos - ERROR - Session.request() got an unexpected keyword argument 'user_agent'
ovos_audio       | 2023-08-24 09:16:44.656 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: no_answer
\ovos_core        | 2023-08-24 09:16:49.004 - skills - ovos_core.transformers:transform:66 - WARNING - ovos-utterance-coref-normalizer transform exception: Expecting value: line 7 column 1 (char 6)
ovos_core        | 2023-08-24 09:16:49.118 - skills - ovos_utils.gui:_normalize_page_name:835 - WARNING - Deprecation version=0.1.0. Caller=skill_ovos_wikipedia:171. GUI resources should exclude gui-specific file extensions. This call should probably pass `SYSTEM_AnimatedImageFrame`, instead of `SYSTEM_AnimatedImageFrame.qml`
ovos_audio       | 2023-08-24 09:16:49.158 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: Fammi vedere sole in Wikipedia
ovos_audio       | 2023-08-24 09:16:49.393 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
ovos_core        | 2023-08-24 09:16:50.151 - skill-ovos-wikipedia.openvoiceos - ERROR - Session.request() got an unexpected keyword argument 'user_agent'
ovos_audio       | 2023-08-24 09:16:50.193 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: no_answer
ovos_audio       | 2023-08-24 09:16:50.198 - audio - ovos_plugin_manager.templates.tts:get_from_cache:846 - INFO - Found e12e0a959e2bc04c0c2ae1edb866ae05.wav in TTS cache
ovos_audio       | 2023-08-24 09:16:50.201 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
ovos_core        | 2023-08-24 09:17:01.637 - skills - ovos_core.transformers:transform:66 - WARNING - ovos-utterance-coref-normalizer transform exception: Expecting value: line 7 column 1 (char 6)
ovos_audio       | 2023-08-24 09:17:01.812 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: Fammi vedere scuola in Wikipedia
ovos_audio       | 2023-08-24 09:17:02.035 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
ovos_messagebus  | 426 GET /core (127.0.0.1) 0.41ms
ovos_core        | 2023-08-24 09:17:07.823 - skill-ovos-wikipedia.openvoiceos - ERROR - Session.request() got an unexpected keyword argument 'user_agent'
ovos_audio       | 2023-08-24 09:17:07.847 - audio - ovos_audio.service:execute_tts:322 - INFO - Speak: no_answer
ovos_audio       | 2023-08-24 09:17:07.852 - audio - ovos_plugin_manager.templates.tts:get_from_cache:846 - INFO - Found e12e0a959e2bc04c0c2ae1edb866ae05.wav in TTS cache
ovos_audio       | 2023-08-24 09:17:07.857 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
ovos_messagebus  | 426 GET /core (127.0.0.1) 0.31ms
ovos_messagebus  | 426 GET /core (127.0.0.1) 0.34ms
JarbasAl commented 8 months ago

skill has been heavily refactored to not have any 3rd party dependencies recently, please re-open if this still applies