quamash icon indicating copy to clipboard operation
quamash copied to clipboard

RuntimeError: no running event loop

Open stig888881 opened this issue 3 years ago • 1 comments

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

stig888881 avatar Aug 16 '22 20:08 stig888881

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: @.***>

harvimt avatar Aug 16 '22 22:08 harvimt