You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running off Rpi4 in an external environment so obviously could be missing some packages, but when I run the program I get the following error across the following files:
Replaced Trio with asyncio to align with the rest of the project and simplify the event loop management. Updated the main execution to use asyncio.run() instead of trio.run().
Signed-off-by: hldh214 <[email protected]>
Hi,
I am running off Rpi4 in an external environment so obviously could be missing some packages, but when I run the program I get the following error across the following files:
buff_scanner.py, 38, 74
buff.py, 56, 77
init.py, 111, 114, 153, 189, 398
_utils.py, 99
_run,py, 2407
_base.py, 401, 449
tasks.py, 633
RuntimeError: no running event loop
Is this to do with syncing the files, or is the project even linux/arm compatible?
The text was updated successfully, but these errors were encountered: