plow icon indicating copy to clipboard operation
plow copied to clipboard

DeprecationWarning

Open Meatball13 opened this issue 3 years ago • 4 comments

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 avatar Feb 13 '23 17:02 Meatball13

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

Meatball13 avatar Feb 15 '23 18:02 Meatball13

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)

sten0814 avatar Feb 17 '23 22:02 sten0814

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.

lmacken avatar Feb 22 '23 01:02 lmacken

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.

Gunrunner101 avatar Jun 10 '23 16:06 Gunrunner101