[GH-ISSUE #3477] [BUG]: After update I get this error "Failed to obtain server version. Unable to check client-server compatibility. Set checkCompatibility=false to skip version check." #2247

Closed
opened 2026-02-22 18:28:49 -05:00 by yindo · 1 comment
Owner

Originally created by @giorgiocerruti on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3477

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Hello.

After updating AnythingLLM to use with Ollama on my local pc, I cannot chat with any model.
Running it from the terminal I get this error

[backend] info: [Ollama] OllamaAILLM initialized with
model: assibotv1-llama32:latest
perf: base
n_ctx: 4096
Failed to obtain server version. Unable to check client-server compatibility. Set checkCompatibility=false to skip version check.
[backend] error: TypeError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:11457:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async fetchJson (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:135:22)
    at async /Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/js-client-rest/dist/cjs/api-client.js:46:26
    at async handler (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:156:16)
    at async /Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/js-client-rest/dist/cjs/api-client.js:32:24
    at async handler (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:156:16)
    at async fetchUrl (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:162:22)
    at async Object.fun [as clusterStatus] (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:168:20)
    at async Object.connect (/Applications/AnythingLLM.app/Contents/Resources/backend/server.js:21:37523)

### Are there known steps to reproduce?

_No response_
Originally created by @giorgiocerruti on GitHub (Mar 16, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3477 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Hello. After updating AnythingLLM to use with Ollama on my local pc, I cannot chat with any model. Running it from the terminal I get this error ``` [backend] info: [Ollama] OllamaAILLM initialized with model: assibotv1-llama32:latest perf: base n_ctx: 4096 Failed to obtain server version. Unable to check client-server compatibility. Set checkCompatibility=false to skip version check. [backend] error: TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11457:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async fetchJson (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:135:22) at async /Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/js-client-rest/dist/cjs/api-client.js:46:26 at async handler (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:156:16) at async /Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/js-client-rest/dist/cjs/api-client.js:32:24 at async handler (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:156:16) at async fetchUrl (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:162:22) at async Object.fun [as clusterStatus] (/Applications/AnythingLLM.app/Contents/Resources/backend/node_modules/@qdrant/openapi-typescript-fetch/dist/cjs/fetcher.js:168:20) at async Object.connect (/Applications/AnythingLLM.app/Contents/Resources/backend/server.js:21:37523) ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:49 -05:00
yindo closed this issue 2026-02-22 18:28:49 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 17, 2025):

This seems to be coming from Ollama directly, not AnythingLLM - so Ollama crashes on boot. Do you know if this model only works on the most recent version of Ollama? We are on an older version than the current release at this time and if this model relies on some recent update or change, that could be the reason.

@timothycarambat commented on GitHub (Mar 17, 2025): This seems to be coming from Ollama directly, not AnythingLLM - so Ollama crashes on boot. Do you know if this model only works on the most recent version of Ollama? We are on an older version than the current release at this time and if this model relies on some recent update or change, that could be the reason.
yindo changed title from [BUG]: After update I get this error "Failed to obtain server version. Unable to check client-server compatibility. Set checkCompatibility=false to skip version check." to [GH-ISSUE #3477] [BUG]: After update I get this error "Failed to obtain server version. Unable to check client-server compatibility. Set checkCompatibility=false to skip version check." 2026-06-05 14:45:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2247