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 · 2 comments
Open

Running Event Loop #36

5eamu5 opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

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.

Copy link

stale bot commented Jan 18, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants