mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3707] send Login request to plugin error #2950
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#2950
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 @Rachelle333 on GitHub (Oct 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3707
Bug Description
send Login request to plugin [user-manager] error: Post "http://127.0.0.1:9000/handler?op=Login&version=0.1.0": dial tcp 127.0.0.1:9000: connect: connection refused
frpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/amd64
Configurations
bindAddr = "0.0.0.0"
bindPort = 7000
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "admin"
auth.method = "token"
auth.token = "12345678"
httpPlugins
name = "user-manager"
addr = "127.0.0.1:9000"
path = "/handler"
ops = ["Login"]
httpPlugins
name = "port-manager"
addr = "127.0.0.1:9001"
path = "/handler"
ops = ["NewProxy"]
Logs
2023/10/21 23:15:16 [I] [root.go:102] frps uses config file: frps.toml
2023/10/21 23:15:16 [I] [service.go:155] plugin [user-manager] has been registered
2023/10/21 23:15:16 [I] [service.go:155] plugin [port-manager] has been registered
2023/10/21 23:15:16 [I] [service.go:200] frps tcp listen on 0.0.0.0:7000
2023/10/21 23:15:16 [I] [service.go:210] frps kcp listen on udp 0.0.0.0:7000
2023/10/21 23:15:16 [I] [service.go:261] http service listen on 0.0.0.0:80
2023/10/21 23:15:16 [I] [service.go:276] https service listen on 0.0.0.0:443
2023/10/21 23:15:16 [I] [service.go:312] Dashboard listen on 0.0.0.0:7500
2023/10/21 23:15:16 [I] [root.go:111] frps started successfully
2023/10/21 23:15:22 [W] [manager.go:89] [reqid: 2d2db8c83e3cf9a7] send Login request to plugin [user-manager] error: Post "http://127.0.0.1:9000/handler?op=Login&version=0.1.0": dial tcp 127.0.0.1:9000: connect: connection refused
2023/10/21 23:15:22 [W] [service.go:410] register control error: send Login request to plugin error
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Oct 21, 2023):
确保
127.0.0.1:9000可访问@sugniii commented on GitHub (Oct 23, 2023):
如何保证9000端口可访问.这个插件是要自己安装吗,还是在frps的配置内写上就好,我在frps.toml有配置,但是我查询主机的9000端口未有监听呢.0.52.1版本
@xqzr commented on GitHub (Oct 23, 2023):
需要自己安装
addr = "127.0.0.1:9000"表示通过127.0.0.1:9000连接@github-actions[bot] commented on GitHub (Nov 23, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.