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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: