lmacken / plow

Chia Plot Mover
GNU General Public License v3.0
41 stars 18 forks source link

DeprecationWarning #3

Open Meatball13 opened 1 year ago

Meatball13 commented 1 year ago

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 commented 1 year ago

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

sten0814 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.