Lock store endpoint_config has no attribute 'type' #6031
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version:1.9.5
Rasa SDK version (if used & relevant):
Rasa X version (if used & relevant): 0.27.4
Python version: rasa x docker image
Operating system (windows, osx, ...): rasa x docker image
Issue:
This line https://github.com/RasaHQ/rasa/blob/master/rasa/core/lock_store.py#L250 should be lock_store = _load_from_module_string(endpoint_config)
endpoint_config is a string so it has no attribute
type
and fails with this error:Error (including full traceback):
The text was updated successfully, but these errors were encountered: