[BUG] Admin Repairs will not load #1551

Closed
opened 2026-02-05 02:20:01 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ghost on GitHub (Nov 2, 2023).

The bug

Every time I click on the Repair menu button in Admin the page crashes. didn't work in 1.83 and still doe not work in 1.84

Screenshot 2023-11-02 at 5 21 43 pm

The OS that Immich Server is running on

Ubuntu 22

Version of Immich Server

v1.84

Version of Immich Mobile App

latest iOS

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

default

Your .env content

default

Reproduction steps

Click in Admin `Repairs`

Additional information

docker logs immich_web

Listening on 0.0.0.0:3000
{
  status: 500,
  url: 'GET /server-info/stats',
  response: { statusCode: 500, message: 'Internal server error' }
}
[hooks.server.ts]:handleError Internal server error
{
  status: 500,
  url: 'GET /server-info/stats',
  response: { statusCode: 500, message: 'Internal server error' }
}
[hooks.server.ts]:handleError Internal server error
{
  status: 500,
  url: 'GET /user/me',
  response: { statusCode: 500, message: 'Internal server error' }
}
[hooks.server.ts] Unable to get my user {
  message: 'Internal server error',
  code: '500 - Internal Server Error',
  stack: undefined
}
[hooks.server.ts]:handle [AxiosError: Request failed with status code 500] {
  code: 'ERR_BAD_RESPONSE',
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [Function: httpAdapter],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function] },
    validateStatus: [Function: validateStatus],
    headers: {
      Accept: 'application/json, text/plain, */*',
      Authorization: 'Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE',
      'User-Agent': 'axios/0.27.2'
    },
    method: 'get',
    url: 'http://immich-server:3001/user/me',
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: true,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: true,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    strictContentLength: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: true,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'immich-server',
      _closeAfterHandlingError: false,
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 6,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TCP],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [TimersList],
        _idleStart: 1691262,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 13591,
        [Symbol(triggerId)]: 13589
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: true,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0
    },
    _header: 'GET /user/me HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'Authorization: Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE\r\n' +
      'User-Agent: axios/0.27.2\r\n' +
      'Host: immich-server:3001\r\n' +
      'Connection: keep-alive\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 2,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/user/me',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 4,
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 500,
      statusMessage: 'Internal Server Error',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://immich-server:3001/user/me',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 14,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'immich-server',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://immich-server:3001/user/me',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      authorization: [Array],
      'user-agent': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 500,
    statusText: 'Internal Server Error',
    headers: {
      'x-powered-by': 'Express',
      'content-type': 'application/json; charset=utf-8',
      'content-length': '52',
      etag: '"34-rlKccw1E+/fV8niQk4oFitDfPro"',
      date: 'Thu, 02 Nov 2023 07:19:09 GMT',
      connection: 'keep-alive',
      'keep-alive': 'timeout=5'
    },
    config: {
      transitional: [Object],
      adapter: [Function: httpAdapter],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object],
      method: 'get',
      url: 'http://immich-server:3001/user/me',
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: true,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: true,
      socket: [Socket],
      _header: 'GET /user/me HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Authorization: Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE\r\n' +
        'User-Agent: axios/0.27.2\r\n' +
        'Host: immich-server:3001\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/user/me',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'immich-server',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    data: { statusCode: 500, message: 'Internal server error' }
  }
}

docker logs immich_typesense

W20231102 06:51:16.330926   358 controller.cpp:1454] SIGINT was installed with 1
W20231102 06:51:16.330946   358 raft_server.cpp:570] Single-node with no leader. Resetting peers.
W20231102 06:51:16.330950   358 node.cpp:894] node default_group:172.19.0.5:8107:8108 set_peer from 172.18.0.2:8107:8108 to 172.19.0.5:8107:8108
W20231102 07:01:34.578408   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:40.080327   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:52.276029   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:54.444927   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:55.759788   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:55.855011   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:57.338078   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:57.605476   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:01:57.774634   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:01.179973   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.242802   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.286233   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.341378   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.515398   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.515990   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.531136   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.704845   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:08.704980   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.020030   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.024327   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.027140   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.109127   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.109598   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.111218   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.111575   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.112967   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.125025   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:09.212013   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found
W20231102 07:02:24.488606   423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found


