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

Uncaught RuntimeError in base_events.py line 540 #3065

Open
THOTH315 opened this issue Jan 29, 2025 · 0 comments
Open

Uncaught RuntimeError in base_events.py line 540 #3065

THOTH315 opened this issue Jan 29, 2025 · 0 comments

Comments

@THOTH315
Copy link

Aider version: 0.72.4.dev43+g24c7d145
Python version: 3.12.2
Platform: macOS-14.7.1-x86_64-i386-64bit
Python implementation: CPython
Virtual environment: No
OS: Darwin 23.6.0 (64bit)
Git version: git version 2.48.1

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 645, in main
    launch_gui(argv)
  File "main.py", line 269, in launch_gui
    cli.main(st_args)
  File "core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "core.py", line 1082, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "core.py", line 787, in invoke
    with ctx:
  File "core.py", line 467, in __exit__
    def __exit__(
    
  File "bootstrap.py", line 44, in signal_handler
    server.stop()
  File "server.py", line 405, in stop
    self._runtime.stop()
  File "runtime.py", line 324, in stop
    async_objs.eventloop.call_soon_threadsafe(stop_on_eventloop)
  File "base_events.py", line 838, in call_soon_threadsafe
    self._check_closed()
  File "base_events.py", line 540, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant