Hello, I'm trying to import photos with the Immich CLI and getting this error. What does it mean, were all my photos imported?
throw new FetchError(e, "The request failed and the interceptors did not return an alternative response");
^
FetchError: The request failed and the interceptors did not return an alternative response
at AssetApi.fetchApi (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:9719:19)
at async AssetApi.request (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:9771:22)
... 3 lines matching cause stack trace ...
at async Command.<anonymous> (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:22454:3) {
cause: TypeError: fetch failed
at node:internal/deps/undici/undici:12344:11
at async AssetApi.fetchApi (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:9704:20)
at async AssetApi.request (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:9771:22)
at async AssetApi.uploadFileRaw (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:13469:22)
at async AssetApi.uploadFile (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:13481:22)
at async UploadCommand.run (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:22389:30)
at async Command.<anonymous> (file:///usr/src/app/node_modules/@immich/cli/dist/index.js:22454:3) {
cause: RequestContentLengthMismatchError: Request body length does not match content-length header
at AsyncWriter.write (node:internal/deps/undici/undici:9682:19)
at writeIterable (node:internal/deps/undici/undici:9642:23) {
code: 'UND_ERR_REQ_CONTENT_LENGTH_MISMATCH'
}
}
}
.