#immich upload no longer working in 1.98.2

1 messages · Page 1 of 1 (latest)

eternal dagger
#

I'm not sure if this issue came with the latest version. It worked at least for 1.92.

I've got the following script which get's executed directly within the immich_server container:

#!/bin/bash

immich login-key http://localhost:3001/api xxx
immich upload --album --recursive --delete /mnt/User1/Observed/
immich logout

While login/logout works, the upload command fails with the following error:
-- see below

No new logging message appears at immich_server when I execute this.

Is there anyone else with this problem?

quasi mistBOT
#

:wave: Hey @eternal dagger,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich :immich:.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

eternal dagger
prime bay
#

Can you update the cli to the latest verison?

eternal dagger
#

That fixed it, thanks! I expected the shipped immich-cli within the official images would always be compatible with the immich version of that image. Was this just an accident?

prime bay
#

I think we release the cli update after release 1.98.2

eternal dagger
#

This means there was no compatible immich-cli for 1.98.2 for a short period of time?

prime bay
#

Yes

#

Well you can always use the cli as a stand alone tool