Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maybe fixes #417 handle bad pipeline requests based on chat feedback ``` 2024-02-24 18:20:09.365 - skills - ovos_core.transformers:transform:60 - DEBUG - ovos-utterance-normalizer: {'client_name': 'ovos_dinkum_listener', 'source': 'VoiceSatelliteV0.3.0:192.168.2.222::53c07e5b-e6a9-4467-bc5b-283842693997', 'destination': ['skills'], 'transcription': 'wie spät ist es', 'session': {'active_skills': [], 'utterance_states': {}, 'session_id': '53c07e5b-e6a9-4467-bc5b-283842693997', 'lang': 'en-us', 'context': {'timeout': 120, 'frame_stack': []}, 'site_id': 'unknown', 'pipeline': ['stop_high', 'converse', 'padatious_high', 'adapt_high', 'fallback_high', 'stop_medium', 'padatious_medium', 'adapt_medium', 'adapt_low', 'common_qa', 'fallback_medium', 'fallback_low'], 'stt': {'plugin_id': 'ovos-stt-plugin-server', 'config': {}}, 'tts': {'plugin_id': 'ovos-tts-plugin-server', 'config': {}}}, 'peer': 'VoiceSatelliteV0.3.0:192.168.2.222::53c07e5b-e6a9-4467-bc5b-283842693997', 'lang': 'de-de'} 2024-02-24 18:20:09.369 - skills - ovos_core.intent_services:handle_utterance:348 - ERROR - 'adapt_high' Traceback (most recent call last): File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_core/intent_services/__init__.py", line 313, in handle_utterance for match_func in self.get_pipeline(session=sess): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_core/intent_services/__init__.py", line 238, in get_pipeline return [matchers[k] for k in pipeline] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_core/intent_services/__init__.py", line 238, in <listcomp> return [matchers[k] for k in pipeline] ~~~~~~~~^^^ KeyError: 'adapt_high' 2024-02-24 18:20:09.464 - skills - ovos_bus_client.client.client:on_default_session_update:161 - DEBUG - synced default_session ``` Update requirements.txt
- Loading branch information