CLI icon indicating copy to clipboard operation
CLI copied to clipboard

Error: Request failed with status code 500

Open daedric7 opened this issue 3 years ago • 5 comments

Tried to upload about 7000 files, received about 30 errors.

Several .jpgs and .mp4 files failed to upload, the only thing in common on them was that all have whitespace and " " in the filename.

Can anyone reproduce this ?

reason: Error: Request failed with status code 500
        at createError (/usr/local/lib/node_modules/immich/node_modules/axios/lib/core/createError.js:16:15)
        at settle (/usr/local/lib/node_modules/immich/node_modules/axios/lib/core/settle.js:17:12)
        at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/immich/node_modules/axios/lib/adapters/http.js:322:11)
        at IncomingMessage.emit (node:events:525:35)
        at endReadableNT (node:internal/streams/readable:1358:12)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      config: [Object],
      request: [ClientRequest],
      response: [Object],
      isAxiosError: true,
      toJSON: [Function: toJSON]

daedric7 avatar Sep 07 '22 21:09 daedric7