[GH-ISSUE #5452] [BUG]: Meeting summary error #5096

Closed
opened 2026-06-05 14:51:59 -04:00 by yindo · 3 comments
Owner

Originally created by @0x62ash on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5452

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

AnythingLLM Desktop App: Version 1.12.0 (1.12.0)

I constantly get 'Something went wrong while generating the summary. Click to try again.' for meeting summary.
Is there any way to enable logging for desktop application to investigate problem?

Are there known steps to reproduce?

No response

LLM Provider & Model (if applicable)

llama.cpp/qwen3.5-122B-A10B

Embedder Provider & Model (if applicable)

No response

Originally created by @0x62ash on GitHub (Apr 16, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5452 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? AnythingLLM Desktop App: Version 1.12.0 (1.12.0) I constantly get 'Something went wrong while generating the summary. Click to try again.' for meeting summary. Is there any way to enable logging for desktop application to investigate problem? ### Are there known steps to reproduce? _No response_ ### LLM Provider & Model (if applicable) llama.cpp/qwen3.5-122B-A10B ### Embedder Provider & Model (if applicable) _No response_
yindo added the possible bug label 2026-06-05 14:51:59 -04:00
yindo closed this issue 2026-06-05 14:51:59 -04:00
Author
Owner

@Yohan-gd3 commented on GitHub (Apr 16, 2026):

having the same issue

<!-- gh-comment-id:4261844681 --> @Yohan-gd3 commented on GitHub (Apr 16, 2026): having the same issue
Author
Owner

@timothycarambat commented on GitHub (Apr 20, 2026):

Yes, just open the logs folder which you can find here and go to logs and look for meeting-assistant and backend.

Since the error is with a summary, it is very likely that the context window is too small for the meeting but the logs will confirm that. Closing until more information is available

<!-- gh-comment-id:4283943452 --> @timothycarambat commented on GitHub (Apr 20, 2026): Yes, just open the logs folder [which you can find here](https://docs.anythingllm.com/installation-desktop/storage) and go to `logs` and look for `meeting-assistant` and `backend`. Since the error is with a summary, it is very likely that the context window is too small for the meeting but the logs will confirm that. Closing until more information is available
Author
Owner

@0x62ash commented on GitHub (Apr 20, 2026):

{"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Starting job (summary) for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e. Will use LLM provider: GenericOpenAiLLM::unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_XL","service":"backend"}
{"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Generating summary for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"}
{"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Summary generated for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"}
{"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Meeting assistant recording updated for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"}
{"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Error indexing meeting content for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e. Search results may be incomplete.","service":"backend"}

The logs didn't help much. Now we know that there is an error in indexing. But what exactly is the mistake?

<!-- gh-comment-id:4284141988 --> @0x62ash commented on GitHub (Apr 20, 2026): ``` {"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Starting job (summary) for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e. Will use LLM provider: GenericOpenAiLLM::unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_XL","service":"backend"} {"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Generating summary for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"} {"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Summary generated for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"} {"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Meeting assistant recording updated for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e","service":"backend"} {"level":"info","message":"[summary Recording:b28033b8-e07b-4a09-a100-7e4d247f4e0e] Message \u001b[33m[30645:81260]\u001b[0m: [Job] Error indexing meeting content for UUID: b28033b8-e07b-4a09-a100-7e4d247f4e0e. Search results may be incomplete.","service":"backend"} ``` The logs didn't help much. Now we know that there is an error in indexing. But what exactly is the mistake?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5096