[GH-ISSUE #2932] [BUG]: #1869

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

Originally created by @ledahu on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2932

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

i have a custom skill for my agent : get a json, parse it, Post it to a endpoint , get the response.

In the chat: all work fine only on the first request :
" @agent
Generate a JSON object of 5 random customers with name and first name in the field “customers”, then, Give the JSON object to PJBOT, then, analyse the response of PJBOT
"

"Give the JSON object to PJBOT" is my trigger word for my custom skill

When finishing , even i /exit, the @agent can not be invoked anymore : fetch failed error

Any suggestion ?

Are there known steps to reproduce?

No response

Originally created by @ledahu on GitHub (Jan 3, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2932 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? i have a custom skill for my agent : get a json, parse it, Post it to a endpoint , get the response. In the chat: all work fine only on the first request : " _@agent Generate a JSON object of 5 random customers with name and first name in the field “customers”, then, Give the JSON object to PJBOT, then, analyse the response of PJBOT_ " "_Give the JSON object to PJBOT_" is my trigger word for my custom skill When finishing , even i /exit, the @agent can not be invoked anymore : fetch failed error Any suggestion ? ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:26:54 -05:00
yindo closed this issue 2026-02-22 18:26:54 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 3, 2025):

The fetch failed error can be any number of things:

  • Problem with vector db
  • LLM is inaccessible/offline/crashed
  • Other compatibility issues.

You can find the root cause from the logs
https://docs.anythingllm.com/installation-desktop/debug

Closing until something more definitive is found and/or bug is reproducible

@timothycarambat commented on GitHub (Jan 3, 2025): The `fetch failed error` can be any number of things: - Problem with vector db - LLM is inaccessible/offline/crashed - Other compatibility issues. You can find the root cause from the logs https://docs.anythingllm.com/installation-desktop/debug Closing until something more definitive is found and/or bug is reproducible
yindo changed title from [BUG]: to [GH-ISSUE #2932] [BUG]: 2026-06-05 14:43:10 -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#1869