[GH-ISSUE #2243] always login to server failed: EOF in JetBrains GoLand #1783

Closed
opened 2026-05-05 13:09:08 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @hellodword on GitHub (Feb 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2243

Version: both the latest release v0.35.1 and the dev branch 976fd81

OS: Windows 10
CPU architecture: amd64

这可能不是 frp 的 BUG,可能也不是 delve 的 BUG,更可能是 GoLand 的 BUG,但是在 frp 出现的,贴在这里供社区其他朋友参考,避免重复踩坑。

# frps.ini
[common]
bind_port = 7000
# frpc.ini
[common]
server_port = 7000
  • 编译运行 frpc_windows_amd64.exe,可以成功
  • vscode 调试运行 frpc,可以成功 // 排除 delve,其实 GoLand 似乎没用到 dlv,而是 runnerw64.exe
  • GoLand 调试运行 frpc,[service.go:103] login to server failed: EOF

希望有能力的朋友深入追踪一下 :)

Originally created by @hellodword on GitHub (Feb 14, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2243 ~~**Version**: both the latest release [`v0.35.1`](https://github.com/fatedier/frp/releases/tag/v0.35.1) and the `dev` branch [976fd81](976fd81)~~ ~~**OS**: Windows 10 **CPU architecture**: amd64~~ ~~这可能不是 frp 的 BUG,可能也不是 delve 的 BUG,更可能是 GoLand 的 BUG,但是在 frp 出现的,贴在这里供社区其他朋友参考,避免重复踩坑。~~ ```ini # frps.ini [common] bind_port = 7000 ``` ```ini # frpc.ini [common] server_port = 7000 ``` - ~~编译运行 frpc_windows_amd64.exe,可以成功~~ - ~~vscode 调试运行 frpc,可以成功 // 排除 delve,其实 GoLand 似乎没用到 dlv,而是 `runnerw64.exe` ?~~ - ~~GoLand 调试运行 frpc,`[service.go:103] login to server failed: EOF`~~ ~~希望有能力的朋友深入追踪一下 :)~~
Author
Owner

@hellodword commented on GitHub (Feb 15, 2021):

升级 2021.1 EAP 解决了

<!-- gh-comment-id:778903700 --> @hellodword commented on GitHub (Feb 15, 2021): 升级 2021.1 EAP 解决了
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1783
No description provided.