(vlogs_v2) [root form_bot_v6]# rasa data convert config
Your model configuration contains the ‘FormPolicy’. Note that this command does not migrate the ‘FormPolicy’ and you have to migrate the ‘FormPolicy’ manually. Please see the migration guide for further details: Version Migration Guide
2020-11-26 06:54:18 INFO rasa.shared.utils.validation - The ‘version’ key is missing in the training data file /rasa/bots_v2/form_bot_v6/domain.yml. Rasa Open Source will read the file as a version ‘2.0’ file. See Training Data Format.
/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/shared/core/slots.py:262: FutureWarning: UnfeaturizedSlot is deprecated and will be removed in Rasa Open Source 3.0. Please change the type and configure the ‘influence_conversation’ flag for slot ‘requested_slot’ instead.
category=FutureWarning,
/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/shared/core/domain.py:616: FutureWarning: The forms
section in the domain used the old Rasa Open Source 1 list format to define forms. Rasa Open Source will be configured to use the deprecated FormAction
within the Rasa SDK. If you want to use the new Rasa Open Source 2 FormAction
adapt your forms
section as described in the documentation. Support for the deprecated FormAction
in the Rasa SDK will be removed in Rasa Open Source 3.0.
category=FutureWarning,
Output file ‘data/rules.yml’ did not exist and will be created.
Migrating the ‘MappingPolicy’.
Migrating the ‘FallbackPolicy’.
Traceback (most recent call last):
File “/rasa/anaconda3/envs/vlogs_v2/bin/rasa”, line 8, in
sys.exit(main())
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/main.py”, line 116, in main
cmdline_arguments.func(cmdline_arguments)
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/cli/data.py”, line 459, in _migrate_model_config
model_configuration
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/core/config.py”, line 81, in migrate_fallback_policies
_update_fallback_config(new_config, fallback_config)
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/core/config.py”, line 135, in _update_fallback_config
FallbackClassifier.name, config.get(“pipeline”, [])
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/core/config.py”, line 103, in _get_config_for_name
(config for config in config_part if config.get(“name”) == component_name), {}
File “/rasa/anaconda3/envs/vlogs_v2/lib/python3.6/site-packages/rasa/core/config.py”, line 103, in
(config for config in config_part if config.get(“name”) == component_name), {}
AttributeError: ‘str’ object has no attribute ‘get’