implementation-examples
implementation-examples copied to clipboard
Start command incorrect
Running through rasa docs:
root@rasa:~/rasa-agent-bot-demo# python3 -m gunicorn --workers=1 test:app -b 0.0.0.0
[2022-05-31 19:26:51 +0000] [5041] [INFO] Starting gunicorn 20.1.0
[2022-05-31 19:26:51 +0000] [5041] [INFO] Listening at: http://0.0.0.0:8000 (5041)
[2022-05-31 19:26:51 +0000] [5041] [INFO] Using worker: sync
[2022-05-31 19:26:51 +0000] [5043] [INFO] Booting worker with pid: 5043
Failed to find attribute 'app' in 'test'.
[2022-05-31 19:26:51 +0000] [5043] [INFO] Worker exiting (pid: 5043)
[2022-05-31 19:26:51 +0000] [5041] [INFO] Shutting down: Master
[2022-05-31 19:26:51 +0000] [5041] [INFO] Reason: App failed to load.
Could the docs please be updated?