ImmichI
Immich3y ago
Destro

Unsure why this happens...

This doesnt show up until its been running for a while, me and a user have been uploading here. error shows randomly

[Nest] 151 - 05/01/2023, 12:25:27 AM ERROR [ExceptionsHandler] Could not find any entity of type "AssetEntity" matching: {
"where": {
"ownerId": "Placeholder",
"checksum": {
"type": "Buffer",
"data": [
198,
20,
169,
4,
143,
5,
155,
155,
199,
97,
179,
255,
226,
212,
116,
134,
12,
6,
40,
65
]
}
},
"relations": [
"exifInfo"
]
}
EntityNotFoundError: Could not find any entity of type "AssetEntity" matching: {
"where": {
"ownerId": "Placeholder",
"checksum": {
"type": "Buffer",
"data": [
198,
20,
169,
4,
143,
5,
155,
155,
199,
97,
179,
255,
226,
212,
116,
134,
12,
6,
40,
65
]
}
},
"relations": [
"exifInfo"
]
}
at /app/immich/server/node_modules/typeorm/entity-manager/EntityManager.js:638:39
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async AssetService.uploadFile (/app/immich/server/dist/apps/immich/apps/immich/src/api-v1/asset/asset.service.js:72:35)
at async AssetController.uploadFile (/app/immich/server/dist/apps/immich/apps/immich/src/api-v1/asset/asset.controller.js:62:29)
Was this page helpful?