anomalyco / anomalyco/opencode
CLI: web and serve show generic error message when the port is already in use
Open
@jlongster is already working on this.
Since Aug 30, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
opencode web --port 3000
opencode serve --port 3000
show vague error message when the port is already in use
Plugins
No response
OpenCode version
1.18.25
Steps to reproduce
nc -l 4096 // Listen on 4096
opencode web --port 4096
Screenshot and/or share link
Operating System
WSL2
Terminal
Tmux
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.