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

DeprecationWarning #3

Open
Meatball13 opened this issue Feb 13, 2023 · 4 comments
Open

DeprecationWarning #3

Meatball13 opened this issue Feb 13, 2023 · 4 comments

Comments

@Meatball13
Copy link

Started messing with your script, and on launch I'm seeing the following error:

/home/user/plow.py:199: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()

Looking around online, there's some talk about it having something to do with using Python 3.10 or newer, but I'm not sure...

@Meatball13
Copy link
Author

I'll note that everything seems to work fine regardless, just thought I'd put that out there.

@sten0814
Copy link

sten0814 commented Feb 17, 2023

I got the same message.
plow running . . .

but nothing moves from the buffer SSD to my HDDs

its fixed by a friend, but next issue -> n⁉ rsync: [receiver] do_fallocate "path - k32-xxxxxxx : Operation not supported (95)

@lmacken
Copy link
Owner

lmacken commented Feb 22, 2023

It seems to be a harmless warning. I quickly tried to fix it before releasing this tool, but it led to some other weird edge case. I will try to circle back and see if I can iron it out soon.

@Gunrunner101
Copy link

I to am getting :203: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop() I am also getting rsync: [receiver] do_fallocate "path - k32-xxxxxxx : Operation not supported (95) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants