Skip to content
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

ConnectionError: Error 111 connecting to localhost:6377. Connection refused. #8727

Closed
2 tasks done
sentry-io bot opened this issue May 20, 2021 · 1 comment · Fixed by #8737
Closed
2 tasks done

ConnectionError: Error 111 connecting to localhost:6377. Connection refused. #8727

sentry-io bot opened this issue May 20, 2021 · 1 comment · Fixed by #8737
Assignees
Labels
area:rasa-oss/lock-stores area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores. effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:maintenance 🔧 Improvements to tooling, testing, deployments, infrastructure, code style.

Comments

@sentry-io
Copy link

sentry-io bot commented May 20, 2021

Sentry Issue: RASA-OPEN-SOURCE-AKK

ConnectionRefusedError: [Errno 111] Connection refused
  File "redis/connection.py", line 559, in connect
    sock = self._connect()
  File "redis/connection.py", line 615, in _connect
    raise err
  File "redis/connection.py", line 603, in _connect
    sock.connect(socket_address)

ConnectionError: Error 111 connecting to localhost:6377. Connection refused.
(9 additional frame(s) were not displayed)
...
  File "rasa/core/run.py", line 227, in serve_application
    app.run(

Definition of Done

  • catch Redis ConnectionErrors during the TrackerStore creation and convert to RasaException
  • catch Redis ConnectionErrors during the LockStore creation and convert to RasaException
@wochinge wochinge added area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores. area:rasa-oss/lock-stores type:maintenance 🔧 Improvements to tooling, testing, deployments, infrastructure, code style. labels May 20, 2021
@wochinge
Copy link
Contributor

This issue is causing a lot of sentry events and should hence be prioritized

@TyDunn TyDunn added tool:sentry effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. labels May 20, 2021
@ancalita ancalita self-assigned this May 24, 2021
@ancalita ancalita linked a pull request May 24, 2021 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss/lock-stores area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores. effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:maintenance 🔧 Improvements to tooling, testing, deployments, infrastructure, code style.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants