[GH-ISSUE #4537] frpc 0.61.0 arm64 still uses ini config file #3583

Closed
opened 2026-05-05 14:18:10 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @mochechan on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4537

Bug Description

When I trying to start frpc arm64 version in termux, the error message shows:
./frpc
open ./frpc.ini: no such file or directory

frpc Version

0.61.0

frps Version

0.60.0

System Architecture

android/termux/arm64

Configurations

user = "{{.Envs.FRPC_HOSTNAME}}"

serverAddr = "{{.Envs.FRPS_ADDR}}"
serverPort = 7000

loginFailExit = true

auth.method = "token"
auth.token = ""

includes = ["./client/*.toml"]

Logs

No response

Steps to reproduce

  1. Just download frp_0.61.0_android_arm64.tar.gz
  2. extract tar.gz file
  3. execute the frpc
  4. show the error message: open ./frpc.ini: no such file or directory

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @mochechan on GitHub (Nov 15, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4537 ### Bug Description When I trying to start frpc arm64 version in termux, the error message shows: ./frpc open ./frpc.ini: no such file or directory ### frpc Version 0.61.0 ### frps Version 0.60.0 ### System Architecture android/termux/arm64 ### Configurations user = "{{.Envs.FRPC_HOSTNAME}}" serverAddr = "{{.Envs.FRPS_ADDR}}" serverPort = 7000 loginFailExit = true auth.method = "token" auth.token = "" includes = ["./client/*.toml"] ### Logs _No response_ ### Steps to reproduce 1. Just download frp_0.61.0_android_arm64.tar.gz 2. extract tar.gz file 3. execute the frpc 4. show the error message: open ./frpc.ini: no such file or directory ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Nov 15, 2024):

https://github.com/fatedier/frp?tab=readme-ov-file#access-your-computer-in-a-lan-network-via-ssh

Please refer to the command startup in the document.

<!-- gh-comment-id:2477867430 --> @fatedier commented on GitHub (Nov 15, 2024): https://github.com/fatedier/frp?tab=readme-ov-file#access-your-computer-in-a-lan-network-via-ssh Please refer to the command startup in the document.
Author
Owner

@mochechan commented on GitHub (Nov 20, 2024):

However, using -c to specify a toml file appears another errors.

./frpc -c frpc.toml 
error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type v1.ClientConfig

The mentioned problem does not occur if I use x86_64 version.

<!-- gh-comment-id:2487663577 --> @mochechan commented on GitHub (Nov 20, 2024): However, using -c to specify a toml file appears another errors. ``` ./frpc -c frpc.toml error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type v1.ClientConfig ``` The mentioned problem does not occur if I use x86_64 version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3583
No description provided.