-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
immich-cli --recursive "No files found" #10380
Comments
Same problem with windows installation of immich cli my ubuntu installation of immich cli is working as expected |
related to #10430 |
Please can we get the fix approved/merged or something, I just started using immich and i have soo many images i wish to import with the CLI. The only thing that works is importing one image at a time, none of the directory or any recursive functions work on windows. |
Could we downgrade the immich cli to an older version (while this is fixed) in which --recursive was working or is that not possible due to the changes in the immich server? If so, which version should we downgrade to? |
The fix has been merged #10430 and will be available in the next release which will be sometimes next week! |
I am still experiencing this exact issue on v1.111.0 running on Ubuntu server 24.04. ❯ immich -V #immich cli version Any idea how to resolve this? This is the folder I am hoping to upload Permissions Size User Date Modified Name with the following command: immich upload --dry-run --recursive 'icloud_backup_preserved/' (I also tried without the dry run and without the single quotes, same result) Here is the breakdown of content in the directory File Size Distribution in icloud_backup_preserved/: I tried it with a smaller folder which had only a handful of the files from the directory above and it worked as expected. I wonder what is causing this? Should I perhaps just split the directory up? |
I feel like you are supposed to do ./icloud_backup_preserved for your path or specify the whole path maybe? Idk, I recently imported all my stuff in windows and it was working for me then. |
@lipe123 thanks for the reply! This code should work, I did try with the full path with the same result. I tried the exact same process on Windows and it worked no problem. Wondering if this is still an active bug for Ubuntu Server 24.04. |
The bug
Uploading folders using immich cli recently stopped working
I was using the exact same command many times before successfully. The folder definitely contains JPG files
I also tried different ways of specifying the folder / files such as
'.\Weihnachten_2016\', 'Weihnachten_2016\*', '.\Weihnachten_2016\*.JPG' but nothing worked.
What does work is specifying a specific file
I updated the cli using
npm update -g
before I tried uploading. The version I have is 2.2.4The OS that Immich Server is running on
Debian 12
Version of Immich Server
v1.106.4
Version of Immich Mobile App
v1.106.3
Platform with the issue
Your docker-compose.yml content
not applicable
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: