harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 47 forks source link

RuntimeError: no running event loop #132

Open stig888881 opened 2 years ago

stig888881 commented 2 years ago

I'm trying to run a test case but I get an error: File "C:\Program Files\Python38\lib\asyncio\tasks.py", line 645, in sleep loop = events.get_running_loop() RuntimeError: no running event loop

harvimt commented 2 years ago

I'm going to need way more detail to replicate this.

Please follow the standard formula:

  1. What were you doing?
  2. What did you expect to happen?
  3. What actually happened?

On Tue, Aug 16, 2022 at 1:55 PM stig888881 @.***> wrote:

I'm trying to run a test case but I get an error: File "C:\Program Files\Python38\lib\asyncio\tasks.py", line 645, in sleep loop = events.get_running_loop() RuntimeError: no running event loop

— Reply to this email directly, view it on GitHub https://github.com/harvimt/quamash/issues/132, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5CQQMK45KEGAUDDN2BNTVZP53NANCNFSM56XG2ZWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>