anomalyco / anomalyco/opencode
OpenCode keeps attempting connection to unreachable provider without giving a connection error
Open
@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
- Configure a custom OpenAI compatible provider with baseURL set to http://127.0.0.1:8499/v1
- Run OpenCode run using a model from that provider
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.