mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1586] 客户端启动提示 login to server failed: i/o deadline reached #1260
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbhxwl on GitHub (Jan 2, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1586
客户端只修改了服务器IP地址,服务器也都是默认配置启动的。启动客户端的时候,就提示
2020/01/02 17:59:15 [W] [service.go:82] login to server failed: i/o deadline reached
i/o deadline reached
不知道为什么,2个版本一样
@luyaotang commented on GitHub (Jan 3, 2020):
同样遇到这个问题了,然后重启服务端就可以了。不知道是不是跟跨年有关系,导致时间的计算校验有问题
@bbhxwl commented on GitHub (Jan 3, 2020):
@luyaotang commented on GitHub (Jan 3, 2020):
我用的是0.29.0
@mtelvin commented on GitHub (Jan 3, 2020):
看看我写的大致想法,都去排查下是不是开启了ddos防御,自动查杀的最低连接数是多少,或者检查下服务器配置文件里的max poolcount设置的值是否过大
@kickyourice commented on GitHub (Mar 8, 2020):
我的也是,frp_0.31.2_darwin_amd64.tar,客户端重启服务就好了,不知为何,[W] [service.go:97] login to server failed: i/o deadline reached
@marcuswang6 commented on GitHub (Apr 4, 2022):
同样的问题 2022.4.4
@InvalidSyntaxxx commented on GitHub (Apr 22, 2022):
0.41版本遇到这个问题,正常运行着客户端,然后突然断网了。重新连接的时候怎么也连不上,服务器端kill进程、重启了几次,都还未解决??
@InvalidSyntaxxx commented on GitHub (Apr 28, 2022):
我的解决办法是:将服务端客户端的所有配置之间加上一个空格。
例如
frps.ini:等于号两边是要有空格才可以