rasa run works but when I run with ngrok the license fails and then continues to fail even when I run “rasa run” again
mctouch …/code/rasa-code/tutorial 22:45 rasa run 2024-11-09 22:56:18 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured. 2024-11-09 22:56:19 INFO root - Starting Rasa server on http://0.0.0.0:5005 2024-11-09 22:56:19.737897: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-11-09 22:56:19.737952: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-11-09 22:56:19.737989: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1518] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-11-09 22:56:22 INFO rasa.core.processor - Loading model models/20241108-144056-elaborate-chain.tar.gz… 2024-11-09 22:56:22 INFO rasa.dialogue_understanding.generator.llm_based_command_generator - [info ] llm_based_command_generator.flow_retrieval.enabled 2024-11-09 22:56:22 INFO faiss.loader - Loading faiss with AVX512 support. 2024-11-09 22:56:22 INFO faiss.loader - Successfully loaded faiss with AVX512 support. /home/mctouch/miniconda3/envs/rasa-code/lib/python3.9/site-packages/rasa/core/processor.py:134: UserWarning: The model metadata does not contain a value for the ‘assistant_id’ attribute. Check that ‘config.yml’ file contains a value for the ‘assistant_id’ key and re-train the model. Failure to do so will result in streaming events without a unique assistant identifier. rasa.shared.utils.io.raise_warning( 2024-11-09 22:56:22 INFO root - Rasa server is up and running. 2024-11-09 22:56:22 INFO sanic.server - Starting worker [1583193] ^C2024-11-09 23:03:31 INFO sanic.server - Stopping worker [1583193]
mctouch …/code/rasa-code/tutorial 23:03 ngrok http 5005; rasa run
2024-11-09 23:12:34 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured.
2024-11-09 23:12:36 INFO rasa.core.channels.voice_aware.utils - [info ] Validating current Rasa Pro license scope which must include the ‘rasa:voice’ scope to use the voice channel.
2024-11-09 23:12:36 ERROR rasa.utils.licensing - [error ] license.validation.error error=LicenseScopeException(‘The product scope of your issued license does not include rasa:pro:plus rasa:voice.’)
Failed to validate Rasa Pro license which was read from environmental variable RASA_PRO_LICENSE
. Please ensure RASA_PRO_LICENSE
is set to a valid license string.
mctouch …/code/rasa-code/tutorial 23:12 rasa run
2024-11-09 23:13:27 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured.
2024-11-09 23:13:28 INFO rasa.core.channels.voice_aware.utils - [info ] Validating current Rasa Pro license scope which must include the ‘rasa:voice’ scope to use the voice channel.
2024-11-09 23:13:28 ERROR rasa.utils.licensing - [error ] license.validation.error error=LicenseScopeException(‘The product scope of your issued license does not include rasa:pro:plus rasa:voice.’)
Failed to validate Rasa Pro license which was read from environmental variable RASA_PRO_LICENSE
. Please ensure RASA_PRO_LICENSE
is set to a valid license string.
mctouch …/code/rasa-code/tutorial 23:13 rasa run
2024-11-09 23:20:10 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured.
2024-11-09 23:20:12 INFO rasa.core.channels.voice_aware.utils - [info ] Validating current Rasa Pro license scope which must include the ‘rasa:voice’ scope to use the voice channel.
2024-11-09 23:20:12 ERROR rasa.utils.licensing - [error ] license.validation.error error=LicenseScopeException(‘The product scope of your issued license does not include rasa:pro:plus rasa:voice.’)
Failed to validate Rasa Pro license which was read from environmental variable RASA_PRO_LICENSE
. Please ensure RASA_PRO_LICENSE
is set to a valid license string.
mctouch …/code/rasa-code/tutorial 23:20 source .env
mctouch …/code/rasa-code/tutorial 23:20 rasa run
2024-11-09 23:20:32 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured.
2024-11-09 23:20:34 INFO rasa.core.channels.voice_aware.utils - [info ] Validating current Rasa Pro license scope which must include the ‘rasa:voice’ scope to use the voice channel.
2024-11-09 23:20:34 ERROR rasa.utils.licensing - [error ] license.validation.error error=LicenseScopeException(‘The product scope of your issued license does not include rasa:pro:plus rasa:voice.’)
Failed to validate Rasa Pro license which was read from environmental variable RASA_PRO_LICENSE
. Please ensure RASA_PRO_LICENSE
is set to a valid license string.
mctouch …/code/rasa-code/t