-
Notifications
You must be signed in to change notification settings - Fork 5
Description
docker-compose -f production/docker-compose.yml up -d
OS Macx : Monterey 12.5.1
Docker Desktop 4.11.1 (84025) is currently the newest version available.
Error:
Traceback (most recent call last):
chatbot-server | File "/opt/venv/bin/rasa", line 8, in
chatbot-server | sys.exit(main())
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/main.py", line 117, in main
chatbot-server | cmdline_arguments.func(cmdline_arguments)
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/cli/run.py", line 95, in run
chatbot-server | rasa.run(**vars(args))
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/api.py", line 57, in run
chatbot-server | rasa.core.run.serve_application(
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/core/run.py", line 175, in serve_application
chatbot-server | app = configure_app(
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/core/run.py", line 116, in configure_app
chatbot-server | channels.channel.register(input_channels, app, route=route)
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/core/channels/channel.py", line 96, in register
chatbot-server | app.blueprint(channel.blueprint(handler), url_prefix=p)
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/core/channels/telegram.py", line 194, in blueprint
chatbot-server | out_channel = self.get_output_channel()
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/rasa/core/channels/telegram.py", line 284, in get_output_channel
chatbot-server | channel.set_webhook(url=self.webhook_url)
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/telebot/init.py", line 321, in set_webhook
chatbot-server | return apihelper.set_webhook(self.token, url, certificate, max_connections, allowed_updates, ip_address,
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/telebot/apihelper.py", line 279, in set_webhook
chatbot-server | return _make_request(token, method_url, params=payload, files=files)
chatbot-server | File "/opt/venv/lib/python3.8/site-packages/telebot/apihelper.py", line 77, in _make_request
chatbot-server | raise Exception('Bot token is not defined')
chatbot-server | Exception: Bot token is not defined