#I need help!

1 messages · Page 1 of 1 (latest)

grizzled bear
#

i just installed openclaw, i wanted to use it in my machine for my coding projects, i got the api key from nvidia provider, i got the kimi k2.5, the problem that i'm having is i can't get the responce on the chat in the TUI and the web page, it got stuck without any responce, is there any solutions for this problem, because it still counting untill now and i need it to work.

hollow pythonBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

bright cliffBOT
#

If both the TUI and the web UI are “counting” forever, the fastest way to debug is to check whether the Gateway is healthy and whether the model request is erroring/hanging (the UIs often just keep spinning until the Gateway returns something).

Please run these on the machine where the Gateway is running, and paste the output (it’s safe to share; tokens get redacted in the --all report):

  1. Version (important)
openclaw --version
  1. One-shot health snapshot
openclaw status --all
openclaw gateway status
openclaw models status
  1. Tail logs, then reproduce the stuck message
#
openclaw logs --follow

Send one chat message, wait ~10–20s, then paste the log lines that mention your provider/model request (errors like 401/403/429/timeouts show up here).

While you’re stuck right now:

openclaw gateway restart

Also quick sanity checks from the FAQ: