mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3675] token in login doesn't match token from configuration #2924
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#2924
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 @Shane-Meng on GitHub (Oct 14, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3675
Bug Description
我的服务器是 centos7,客户机是 ubuntu22.04,分别使用 snowdreamtech/frpc 和 snowdreamtech/frps 这两个镜像创建容器来实现内网穿透。之前一直是好好的,今天容器自动更新后,发现是新版本启用了 toml 格式的配置,造成客户端容器无法启动了,我花了一点时间按照文档修改了我的配置文件,如果包含
客户端就会报如下错误,起不来
[I] [root.go:154] frpc service for config file [/etc/frp/frpc.toml] stopped
2023/10/14 07:27:16 [I] [root.go:139] start frpc service for config file [/etc/frp/frpc.toml]
2023/10/14 07:27:16 [E] [service.go:291] token in login doesn't match token from configuration
2023/10/14 07:27:16 [W] [service.go:131] login to server failed: token in login doesn't match token from configuration
删掉就好了。
不知是什么问题?哪位兄台给指教一下。
两个配置文件我都用 cat -A 查看过,没有古怪字符。
frpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/amd64
Configurations
Server
Client
Logs
No response
Steps to reproduce
...
Affected area
@duandaxei commented on GitHub (Oct 15, 2023):
bind_port => bindPort
@Shane-Meng commented on GitHub (Oct 15, 2023):
对,现在工作了,谢谢
@whd9732 commented on GitHub (Dec 11, 2024):
一样碰到了 楼主是怎么解决的