Hello I am trying to deploy my assistant in rasa x local mode. First I made a rasa upgrade, which took a lot, and I ended up doing: pip install rasa --upgrade --use-deprecated=legacy-resolver
It seems everything went ok
Rasa Version : 2.8.3 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.1 Rasa X Version : 0.33.2 Python Version : 3.8.6 Operating System : macOS-10.15.7-x86_64-i386-64bit Python Path : /Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/bin/python
Then when I do rasa x and the web browser gives a: Request failed with status code 500
this is what the terminal shows:
(venv3.8_Rasa2.0.x) ruquita@Rucu Tramites_Gabi_agosto2021 % rasa x
Starting Rasa X in local mode…
An error occured when trying to send the telemetry event: HTTPSConnectionPool(host=‘api.segment.io’, port=443): Max retries exceeded with url: /v1/track (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fbfc0b07d90>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known’))
An error occured when trying to send the telemetry event: HTTPSConnectionPool(host=‘api.segment.io’, port=443): Max retries exceeded with url: /v1/track (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fbfc0b07c10>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known’))
[2021-08-30 08:02:20 -0400] [24300] [INFO] Goin’ Fast @ http://0.0.0.0:5002
2021-08-30 08:02:20 INFO sanic.root - Goin’ Fast @ http://0.0.0.0:5002
The server is running at http://localhost:5002/login?username=me&password=4Jq0QfDI1R6S
[2021-08-30 08:02:22 -0400] [24300] [INFO] Starting worker [24300] 2021-08-30 08:02:22 INFO sanic.root - Starting worker [24300] [2021-08-30 08:02:24 -0400] [24300] [ERROR] Exception occurred while handling uri: ‘http://localhost:5002/api/auth’ Traceback (most recent call last): File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/rasa/cli/x.py”, line 496, in run_locally local.main( TypeError: main() got an unexpected keyword argument ‘domain_path’
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic/app.py”, line 938, in handle_request response = await response File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/endpoints.py”, line 36, in post access_token, output = await self.responses.get_access_token_output( File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/responses.py”, line 19, in get_access_token_output access_token = await instance.auth.generate_access_token(user) File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/authentication.py”, line 477, in generate_access_token return jwt.encode(payload, secret, algorithm=algorithm).decode(“utf-8”) AttributeError: ‘str’ object has no attribute ‘decode’ 2021-08-30 08:02:24 ERROR sanic.root - Exception occurred while handling uri: ‘http://localhost:5002/api/auth’ Traceback (most recent call last): File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/rasa/cli/x.py”, line 496, in run_locally local.main( TypeError: main() got an unexpected keyword argument ‘domain_path’
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic/app.py”, line 938, in handle_request response = await response File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/endpoints.py”, line 36, in post access_token, output = await self.responses.get_access_token_output( File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/responses.py”, line 19, in get_access_token_output access_token = await instance.auth.generate_access_token(user) File “/Users/Ruquita/Pincha/Rasa/venv3.8_Rasa2.0.x/lib/python3.8/site-packages/sanic_jwt/authentication.py”, line 477, in generate_access_token return jwt.encode(payload, secret, algorithm=algorithm).decode(“utf-8”) AttributeError: ‘str’ object has no attribute ‘decode’