rasa: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5005 ssl:None [Connection refused]
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):
language: en
pipeline: supervised_embeddings
timezone: "Europe/Istanbul"
# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
- name: MemoizationPolicy
- name: KerasPolicy
- name: MappingPolicy
- name: FormPolicy
Content of domain file (endpoints.yml)
tracker_store:
type: mongod
url: mongodb://myaddress:port/?ssl=true
db: mydb
username: user
password: pass
Additional rasa is working on my localhost.
console output:

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 35 (15 by maintainers)
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.
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.