Auto-install of terraform-ls fails due to empty assets #8302

Open
opened 2026-02-16 18:09:38 -05:00 by yindo · 1 comment
Owner

Originally created by @palekiwi on GitHub (Feb 2, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

ERROR 2026-02-02T10:58:35 +102ms service=lsp.server Could not find asset terraform-ls_0.38.3_linux_amd64.zip in terraform-ls release

assets in releaseResponse is an empty list.

https://github.com/anomalyco/opencode/blob/1cabeb00d0a391cf83495bf4e3544aa53f155ef4/packages/opencode/src/lsp/server.ts#L1659

Plugins

none

OpenCode version

1.1.48

Steps to reproduce

opencode debug lsp diagnostics <some-terraform-filename>.tf --print-logs

Screenshot and/or share link

No response

Operating System

Running inside Debian Trixie docker image

Terminal

kitty

Originally created by @palekiwi on GitHub (Feb 2, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description ``` ERROR 2026-02-02T10:58:35 +102ms service=lsp.server Could not find asset terraform-ls_0.38.3_linux_amd64.zip in terraform-ls release ``` `assets` in `releaseResponse` is an empty list. https://github.com/anomalyco/opencode/blob/1cabeb00d0a391cf83495bf4e3544aa53f155ef4/packages/opencode/src/lsp/server.ts#L1659 ### Plugins none ### OpenCode version 1.1.48 ### Steps to reproduce `opencode debug lsp diagnostics <some-terraform-filename>.tf --print-logs` ### Screenshot and/or share link _No response_ ### Operating System Running inside Debian Trixie docker image ### Terminal kitty
yindo added the bug label 2026-02-16 18:09:38 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 2, 2026):

This issue might be related to existing issues. Please check:

  • #11302: Missing opencode-desktop-windows-x64.exe in v1.1.44 release - Also about missing assets from releases
  • #9404: Bun-based LSP servers not auto-installing - Related to LSP server auto-installation failures

The #11302 issue shows a similar pattern of missing release assets, while #9404 deals with LSP server auto-installation problems more broadly. Your specific issue about terraform-ls could be addressed by reviewing how release assets are being fetched and handled.

Feel free to ignore if these don't address your specific case.

@github-actions[bot] commented on GitHub (Feb 2, 2026): This issue might be related to existing issues. Please check: - #11302: Missing opencode-desktop-windows-x64.exe in v1.1.44 release - Also about missing assets from releases - #9404: Bun-based LSP servers not auto-installing - Related to LSP server auto-installation failures The #11302 issue shows a similar pattern of missing release assets, while #9404 deals with LSP server auto-installation problems more broadly. Your specific issue about terraform-ls could be addressed by reviewing how release assets are being fetched and handled. Feel free to ignore if these don't address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8302