-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5005 ssl:None [Connection refused] #3606
Comments
Can you please post the whole log, probably good if you rerun with |
Here all output:
|
Ok so for me to fully understand this:
|
ok. I answer again
|
@wochinge can you please try to reproduce this using the mongo db? |
Hi there, I think I am facing the same issue. I just installed rasa, initialized it and wanted to check out the all new rasa x. Rasa version: 1.0.6 As I just wanted to see how it works, I did not set up any database for persistance.
(BTW I noticed that there is no /login server route, why is that?) Regards, |
@harunkelesoglu
@fallik |
Hi @wochinge |
@fallik Did you do any changes to the endpoint config? Can you check if you have sqlite installed? |
@wochinge no, I left everything as it is. And no, I do not have sqlite installed. Do I need that? |
It should be installed by default on a Mac. What happens if you type |
|
@fallik Could you please share the content of your |
Sure:
Only thing I uncommented is the action_endpoint. What else do I need for rasa x? |
Hm 😕 Do you have anything else running on port |
I am pretty sure that I don't. Do I need to run with some flag? I just tried |
Unfortunately not since Rasa X uses SQLite. Do any more logs show up if let Rasa X running for 5 minutes? Like an exception or so? |
@wochinge I found those:
I did not install them manually. I guess those came with |
@wochinge I don't see how - but it's possible. let's check if this problem persists with |
Yes, these are by Rasa x @fallik Could you please try using Rasa X version |
Exact same issue here except that it works fine for me on my local Windows brick with Anaconda but fails on my Ubuntu server. Googling around hasn't brought an answer yet but hints point towards IPv6 settings. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. Without this, we don't have enough information to help you. Please comment below with the requested information if you still need help. |
I am also facing same issue, but did not find any solution yet. |
Hi @laxmikantG, |
@fallik -Ok, thank you. |
I am running |
Yes. Facing exactly similar issue. |
I did not get the error running |
@laxmikantG Could you please create a new issue including
and maybe link to this one? Then we can deal with it properly :-) |
I am currently having same issue runnig |
@cyberdroidmann Same as @laxmikantG , could you please provide us some more information so that we can reproduce the error? |
the issue is fixed here |
Rasa version: 1.0.1
Python version: 3.6.5
Operating system (windows, osx, ...): macOS
Issue: I get this error when i enter the mongo tracker store
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5005 ssl:None [Connection refused]
Content of configuration file (config.yml):
Content of domain file (endpoints.yml)
Additional rasa is working on my localhost.
console output:

The text was updated successfully, but these errors were encountered: