Error uploading files with CLI - Reason: error request aborted
Hi,
I'm facing this error when using the CLI to upload media.
Error asset: {
file: '/home/ale/Imágenes/2018/1a/0C0F54E8-6037-42E4-A6C2-C37945CFE510.mov',
reason: Error: error request aborted
I think it can be reproduced easily when I'm uploading videos in .mov format, but it doesn't happen always. I have uploaded several .mov videos (and photos ) successfully using the CLI.
The command I use:
node bin/index.js upload --key <My-Key> --server http://192.168.1.146:2283/api --recursive /home/ale/Imágenes/2018/6
attached my .env file and error after executing the command in the CLI
Thanks a lot!
4 Replies
Are there any errors in the server logs? Are you using a reverse proxy?
Hi, I'm not using a reverse proxy, just uploading from my local computer to immich deployed locally as well. I repeated today the process with the same error.
I think it's related to the length of the filename of the video
does it make sense?
I'm saying this because, as a test, I've renamed all the .mov videos that I wanted to upload with a shorter name like 1.mov, 2.mov, etc.. and after that I could upload with the CLI all the videos with no errors.