Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spoken error on Intent Service response timeout #64

Closed
NeonDaniel opened this issue Mar 15, 2023 · 1 comment
Closed

Spoken error on Intent Service response timeout #64

NeonDaniel opened this issue Mar 15, 2023 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@NeonDaniel
Copy link
Member

If the intent service doesn't respond quickly enough, OCP speaks an error. There should be a response check to either try again or just register intents when the intent response doesn't contain any intents.

2023-03-15 12:16:09.623 - audio - ovos_plugin_common_play.ocp:register_ocp_intents:107 - INFO - OCP intents missing, registering for <ovos_plugin_common_play.ocp.OCP object at 0x7f5ca46b50>
2023-03-15 12:18:16.381 - audio - ovos_utils.intents.intent_service_interface:get_padatious_manifest:446 - ERROR - Intent Service timed out!
2023-03-15 12:18:51.810 - audio - ovos_workshop.skills.base:_on_event_error:1256 - ERROR - 'NoneType' object is not iterable
Traceback (most recent call last):
  File "/home/neon/venv/lib/python3.7/site-packages/ovos_utils/messagebus.py", line 351, in wrapper
    handler(message)
  File "/home/neon/venv/lib/python3.7/site-packages/ovos_plugin_common_play/ocp/__init__.py", line 162, in replace_mycroft_cps
    self.register_ocp_intents()
  File "/home/neon/venv/lib/python3.7/site-packages/ovos_plugin_common_play/ocp/__init__.py", line 103, in register_ocp_intents
    for e in intents))
TypeError: 'NoneType' object is not iterable
@NeonDaniel NeonDaniel added the bug Something isn't working label Mar 15, 2023
@JarbasAl
Copy link
Member

maybe works with the new pipeline https://openvoiceos.github.io/ovos-technical-manual/OCP_pipeline/ + #112

@JarbasAl JarbasAl added the wontfix This will not be worked on label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants