[GH-ISSUE #3839] reproduct #3774 auth.token error #3053

Closed
opened 2026-05-05 13:58:34 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @naY9yjoS6ZqhOd35sIFH on GitHub (Dec 12, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3839

Bug Description

same screenshot

but configuration file is correct

frpc Version

0.52.3

frps Version

0.52.3

System Architecture

linux/amd64

Configurations

serverAddr = " example.com"
serverPort = "12345"
token = "string" #used to typo of quota
loginFailExit = false
includes = ["./frpc-srv-meta.toml","./frpc-client-meta.toml"]

frpc-srv-meta.toml

[[proxies]]
name = "ssh-host"
type = "stcp"
secretKey = "secret"
localIP = "127.0.0.1"
localPort = 22

frpc-client-meta.toml

[[visitors]]
name = "ssh-host"
type = "stcp"
secretKey = "secret"
serverName = "ssh-host"
bindAddr = "127.0.0.1"
bindPort = 8022

Logs

same

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @naY9yjoS6ZqhOd35sIFH on GitHub (Dec 12, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3839 ### Bug Description same screenshot but configuration file is correct ### frpc Version 0.52.3 ### frps Version 0.52.3 ### System Architecture linux/amd64 ### Configurations ``` serverAddr = " example.com" serverPort = "12345" token = "string" #used to typo of quota loginFailExit = false includes = ["./frpc-srv-meta.toml","./frpc-client-meta.toml"] ``` frpc-srv-meta.toml ``` [[proxies]] name = "ssh-host" type = "stcp" secretKey = "secret" localIP = "127.0.0.1" localPort = 22 ``` frpc-client-meta.toml ``` [[visitors]] name = "ssh-host" type = "stcp" secretKey = "secret" serverName = "ssh-host" bindAddr = "127.0.0.1" bindPort = 8022 ``` ### Logs [same](https://github.com/fatedier/frp/issues/3774#issue-1994985558) ### Steps to reproduce 1. 2. 3. ... ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:58:34 -06:00
Author
Owner

@superzjg commented on GitHub (Dec 12, 2023):

token =" "string" syntax error

auth.token = "xxx"

<!-- gh-comment-id:1851355577 --> @superzjg commented on GitHub (Dec 12, 2023): `token =" "string"` syntax error `auth.token = "xxx"`
Author
Owner

@naY9yjoS6ZqhOd35sIFH commented on GitHub (Dec 13, 2023):

so

token = "string"

should be

auth.token = "string"

right?

then the document should add too.

<!-- gh-comment-id:1853281643 --> @naY9yjoS6ZqhOd35sIFH commented on GitHub (Dec 13, 2023): so ``` token = "string" ``` should be ``` auth.token = "string" ``` right? then the document should add too.
Author
Owner
<!-- gh-comment-id:1853332813 --> @superzjg commented on GitHub (Dec 13, 2023): https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L27-L34
Author
Owner

@naY9yjoS6ZqhOd35sIFH commented on GitHub (Dec 14, 2023):

Thanks,it's my fault.

<!-- gh-comment-id:1855362165 --> @naY9yjoS6ZqhOd35sIFH commented on GitHub (Dec 14, 2023): Thanks,it's my fault.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 14, 2024):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1890807210 --> @github-actions[bot] commented on GitHub (Jan 14, 2024): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#3053
No description provided.