[GH-ISSUE #867] [BUG]: Cannot send any successful query on macOS desktop app #513

Closed
opened 2026-02-22 18:19:51 -05:00 by yindo · 4 comments
Owner

Originally created by @deeplook on GitHub (Mar 6, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/867

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I've installed AnythingLLM 1.2.0 desktop on macOS arm, added my OpenAI API key, created a workspace, but cannot run a single request. Instead I'm getting these errors. Ideas welcome.

anythingllm2 anythingllm

Are there known steps to reproduce?

No response

Originally created by @deeplook on GitHub (Mar 6, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/867 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? I've installed AnythingLLM 1.2.0 desktop on macOS arm, added my OpenAI API key, created a workspace, but cannot run a single request. Instead I'm getting these errors. Ideas welcome. <img width="340" alt="anythingllm2" src="https://github.com/Mintplex-Labs/anything-llm/assets/1001778/2a74fe77-6614-4b0f-bfb0-b9e763a3bf84"> <img width="287" alt="anythingllm" src="https://github.com/Mintplex-Labs/anything-llm/assets/1001778/99af24a0-1e6b-4077-ad8a-7d8d6b7823f3"> ### Are there known steps to reproduce? _No response_
yindo added the bugDesktop labels 2026-02-22 18:19:51 -05:00
yindo closed this issue 2026-02-22 18:19:51 -05:00
Author
Owner

@deeplook commented on GitHub (Mar 6, 2024):

If I run this on a model in my local LM Studio, I do get a response from the model, and right after that this very response is overwritten by the same error message:

anyllm2
@deeplook commented on GitHub (Mar 6, 2024): If I run this on a model in my local LM Studio, I do get a response from the model, and right after that this very response is overwritten by the same error message: <img width="445" alt="anyllm2" src="https://github.com/Mintplex-Labs/anything-llm/assets/1001778/9e3310e2-e602-4896-b507-fe59ee54ae2b">
Author
Owner

@timothycarambat commented on GitHub (Mar 6, 2024):

This looks like the local SQLite db was not migrated as it should have been on boot - the chatMode property does not exist. Can you full-quit the application and restart it? That should migrate the db as it does a schema check on boot.

@timothycarambat commented on GitHub (Mar 6, 2024): This looks like the local SQLite db was not migrated as it should have been on boot - the `chatMode` property does not exist. Can you full-quit the application and restart it? That should migrate the db as it does a schema check on boot.
Author
Owner

@deeplook commented on GitHub (Mar 6, 2024):

Amazing, but that does the trick. I can't believe I haven't done this before. Thanks!

@deeplook commented on GitHub (Mar 6, 2024): Amazing, but that does the trick. I can't believe I haven't done this before. Thanks!
Author
Owner

@timothycarambat commented on GitHub (Mar 6, 2024):

@deeplook Glad it was a simple fix :)

The adage of "did you turn it off and turn it back on again" sometimes can actually work 😆

@timothycarambat commented on GitHub (Mar 6, 2024): @deeplook Glad it was a simple fix :) The adage of "did you turn it off and turn it back on again" sometimes can actually work 😆
yindo changed title from [BUG]: Cannot send any successful query on macOS desktop app to [GH-ISSUE #867] [BUG]: Cannot send any successful query on macOS desktop app 2026-06-05 14:35:42 -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#513