mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1101] release 里 mips 编译的frpc 版本为 0.20.0,不兼容新版frps 0.24.1 #861
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#861
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 @jayagami on GitHub (Feb 26, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1101
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)?
What operating system and processor architecture are you using (
go env)?Configures you used:
mips 版的 frpc 版本为 0.20.0
Steps to reproduce the issue:
1.
2.
3.
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)
@fatedier commented on GitHub (Feb 26, 2019):
请同步更新到最新版本。
@jayagami commented on GitHub (Feb 26, 2019):
抱歉,检查很多次后发现使用了之前错误的的配置文件,mipsle的 0,20,0 frpc 能连上 0.24.1的
frps
但是最新版的 miple(64)中的 frpc 版本均为 0.20.0,我一度以为是版本问题
@fatedier commented on GitHub (Feb 26, 2019):
编译都是脚本自动编译,不太可能会打包错,建议你重新在 github release 页面下载最新版本测试一下。
@jayagami commented on GitHub (Feb 26, 2019):
抱歉,等等,我好像发现有点问题了。
我明白了,路由器内置了 一个 frpc并在环境里面,版本是 0.20.0,我每次调用的时候 使用 frpc 调用内置的frpc版本,但因为没frps,所以调用的时候没错。。。