【Windows】Error: 无法连接到服务器。是否有服务器正在 http://127.0.0.1:53770 运行? at bootstrap (http://tauri.localhost/assets/index-BRPGj5-C.js:1750:23295) #7222

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

Originally created by @luck7x on GitHub (Jan 22, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

Error: 无法连接到服务器。是否有服务器正在 http://127.0.0.1:53770 运行? at bootstrap (http://tauri.localhost/assets/index-BRPGj5-C.js:1750:23295)

 Admin  netstat -ano | findstr 53770
  TCP    127.0.0.1:53770        0.0.0.0:0              LISTENING       55008
  TCP    127.0.0.1:53775        127.0.0.1:53770        TIME_WAIT       0
 Admin   ~                                                                                 in pwsh at 00:30:40

 Admin  tasklist | findstr 55008
opencode-cli.exe             55008 Console                    1    318,568 K
 Admin   ~         

Plugins

No response

OpenCode version

latest

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @luck7x on GitHub (Jan 22, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description Error: 无法连接到服务器。是否有服务器正在 `http://127.0.0.1:53770` 运行? at bootstrap (http://tauri.localhost/assets/index-BRPGj5-C.js:1750:23295) ```  Admin  netstat -ano | findstr 53770 TCP 127.0.0.1:53770 0.0.0.0:0 LISTENING 55008 TCP 127.0.0.1:53775 127.0.0.1:53770 TIME_WAIT 0  Admin   ~      in pwsh at 00:30:40 ``` ```  Admin  tasklist | findstr 55008 opencode-cli.exe 55008 Console 1 318,568 K  Admin   ~      ``` ### Plugins _No response_ ### OpenCode version latest ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the windowsbugweb labels 2026-02-16 18:06:30 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 22, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #6015: [Desktop] Error: could not connect to server - Similar Windows desktop app connection error with port issues
  • #8103: 在windows 11上安装opencode后,无法启动 - Windows 11 startup failure issue
  • #9933: 更新到 1.1.31版本启动失败 - Version update startup failure issue

These issues all describe similar symptoms of the desktop app unable to connect to the local server on a specific port after installation or update on Windows. The root cause mentioned in #6015 is typically port conflicts or residual processes not being properly terminated.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 22, 2026): This issue might be a duplicate of existing issues. Please check: - #6015: [Desktop] Error: could not connect to server - Similar Windows desktop app connection error with port issues - #8103: 在windows 11上安装opencode后,无法启动 - Windows 11 startup failure issue - #9933: 更新到 1.1.31版本启动失败 - Version update startup failure issue These issues all describe similar symptoms of the desktop app unable to connect to the local server on a specific port after installation or update on Windows. The root cause mentioned in #6015 is typically port conflicts or residual processes not being properly terminated. Feel free to ignore if none of these 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#7222