question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5005 ssl:None [Connection refused]

See original GitHub issue

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: Screen Shot 2019-05-27 at 15 35 54

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:35 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
no-response[bot]commented, Jul 8, 2019

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.

1reaction
ErikTrompcommented, Jun 26, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found