Guest User

immich logs

a guest
Sep 10th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | Software | 0 0
  1. Query failed : {
  2. durationMs: 8.096840009093285,
  3. error: PostgresError: duplicate key value violates unique constraint "UQ_assets_owner_checksum"
  4. at ErrorResponse (/usr/src/app/server/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:794:26)
  5. at handle (/usr/src/app/server/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:480:6)
  6. at Socket.data (/usr/src/app/server/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:315:9)
  7. at Socket.emit (node:events:519:28)
  8. at addChunk (node:internal/streams/readable:561:12)
  9. at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
  10. at Readable.push (node:internal/streams/readable:392:5)
  11. at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
  12. at TCP.callbackTrampoline (node:internal/async_hooks:130:17) {
  13. severity_local: 'ERROR',
  14. severity: 'ERROR',
  15. code: '23505',
  16. detail: 'Key ("ownerId", checksum)=(64ad6322-25db-46ac-bd6f-f5c506314b4c, \\x751e319e9b15408f9054a13e8360f30e1843d4a0) already exists.',
  17. schema_name: 'public',
  18. table_name: 'asset',
  19. constraint_name: 'UQ_assets_owner_checksum',
  20. file: 'nbtinsert.c',
  21. line: '663',
  22. routine: '_bt_check_unique'
  23. },
  24. sql: 'insert into "asset" ("ownerId", "libraryId", "checksum", "originalPath", "deviceAssetId", "deviceId", "fileCreatedAt", "fileModifiedAt", "localDateTime", "type", "isFavorite", "duration", "visibility", "originalFileName") values ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) returning *',
  25. params: [
  26. '64ad6322-25db-46ac-bd6f-f5c506314b4c',
  27. null,
  28. <Buffer 75 1e 31 9e 9b 15 40 8f 90 54 a1 3e 83 60 f3 0e 18 43 d4 a0>,
  29. '/usr/src/app/upload/upload/64ad6322-25db-46ac-bd6f-f5c506314b4c/fa/54/fa54c32e-1dee-4c2d-9e67-54b931fc5a12.jpg',
  30. '1000031046',
  31. 'cf1c34344cb7ca85f9a5344c0e7d8ca11afbf524c20c68ffbe2cc84fb268bda5',
  32. 2025-09-09T07:18:38.000Z,
  33. 2025-09-09T07:18:44.000Z,
  34. 2025-09-09T07:18:38.000Z,
  35. 'IMAGE',
  36. false,
  37. '0:00:00.000000',
  38. 'timeline',
  39. 'PXL_20250909_071838531.jpg'
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment