domain_before.yml (694 Bytes)
domain_after.yml (683 Bytes)
Below is the exception when i run rasa x:
2020-11-09 15:02:08 ERROR concurrent.futures - exception calling callback for <Future at 0x2839d554160 state=finished raised gaierror>
Traceback (most recent call last):
File “c:\users\user\appdata\local\programs\python\python37\lib\concurrent\futures\thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “c:\users\user\appdata\local\programs\python\python37\lib\socket.py”, line 748, 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\user\appdata\local\programs\python\python37\lib\concurrent\futures_base.py”, line 324, in _invoke_callbacks
callback(self)
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\futures.py”, line 362, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 717, in call_soon_threadsafe
self._check_closed()
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 461, in _check_closed
raise RuntimeError(‘Event loop is closed’)
RuntimeError: Event loop is closed
2020-11-09 15:02:08 ERROR concurrent.futures - exception calling callback for <Future at 0x2839d5542e8 state=finished returned list>
Traceback (most recent call last):
File “c:\users\user\appdata\local\programs\python\python37\lib\concurrent\futures_base.py”, line 324, in _invoke_callbacks
callback(self)
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\futures.py”, line 362, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 717, in call_soon_threadsafe
self._check_closed()
File “c:\users\user\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 461, in _check_closed
raise RuntimeError(‘Event loop is closed’)
RuntimeError: Event loop is closed
2020-11-09 15:02:24 ERROR asyncio - Task was destroyed but it is pending!
task: <Task pending coro=<TCPConnector._resolve_host() running at c:\users\user\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:830> wait_for=<Future pending cb=[_chain_future.._call_check_cancel() at c:\users\user\appdata\local\programs\python\python37\lib\asyncio\futures.py:348, <TaskWakeupMethWrapper object at 0x000002839D545798>()]> cb=[shield.._done_callback() at c:\users\user\appdata\local\programs\python\python37\lib\asyncio\tasks.py:772]>
2020-11-09 15:02:24 ERROR asyncio - Task was destroyed but it is pending!
task: <Task pending coro=<TCPConnector._resolve_host() running at c:\users\user\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:830> wait_for=<Future pending cb=[_chain_future.._call_check_cancel() at c:\users\user\appdata\local\programs\python\python37\lib\asyncio\futures.py:348, <TaskWakeupMethWrapper object at 0x000002839D545678>()]> cb=[shield.._done_callback() at c:\users\user\appdata\local\programs\python\python37\lib\asyncio\tasks.py:772]>