danielfernau / unifi-protect-video-downloader

Tool for downloading footage from a local UniFi Protect system
https://ui-protect-dl-docs.danielfernau.com/
MIT License
469 stars 53 forks source link

Error: Invalid value for 'DEST': Path 'DEST' does not exist. #441

Closed elhungarian2 closed 2 months ago

elhungarian2 commented 2 months ago

I'm a docker beginner and had this container running. I've upgraded from a UDMp to a UDMse. Same local IP. I've pulled the latest container. For the life of me i can't get this to run, and always get this error:

Error: Invalid value for 'DEST': Path 'DEST' does not exist.

here's what i'm trying to get to run:

sudo docker run --volume /media/dock/media_drive:/downloads unifitoolbox/protect-archiver download --address '192.168.1.1' --username 'xxxx' --password 'xxxx' --skip-existing-files DEST /downloads

i can browse to /media/dock/media_drive via the terminal. I've tried putting the path to volume in single/double quotes... all examples i could find online show the above however. I've even tried -v instead of --volume...

anyone see anything obvious here?

thanks!

elhungarian2 commented 2 months ago

for anyone else with this problem, it ran once i removed the "DEST" from the command.

so sudo docker run --volume /media/dock/media_drive:/downloads unifitoolbox/protect-archiver download --address '192.168.1.1' --username 'xxxx' --password 'xxxx' --skip-existing-files /downloads