Rasa Version : 2.8.6 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.2 Rasa X Version : 0.42.2 Python Version : 3.8.11
Edition | Windows 10 Home |
---|---|
Version | 20H2 |
OS build | 19042.1165 |
Experience | Windows Feature Experience Pack 120.2212.3530.0 |
I had come across the below error message when I installed rasa-x and launch in local mode:
c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasa\shared\core\slots.py:311: FutureWarning: UnfeaturizedSlot is deprecated and will be removed in Rasa Open Source 3.0. Please ch ange the type and configure the ‘influence_conversation’ flag for slot ‘requested_slot’ instead. rasa.shared.utils.io.raise_warning( Starting Rasa X in local mode… � 2021-09-16 10:11:10 WARNING rasax.community.services.insights.insight_service - No new evaluation results. 2021-09-16 10:11:13 ERROR concurrent.futures - exception calling callback for <Future at 0x1f42ff7bb50 state=finished raised gaierror> Traceback (most recent call last): File “c:\users\tszch\anaconda3\envs\chatbot\lib\concurrent\futures\thread.py”, line 57, in run result = self.fn(*self.args, **self.kwargs) File “c:\users\tszch\anaconda3\envs\chatbot\lib\socket.py”, line 918, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno 11001] getaddrinfo failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “c:\users\tszch\anaconda3\envs\chatbot\lib\concurrent\futures_base.py”, line 328, in _invoke_callbacks callback(self) File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\futures.py”, line 374, in _call_set_state dest_loop.call_soon_threadsafe(_set_state, destination, source) File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\base_events.py”, line 764, in call_soon_threadsafe self._check_closed() File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\base_events.py”, line 508, in _check_closed raise RuntimeError(‘Event loop is closed’) RuntimeError: Event loop is closed 2021-09-16 10:11:13 ERROR concurrent.futures - exception calling callback for <Future at 0x1f42ff860d0 state=finished returned list> Traceback (most recent call last): File “c:\users\tszch\anaconda3\envs\chatbot\lib\concurrent\futures_base.py”, line 328, in _invoke_callbacks callback(self) File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\futures.py”, line 374, in _call_set_state dest_loop.call_soon_threadsafe(_set_state, destination, source) File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\base_events.py”, line 764, in call_soon_threadsafe self._check_closed() File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\base_events.py”, line 508, in _check_closed raise RuntimeError(‘Event loop is closed’) RuntimeError: Event loop is closed Traceback (most recent call last): File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasa\cli\x.py”, line 496, in run_locally local.main( File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\local.py”, line 257, in main common_utils.run_in_loop(model_service.discover_models()) File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\utils\common.py”, line 900, in run_in_loop return loop.run_until_complete(coro) File “c:\users\tszch\anaconda3\envs\chatbot\lib\asyncio\base_events.py”, line 616, in run_until_complete return future.result() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 821, in discover_models await model_service.discover_models() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 147, in discover_models await _run_loop(max_retries, sleep_in_seconds) File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 133, in _run_loop await self._discover_models() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 185, in _discover_models minimum_version = await self._retry_fetching_minimum_compatible_version() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 174, in _retry_fetching_minimum_compatible_version minimum_version = await self.minimum_compatible_version() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\model_service.py”, line 160, in minimum_compatible_version info = await stack_service.version() File “c:\users\tszch\anaconda3\envs\chatbot\lib\site-packages\rasax\community\services\stack_service.py”, line 112, in version response = await session.get( File “C:\Users\tszch\AppData\Roaming\Python\Python38\site-packages\aiohttp\client.py”, line 619, in _request break File “C:\Users\tszch\AppData\Roaming\Python\Python38\site-packages\aiohttp\helpers.py”, line 656, in exit raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up. If you need help fixing the issue visit our forum: http://forum.rasa.com/.