mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3865] 树莓派arm构架环境无限重启 #3071
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#3071
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 @zhaobingxiang on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3865
Bug Description
树莓派4B下运行frpc,服务状态running,但是发现端口无法监听,./frpc -c frpc.toml报下方错误
error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string
frpc Version
0.53.0
frps Version
0.53.0
System Architecture
linux/arm64
Configurations
敏感的 用*代替了,两种键入格式的我都试了,localIp这种格式,local_ip
server_addr = ****
server_port = 999
token = ****
user= zbx
meta_token = 123
[测试]
type="tcp"
localIp="127.0.0.1"
localPort=55555
remotePort = 55556
[web]
type = tcp
local_ip = 127.0.0.1
local_port = 443
remote_port = 8443
Logs
No response
Steps to reproduce
...
Affected area
@zhaobingxiang commented on GitHub (Dec 20, 2023):
同样的配置,在amd64环境下正常
@zhaobingxiang commented on GitHub (Dec 20, 2023):
已解决,写成json了,然后上面的所有字符串都加了“”
@zhaobingxiang commented on GitHub (Dec 20, 2023):
就好了