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
rasa run actions
The following error has occurred:
Traceback (most recent call last):
File "/opt/venv/bin/rasa", line 8, in <module>
sys.exit(main())
File "/opt/venv/lib/python3.8/site-packages/rasa/__main__.py", line 125, in main
cmdline_arguments.func(cmdline_arguments)
File "/opt/venv/lib/python3.8/site-packages/rasa/cli/run.py", line 57, in run_actions
sdk.main_from_args(args)
File "/opt/venv/lib/python3.8/site-packages/rasa_sdk/__main__.py", line 17, in main_from_args
args.logging_config_file,
AttributeError: 'Namespace' object has no attribute 'logging_config_file'
rasa run actions -h Display, the parameter --logging_config_file is not supported
Python Logging Options:
You can control level of log messages printed. In addition to these arguments, a more fine grained configuration can be achieved with environment variables. See online documentation for more info.
-v, --verbose Be verbose. Sets logging level to INFO. (default: None)
-vv, --debug Print lots of debugging statements. Sets logging level to DEBUG. (default: None)
--quiet Be quiet! Sets logging level to WARNING. (default: None)
The text was updated successfully, but these errors were encountered:
One possible reason for this error is that the rasa_sdk package is not up to date, as this issue was fixed in a recent version of the package. I suggest checking if there is a new version of rasa_sdk available and updating to it if necessary.
rasa run actions
The following error has occurred:
rasa run actions -h
Display, the parameter--logging_config_file
is not supportedThe text was updated successfully, but these errors were encountered: