Alex Ermolaev

Results 9 comments of Alex Ermolaev

Waiting for this feature for a long time!

@NicklasTegner I had the same issue Try to use this versions, it helps me: ``` pyinstaller==4.3 dsdev_utils==1.0.5 ```

Maybe you use TLS (SSL) encryption, so you should add `secure=True` to connection args ```python conn = await connect( host="hn.cpd.com", port=31123, database="demo", user="admin", password="03c6203e73a", secure=True, ) ``` Also make sure...

Use [imagesize](https://pypi.org/project/imagesize) or [pymage_size](https://pypi.org/project/pymage-size) library

> No activity on the KVM, I did get this error when running the script: modprobe: fatal module zfs not found in directory /lib/modules/6.3.7 The same problem

Finally I have found a setup that works for me, maybe it will be helpful: 1) Debian 12 2) Follow this steps https://github.com/terem42/zfs-hetzner-vm/issues/69#issuecomment-1879991824, IMPORTANT to copy-paste code from step 4,...