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!
.