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

RuntimeError: There is no current event loop in thread 'MainThread'. #10401

Closed
2 tasks done
sentry-io bot opened this issue Nov 26, 2021 · 1 comment · Fixed by #10443
Closed
2 tasks done

RuntimeError: There is no current event loop in thread 'MainThread'. #10401

sentry-io bot opened this issue Nov 26, 2021 · 1 comment · Fixed by #10443
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 26, 2021

Sentry Issue: RASA-OPEN-SOURCE-HVR

RuntimeError: There is no current event loop in thread 'MainThread'.
(9 additional frame(s) were not displayed)
...
  File "rasa/cli/x.py", line 414, in run_in_production
    _rasa_service(args, endpoints, None, credentials_path)
  File "rasa/cli/x.py", line 89, in _rasa_service
    serve_application(
  File "rasa/core/run.py", line 178, in serve_application
    app = configure_app(
  File "rasa/core/run.py", line 103, in configure_app
    app = server.create_app(
  File "rasa/server.py", line 650, in create_app
    Initialize(

Definition of done

  • Investigate cause (could be caused by upgrade of sanic-jwt to version 1.7.0), some initial ideas here
  • Raise UserWarning when rasa version is >=3.0 as this is not compatible yet with rasa-x.
@ancalita ancalita added area:rasa-oss 🎡 Anything related to the open source Rasa framework tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Nov 26, 2021
@TyDunn TyDunn added the effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. label Nov 26, 2021
@ancalita ancalita linked a pull request Dec 2, 2021 that will close this issue
4 tasks
@ancalita
Copy link
Member

ancalita commented Dec 8, 2021

Closed via #10443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants