[GH-ISSUE #1225] 从0.25.0这个版本开始,客户端报错login to server failed: i/o deadline reached #962

Closed
opened 2026-05-05 12:36:56 -06:00 by gitea-mirror · 9 comments
Owner

Originally created by @keeno1982 on GitHub (Apr 29, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1225

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?
0.27.0

What operating system and processor architecture are you using (go env)?
debian,arm7

Configures you used:
FRPS:
[common]
bind_addr = 0.0.0.0
bind_port = 1113
kcp_bind_port = 1113
bind_udp_port = 1114
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = 123
vhost_http_port = 88
vhost_https_port = 89
token = 123
max_pool_count = 50
tcp_mux = true
subdomain_host = demodomin.tk

FRPC:
[common]
server_addr = demodomin.tk
server_port = 1113
user = test
tcp_mux = true
protocol = kcp
token = 123
login_fail_exit = false

[NET]
type = http
local_ip = 192.168.196.1
local_port = 80
remote_port = 88
subdomain = net
use_encryption = false
use_compression = true

Steps to reproduce the issue:
1.安装从0.25.0开始的版本直到最新版本0.27.0
2.只要过一段时间,大概半小时或一小时后,具体时间没算,
frpc这端就自动断开了,客户端报错
2019/04/29 22:18:27 [W] [service.go:82] login to server failed: i/o deadline reached
此时必须重启服务端才能连上,然后隔一段时间又自动断开了
4.如果是安装0.24.1和之前的版本就可以一直稳定工作从不断线

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Can you point out what caused this issue (optional)
是不是从0.25.0这个版本开始做了什么重要的调整?导致一直报错 login to server failed: i/o deadline reached?

Originally created by @keeno1982 on GitHub (Apr 29, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1225 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** 0.27.0 **What operating system and processor architecture are you using (`go env`)?** debian,arm7 **Configures you used:** FRPS: [common] bind_addr = 0.0.0.0 bind_port = 1113 kcp_bind_port = 1113 bind_udp_port = 1114 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = 123 vhost_http_port = 88 vhost_https_port = 89 token = 123 max_pool_count = 50 tcp_mux = true subdomain_host = demodomin.tk FRPC: [common] server_addr = demodomin.tk server_port = 1113 user = test tcp_mux = true protocol = kcp token = 123 login_fail_exit = false [NET] type = http local_ip = 192.168.196.1 local_port = 80 remote_port = 88 subdomain = net use_encryption = false use_compression = true **Steps to reproduce the issue:** 1.安装从0.25.0开始的版本直到最新版本0.27.0 2.只要过一段时间,大概半小时或一小时后,具体时间没算, frpc这端就自动断开了,客户端报错 2019/04/29 22:18:27 [W] [service.go:82] login to server failed: i/o deadline reached 此时必须重启服务端才能连上,然后隔一段时间又自动断开了 4.如果是安装0.24.1和之前的版本就可以一直稳定工作从不断线 **Describe the results you received:** **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** **Can you point out what caused this issue (optional)** 是不是从0.25.0这个版本开始做了什么重要的调整?导致一直报错 login to server failed: i/o deadline reached?
Author
Owner

@ssdphp commented on GitHub (Apr 29, 2019):

我也是遇到这样的问题。看来要用之前的版本。稳定些

<!-- gh-comment-id:487700853 --> @ssdphp commented on GitHub (Apr 29, 2019): 我也是遇到这样的问题。看来要用之前的版本。稳定些
Author
Owner

@zqlanly commented on GitHub (May 15, 2019):

我也是遇到这样的问题。要用0.24之前的版本稳定

<!-- gh-comment-id:492662941 --> @zqlanly commented on GitHub (May 15, 2019): 我也是遇到这样的问题。要用0.24之前的版本稳定
Author
Owner

@snowdream commented on GitHub (May 15, 2019):

关注,同样遇到类似问题,经常断开连接。

<!-- gh-comment-id:492693808 --> @snowdream commented on GitHub (May 15, 2019): 关注,同样遇到类似问题,经常断开连接。
Author
Owner

@levinit commented on GitHub (May 17, 2019):

protocol = kcp去掉

<!-- gh-comment-id:493548782 --> @levinit commented on GitHub (May 17, 2019): protocol = kcp去掉
Author
Owner

@fatedier commented on GitHub (Jun 4, 2019):

#1267 下继续跟踪此问题。

<!-- gh-comment-id:498539753 --> @fatedier commented on GitHub (Jun 4, 2019): 在 #1267 下继续跟踪此问题。
Author
Owner

@jiqing112 commented on GitHub (Oct 3, 2020):

遇到了类似的问题,0.24的版本不会出现这个问题吗

<!-- gh-comment-id:703050620 --> @jiqing112 commented on GitHub (Oct 3, 2020): 遇到了类似的问题,0.24的版本不会出现这个问题吗
Author
Owner

@ailuoy commented on GitHub (Oct 28, 2020):

0.33.0 在运行了1个月之后 也出现了这个问题..

<!-- gh-comment-id:717761892 --> @ailuoy commented on GitHub (Oct 28, 2020): 0.33.0 在运行了1个月之后 也出现了这个问题..
Author
Owner

@feehoo commented on GitHub (Jun 3, 2021):

0.37.0也有同样的问题

<!-- gh-comment-id:853749618 --> @feehoo commented on GitHub (Jun 3, 2021): 0.37.0也有同样的问题
Author
Owner

@jiqing112 commented on GitHub (Jun 3, 2021):

我是找了以前的一个版本解决的。后来换了最新的没问题了。

<!-- gh-comment-id:853988875 --> @jiqing112 commented on GitHub (Jun 3, 2021): 我是找了以前的一个版本解决的。后来换了最新的没问题了。
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#962
No description provided.