#Internal Server Error when uploading using the cli

1 messages · Page 1 of 1 (latest)

valid oar
#

Hello, im trying to upload a lot of pictures using the immich upload command. But with some folders i get:

data: {
message: 'Failed to add assets to album',
error: 'Internal Server Error',
statusCode: 500
},
headers: Headers {
[Symbol(guard)]: 'immutable',
[Symbol(headers list)]: HeadersList {
cookies: null,
[Symbol(headers map)]: Map(8) {
'x-powered-by' => { name: 'X-Powered-By', value: 'Express' },
'x-immich-cid' => { name: 'x-immich-cid', value: 'ta5rieyi' },
'content-type' => {
name: 'Content-Type',
value: 'application/json; charset=utf-8'
},
'content-length' => { name: 'Content-Length', value: '92' },
'etag' => { name: 'ETag', value: '"5c-lyaVQAHBg1LfX0s5U5+HqLAWa+A"' },
'date' => { name: 'Date', value: 'Sun, 28 Apr 2024 18:10:47 GMT' },
'connection' => { name: 'Connection', value: 'keep-alive' },
'keep-alive' => { name: 'Keep-Alive', value: 'timeout=5' }
},
[Symbol(headers map sorted)]: null
},
[Symbol(realm)]: null
}

If i understand it correct its bc an asset is already uploaded. Whats the easiest way to solve this? Do i have to edit the database?
Thanks for your time!

violet rootBOT
#

:wave: Hey @valid oar,

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. :blue_square: 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.

valid oar
#

Internal Server Error when uploading using the cli