[BUG] Typesense throws error after reboot #801

Closed
opened 2026-02-04 22:45:12 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @florihupf on GitHub (Apr 8, 2023).

The bug

Hi there,

Not sure if that is a one off or not: After restart of the docker containers, I got:

Request #1680961740927: Sleeping for 4s and then retrying request...
/usr/src/app/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23
        var _this = _super.call(this, message) || this;
                           ^

ServerError: Request failed with HTTP code 503 | Server said: Not Ready or Lagging
    at ServerError.TypesenseError [as constructor] (/usr/src/app/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23:28)
    at new ServerError (/usr/src/app/node_modules/typesense/lib/Typesense/Errors/ServerError.js:25:42)
    at ApiCall.customErrorForResponse (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:347:21)
    at /usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:204:58
    at step (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:33:23)
    at Object.next (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:14:53)
    at step (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:18:139)
    at Object.next (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:14:53)
    at fulfilled (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  httpStatus: 503
}

It went away after a couple of docker-compose down and up. But now looks like the search isn't working anymore. :(

The OS that Immich Server is running on

Truenas Scale

Version of Immich Server

1.53.0

Version of Immich Mobile App

1.52.1

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Stock

Your .env content

Stock

Reproduction steps

See steps outlined above.

Additional information

No response

Originally created by @florihupf on GitHub (Apr 8, 2023). ### The bug Hi there, Not sure if that is a one off or not: After restart of the docker containers, I got: ``` Request #1680961740927: Sleeping for 4s and then retrying request... /usr/src/app/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23 var _this = _super.call(this, message) || this; ^ ServerError: Request failed with HTTP code 503 | Server said: Not Ready or Lagging at ServerError.TypesenseError [as constructor] (/usr/src/app/node_modules/typesense/lib/Typesense/Errors/TypesenseError.js:23:28) at new ServerError (/usr/src/app/node_modules/typesense/lib/Typesense/Errors/ServerError.js:25:42) at ApiCall.customErrorForResponse (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:347:21) at /usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:204:58 at step (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:33:23) at Object.next (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:14:53) at step (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:18:139) at Object.next (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:14:53) at fulfilled (/usr/src/app/node_modules/typesense/lib/Typesense/ApiCall.js:5:58) at processTicksAndRejections (node:internal/process/task_queues:96:5) { httpStatus: 503 } ``` It went away after a couple of docker-compose down and up. But now looks like the search isn't working anymore. :( ### The OS that Immich Server is running on Truenas Scale ### Version of Immich Server 1.53.0 ### Version of Immich Mobile App 1.52.1 ### Platform with the issue - [ ] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML Stock ``` ### Your .env content ```Shell Stock ``` ### Reproduction steps ```bash See steps outlined above. ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#801