aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5005 ssl:None [Connection refused]
See original GitHub issueRasa 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:
Issue Analytics
- State:
- Created 4 years ago
- Comments:35 (15 by maintainers)
Top Results From Across the Web
Cannot connect to host stackoverflow.com:443 ssl:default ...
first solution. Referring to the help from the forum, I added trust_env = True when creating the client and now everything works.
Read more >Cannot connect to host discord.com:443 ssl:default [Connect ...
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [Connect call failed ('162.159.137.232', 443)].
Read more >Source code for aiohttp.client_exceptions
TCPConnector` if connection to proxy can not be established. """ class UnixClientConnectorError(ClientConnectorError): """Unix connector error.
Read more >Docker: Couldn't connect to the action server but it is running
The rasa core server is working fine until calling action ... Error: Cannot connect to host 127.0.0.1:5055 ssl:default [Connection refused] ...
Read more >Python API aiohttp SSL problems (#8722) · Issues - GitLab
import iterm2 import asyncio import aiohttp UPDATE = 15 URL ... ClientConnectorError: Cannot connect to host ident.me:443 ssl:default ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.