idb icon indicating copy to clipboard operation
idb copied to clipboard

There is no current event loop in thread 'MainThread'.

Open Norvon opened this issue 2 months ago • 3 comments

Traceback (most recent call last): File "/Users/mine/.local/bin/idb", line 7, in sys.exit(main()) ~~~~^^ File "/Users/mine/.local/pipx/venvs/fb-idb/lib/python3.14/site-packages/idb/cli/main.py", line 353, in main loop = asyncio.get_event_loop() File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/events.py", line 715, in get_event_loop raise RuntimeError('There is no current event loop in thread %r.' % threading.current_thread().name) RuntimeError: There is no current event loop in thread 'MainThread'.

Norvon avatar Nov 26 '25 03:11 Norvon