I am trying to run rasa shell but the following error appears. I have run rasa run actions in separate terminal but still get the error. How to solve this?
ERROR asyncio - Task exception was never retrieved
future: <Task finished coro=<configure_app.<locals>.run_cmdline_io() done, defined at /Users/.../rasa/core/run.py:131> exception=RuntimeError('this event loop is already running.')>
I also get the following:
self.run_async(pre_run=pre_run, set_exception_handler=set_exception_handler)
File "uvloop/loop.pyx", line 1495, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1488, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1377, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 511, in uvloop.loop.Loop._run
RuntimeError: this event loop is already running.
@nik202 when I run rasa X, I get the usual message of opening in a browser Starting Rasa X in local mode..., but nothing shows up. Just a blank page. It also says
ERROR sanic.root - Exception occurred while handling uri
@nik202 Thanks for the help, I think I misunderstood. I am using Rasa Open Source and terminal, but also using Rasa X in local mode. However the webpage is blank. I get the following error
AttributeError: 'Sanic' object has no attribute 'auth'
'Sanic' object has no attribute 'auth'
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
rasa 2.8.7 requires aiohttp!=3.7.4.post0,<3.8,>=3.6, but you have aiohttp 3.7.4.post0 which is incompatible.
rasa 2.8.7 requires apscheduler<3.8,>=3.6, but you have apscheduler 3.8.0 which is incompatible.
@nik202 Unfortunately this did not work. I had to start a project from scratch and reinstall Rasa, I am not sure what was failing. Rasa versions were all compatible.