getting often TimeoutError #550

Closed
opened 2026-02-16 17:27:17 -05:00 by yindo · 5 comments
Owner

Originally created by @mchzimm on GitHub (Jul 8, 2025).

Originally assigned to: @thdxr on GitHub.

getting

TimeoutError: The operation timed out.

provider: LM Studio
Model: phi-4 q8

Originally created by @mchzimm on GitHub (Jul 8, 2025). Originally assigned to: @thdxr on GitHub. getting > TimeoutError: The operation timed out. provider: LM Studio Model: phi-4 q8
yindo closed this issue 2026-02-16 17:27:17 -05:00
Author
Owner

@alexeypolitov commented on GitHub (Aug 2, 2025):

hit the same error

Image
@alexeypolitov commented on GitHub (Aug 2, 2025): hit the same error <img width="1944" height="1080" alt="Image" src="https://github.com/user-attachments/assets/dd987f76-9328-4358-a82c-1c3d3d06604e" />
Author
Owner

@alexeypolitov commented on GitHub (Aug 2, 2025):

In my case, it was a naming mistake in the agent name. It looks like the agent tried to call a nonexistent agent name.

@alexeypolitov commented on GitHub (Aug 2, 2025): In my case, it was a naming mistake in the agent name. It looks like the agent tried to call a nonexistent agent name.
Author
Owner

@trousev commented on GitHub (Aug 4, 2025):

I'm receiving the same with github action:

Happens quite often: in 1 of 3 runs

Is there a possibility to introduce retries, increasing timeouts or both? It would be awesome if we had some control on this through github action...

{
  id: "msg_8741b5ff7001d8hYBRthMZRqUp",
  role: "assistant",
  system: [ "...large prompt ..."],
  mode: "build",
  path: {
    cwd: "/tmp/runner/work/3/burnoutbuddy/burnoutbuddy",
    root: "/tmp/runner/work/3/burnoutbuddy/burnoutbuddy",
  },
  cost: 0,
  tokens: {
    input: 15660,
    output: 55,
    reasoning: 0,
    cache: {
      write: 0,
      read: 0,
    },
  },
  modelID: "qwen/qwen3-coder",
  providerID: "openrouter",
  time: {
    created: 1754294607863,
    completed: 1754294961936,
  },
  sessionID: "ses_[redacted]",
  error: {
    name: "UnknownError",
    data: {
      message: "TimeoutError: The operation timed out.",
    },
  },
}
@trousev commented on GitHub (Aug 4, 2025): I'm receiving the same with github action: Happens quite often: in 1 of 3 runs Is there a possibility to introduce retries, increasing timeouts or both? It would be awesome if we had some control on this through github action... ``` { id: "msg_8741b5ff7001d8hYBRthMZRqUp", role: "assistant", system: [ "...large prompt ..."], mode: "build", path: { cwd: "/tmp/runner/work/3/burnoutbuddy/burnoutbuddy", root: "/tmp/runner/work/3/burnoutbuddy/burnoutbuddy", }, cost: 0, tokens: { input: 15660, output: 55, reasoning: 0, cache: { write: 0, read: 0, }, }, modelID: "qwen/qwen3-coder", providerID: "openrouter", time: { created: 1754294607863, completed: 1754294961936, }, sessionID: "ses_[redacted]", error: { name: "UnknownError", data: { message: "TimeoutError: The operation timed out.", }, }, } ```
Author
Owner

@hongkongkiwi commented on GitHub (Aug 8, 2025):

Yea same ehre.

@hongkongkiwi commented on GitHub (Aug 8, 2025): Yea same ehre.
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#550