mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #775] frps :authorization failed #605
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#605
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 @duanego on GitHub (May 16, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/775
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)?
v0.19.0
What operating system and processor architecture are you using (
go env)?Debian 9 amd64
Configures you used:
涉及隐私,我就不贴了
Steps to reproduce the issue:

1.v0.18.0用的好好的
2.下载v0.19.0amd64 Linux的包,解压,用包内的frps frpc替换原来的v0.18.0版本,配置文件仍然是原来的
3.启动服务器端->启动客户端,出现图片里面的情况
Describe the results you received:
如图
Describe the results you expected:
像v0.18.0一样正常使用
Additional information you deem important (e.g. issue happens only occasionally):
试了几次,都这样
Can you point out what caused this issue (optional)
。。。不知道
@fatedier commented on GitHub (May 17, 2018):
没有配置的话,不确定是什么问题,你自己修改下 token 相关的内容再试试。
@xiaoyell commented on GitHub (May 18, 2018):
跟我的情况一样,但我是0.18的。
@xiaoyell commented on GitHub (May 18, 2018):
楼主你把文件替换回去能用么?我用0.16的替换回去都不能用
@xiaxiaofu commented on GitHub (May 21, 2018):
privilege_token renamed to token
@duanego commented on GitHub (May 22, 2018):
在0.19.0的full.ini文件里面原本的privilege_token换成了token,我没有注意,按照楼上提示修改之后就好了!