anomalyco / anomalyco/opencode

OpenCode session service RPC outage (error -32603)

Open
#46,350 1 comment 0 reactions 1 assignee View on GitHub

@nexxeln is already working on this.

Since Aug 31, 2026.

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

Description

Description

Summary

OpenCode session service (/api/session RPC endpoint) has been returning -32603 "Internal error: OpenCode service failure" since approximately 2026-08-27 03:00Z UTC. All session resumption/continuation attempts fail with this error.

Impact

  • 26+ sessions queued for resumption are stalled and unable to progress
  • Batch worker (blogtheristo/dws6 opencode-all engine) cannot recover — all retry attempts (3–4 per session) exhausted
  • Sessions include critical work: PR resolution, merge conflict handling, and feature development
  • Queue persisted in .workflows/opencode-all/queue.jsonl showing state FAILED with failure code run-error

Error Details

{
  "code": -32603,
  "message": "Internal error: OpenCode service failure",
  "data": { "service": "session" }
}


### Plugins

opencode/plugin/worktree-guard.ts — guards worktree lifecycle

### OpenCode version

1.18.25

### Steps to reproduce

OpenCode version: 1.18.25
	•	Batch worker: blogtheristo/dws6 (opencode-all engine)
	•	Deployed on: DGX Spark cluster
	•	Reported by: DWS6 batch automation

### Screenshot and/or share link

_No response_

### Operating System

Ubuntu 24.04

### Terminal

PowerShell 7+ (Windows 11 built-in)

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.