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

Running Event Loop #36

Open
5eamu5 opened this issue Nov 15, 2024 · 1 comment
Open

Running Event Loop #36

5eamu5 opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@5eamu5
Copy link

5eamu5 commented Nov 15, 2024

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?

@hldh214 hldh214 self-assigned this Nov 18, 2024
@hldh214 hldh214 added the bug Something isn't working label Nov 18, 2024
hldh214 added a commit that referenced this issue Nov 18, 2024
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]>
@hldh214
Copy link
Owner

hldh214 commented Nov 18, 2024

Thank you for your feedback. Please try the latest commit and see if there are any issues remaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants