Closed david-steg closed 1 year ago
Ok, I know why there's this error, you can fix that by simply adding a try, but for the next update it will be solved.
If you want to patch that, at the line 693 you can write that :
try:
length = length_video(video_path)
length = str(datetime.timedelta(seconds=length))
length = length.split(":")
except Exception as e:
length = []
although it seems to not find the file, I will try on wsl
ok I see the problem, it's due to the usage of \ and /. I have to force the usage of /. I'm gonna patch that
perfect, thank you!
I tried on my windows computer, it works, same for my rpi. It seems good
Hi, the bug just been patched, but I have a question, how did you maked your docker container ? with the dockerfile or the docker-compose ? Cause I never find a way to get my docker working, also, I have to publish a new docker version. If you want to contribute to that it would be with pleasure, but no problems if you can't. Thanks again
Hi, Thank you for the Patch! My container is running under Portainer. I had no issue with the Installation :). I will try to update the container with the v6.0.
Ok thanks
Hello, i just installed Choclate in a docker Container. Everything works, but the Library Scan seems not to work. By pressing the Button "Rescan all libraries" i receive these logs:
is there an bug with the Path? it seems to have an "\" instead of an "/".
Thanks