Originally created by @ghost on GitHub (Nov 2, 2023). ### The bug Every time I click on the `Repair` menu button in Admin the page crashes. didn't work in 1.83 and still doe not work in 1.84 <img width="536" alt="Screenshot 2023-11-02 at 5 21 43 pm" src="https://github.com/immich-app/immich/assets/1471841/4ebb22f0-5992-454c-9fc9-64b20f69486a"> ### The OS that Immich Server is running on Ubuntu 22 ### Version of Immich Server v1.84 ### Version of Immich Mobile App latest iOS ### Platform with the issue - [X] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML default ``` ### Your .env content ```Shell default ``` ### Reproduction steps ```bash Click in Admin `Repairs` ``` ### Additional information # docker logs immich_web ``` Listening on 0.0.0.0:3000 { status: 500, url: 'GET /server-info/stats', response: { statusCode: 500, message: 'Internal server error' } } [hooks.server.ts]:handleError Internal server error { status: 500, url: 'GET /server-info/stats', response: { statusCode: 500, message: 'Internal server error' } } [hooks.server.ts]:handleError Internal server error { status: 500, url: 'GET /user/me', response: { statusCode: 500, message: 'Internal server error' } } [hooks.server.ts] Unable to get my user { message: 'Internal server error', code: '500 - Internal Server Error', stack: undefined } [hooks.server.ts]:handle [AxiosError: Request failed with status code 500] { code: 'ERR_BAD_RESPONSE', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [Function: httpAdapter], transformRequest: [ [Function: transformRequest] ], transformResponse: [ [Function: transformResponse] ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: [Function] }, validateStatus: [Function: validateStatus], headers: { Accept: 'application/json, text/plain, */*', Authorization: 'Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE', 'User-Agent': 'axios/0.27.2' }, method: 'get', url: 'http://immich-server:3001/user/me', data: undefined }, request: <ref *1> ClientRequest { _events: [Object: null prototype] { abort: [Function (anonymous)], aborted: [Function (anonymous)], connect: [Function (anonymous)], error: [Function (anonymous)], socket: [Function (anonymous)], timeout: [Function (anonymous)], finish: [Function: requestOnFinish] }, _eventsCount: 7, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: true, chunkedEncoding: false, shouldKeepAlive: true, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: false, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, strictContentLength: false, _contentLength: 0, _hasBody: true, _trailer: '', finished: true, _headerSent: true, _closed: true, socket: Socket { connecting: false, _hadError: false, _parent: null, _host: 'immich-server', _closeAfterHandlingError: false, _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 6, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: null, _server: null, timeout: 5000, parser: null, _httpMessage: null, [Symbol(async_id_symbol)]: -1, [Symbol(kHandle)]: [TCP], [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: Timeout { _idleTimeout: 5000, _idlePrev: [TimersList], _idleNext: [TimersList], _idleStart: 1691262, _onTimeout: [Function: bound ], _timerArgs: undefined, _repeat: null, _destroyed: false, [Symbol(refed)]: false, [Symbol(kHasPrimitive)]: false, [Symbol(asyncId)]: 13591, [Symbol(triggerId)]: 13589 }, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kCapture)]: false, [Symbol(kSetNoDelay)]: true, [Symbol(kSetKeepAlive)]: true, [Symbol(kSetKeepAliveInitialDelay)]: 1, [Symbol(kBytesRead)]: 0, [Symbol(kBytesWritten)]: 0 }, _header: 'GET /user/me HTTP/1.1\r\n' + 'Accept: application/json, text/plain, */*\r\n' + 'Authorization: Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE\r\n' + 'User-Agent: axios/0.27.2\r\n' + 'Host: immich-server:3001\r\n' + 'Connection: keep-alive\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: Agent { _events: [Object: null prototype], _eventsCount: 2, _maxListeners: undefined, defaultPort: 80, protocol: 'http:', options: [Object: null prototype], requests: [Object: null prototype] {}, sockets: [Object: null prototype], freeSockets: [Object: null prototype], keepAliveMsecs: 1000, keepAlive: true, maxSockets: Infinity, maxFreeSockets: 256, scheduling: 'lifo', maxTotalSockets: Infinity, totalSocketCount: 2, [Symbol(kCapture)]: false }, socketPath: undefined, method: 'GET', maxHeaderSize: undefined, insecureHTTPParser: undefined, joinDuplicateHeaders: undefined, path: '/user/me', _ended: true, res: IncomingMessage { _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 4, _maxListeners: undefined, socket: null, httpVersionMajor: 1, httpVersionMinor: 1, httpVersion: '1.1', complete: true, rawHeaders: [Array], rawTrailers: [], joinDuplicateHeaders: undefined, aborted: false, upgrade: false, url: '', method: null, statusCode: 500, statusMessage: 'Internal Server Error', client: [Socket], _consuming: false, _dumped: false, req: [Circular *1], responseUrl: 'http://immich-server:3001/user/me', redirects: [], [Symbol(kCapture)]: false, [Symbol(kHeaders)]: [Object], [Symbol(kHeadersCount)]: 14, [Symbol(kTrailers)]: null, [Symbol(kTrailersCount)]: 0 }, aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, reusedSocket: false, host: 'immich-server', protocol: 'http:', _redirectable: Writable { _writableState: [WritableState], _events: [Object: null prototype], _eventsCount: 3, _maxListeners: undefined, _options: [Object], _ended: true, _ending: true, _redirectCount: 0, _redirects: [], _requestBodyLength: 0, _requestBodyBuffers: [], _onNativeResponse: [Function (anonymous)], _currentRequest: [Circular *1], _currentUrl: 'http://immich-server:3001/user/me', [Symbol(kCapture)]: false }, [Symbol(kCapture)]: false, [Symbol(kBytesWritten)]: 0, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype] { accept: [Array], authorization: [Array], 'user-agent': [Array], host: [Array] }, [Symbol(errored)]: null, [Symbol(kHighWaterMark)]: 16384, [Symbol(kRejectNonStandardBodyWrites)]: false, [Symbol(kUniqueHeaders)]: null }, response: { status: 500, statusText: 'Internal Server Error', headers: { 'x-powered-by': 'Express', 'content-type': 'application/json; charset=utf-8', 'content-length': '52', etag: '"34-rlKccw1E+/fV8niQk4oFitDfPro"', date: 'Thu, 02 Nov 2023 07:19:09 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5' }, config: { transitional: [Object], adapter: [Function: httpAdapter], transformRequest: [Array], transformResponse: [Array], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: [Object], validateStatus: [Function: validateStatus], headers: [Object], method: 'get', url: 'http://immich-server:3001/user/me', data: undefined }, request: <ref *1> ClientRequest { _events: [Object: null prototype], _eventsCount: 7, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: true, chunkedEncoding: false, shouldKeepAlive: true, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: false, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, strictContentLength: false, _contentLength: 0, _hasBody: true, _trailer: '', finished: true, _headerSent: true, _closed: true, socket: [Socket], _header: 'GET /user/me HTTP/1.1\r\n' + 'Accept: application/json, text/plain, */*\r\n' + 'Authorization: Bearer yjRtyidQZS4DzvN0yccNMuTlKxg6iy6873SraBE\r\n' + 'User-Agent: axios/0.27.2\r\n' + 'Host: immich-server:3001\r\n' + 'Connection: keep-alive\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: [Agent], socketPath: undefined, method: 'GET', maxHeaderSize: undefined, insecureHTTPParser: undefined, joinDuplicateHeaders: undefined, path: '/user/me', _ended: true, res: [IncomingMessage], aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, reusedSocket: false, host: 'immich-server', protocol: 'http:', _redirectable: [Writable], [Symbol(kCapture)]: false, [Symbol(kBytesWritten)]: 0, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype], [Symbol(errored)]: null, [Symbol(kHighWaterMark)]: 16384, [Symbol(kRejectNonStandardBodyWrites)]: false, [Symbol(kUniqueHeaders)]: null }, data: { statusCode: 500, message: 'Internal server error' } } } ``` # docker logs immich_typesense ``` W20231102 06:51:16.330926 358 controller.cpp:1454] SIGINT was installed with 1 W20231102 06:51:16.330946 358 raft_server.cpp:570] Single-node with no leader. Resetting peers. W20231102 06:51:16.330950 358 node.cpp:894] node default_group:172.19.0.5:8107:8108 set_peer from 172.18.0.2:8107:8108 to 172.19.0.5:8107:8108 W20231102 07:01:34.578408 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:40.080327 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:52.276029 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:54.444927 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:55.759788 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:55.855011 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:57.338078 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:57.605476 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:01:57.774634 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:01.179973 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.242802 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.286233 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.341378 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.515398 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.515990 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.531136 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.704845 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:08.704980 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.020030 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.024327 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.027140 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.109127 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.109598 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.111218 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.111575 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.112967 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.125025 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:09.212013 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found W20231102 07:02:24.488606 423 index.cpp:5406] Error while removing field `embedding` from document, message: Label not found ``` # ``` ```
Author
Owner

@ghost commented on GitHub (Nov 2, 2023):

Duplicate of #4510 #4776

@ghost commented on GitHub (Nov 2, 2023): Duplicate of #4510 #4776
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1551