anomalyco / anomalyco/opencode

OpenCode keeps attempting connection to unreachable provider without giving a connection error

Open
#40,319 3 comments 0 reactions 1 assignee View on GitHub

@rekram1-node is already working on this.

Since Aug 3, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

Using OpenCode 1.18.11 on Linux I pointed a custom OpenAI Compatible provider at a non-working local address. opencode run kept retrying for more than 60 seconds without showing an error or exiting. Debug logs showed that the connection had failed. I was expecting a few retries, a visible connection error, and a failure when it exits.

Plugins

No response

OpenCode version

1.18.11

Steps to reproduce
  1. Configure a custom OpenAI compatible provider with baseURL set to http://127.0.0.1:8499/v1
  2. Run OpenCode run using a model from that provider
  3. The output remains empty and the process keeps retrying. A 60-second timeout ends the process with exit code 124 while the debug logs show "AI_APICallError: Cannot connect to API"
Screenshot and/or share link

https://github.com/graphometer/droplet/tree/main/upstream/opencode-issue

Operating System

Linux

Terminal

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.