[GH-ISSUE #4550] Frp转发后参数错误 #3595

Closed
opened 2026-05-05 14:18:32 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @a532157097 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4550

Bug Description

使用Frp转发后出现,应该是在转发请求后导致参数无法识别
Error: Type mismatched for argument 1 "ob" of deal_data_when_login.
Expected object, got undefined.
Object: /gs/daemons/logind.c
Current thread: "callback"(0)
At /gs/daemons/logind.c:4192(deal_data_when_login) in /gs/daemons/logind.c

frpc Version

0.61.0

frps Version

0.61.0

System Architecture

centos7.6

Configurations

frpc.toml
serverAddr = "xxx"
serverPort = 7000

proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
remotePort = 20101
localPort = 20101

frps.toml
bindPort = 7000

Logs

No response

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 @a532157097 on GitHub (Nov 21, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4550 ### Bug Description 使用Frp转发后出现,应该是在转发请求后导致参数无法识别 Error: Type mismatched for argument 1 "ob" of deal_data_when_login. Expected object, got undefined. Object: /gs/daemons/logind.c Current thread: "callback"(0) At /gs/daemons/logind.c:4192(deal_data_when_login) in /gs/daemons/logind.c ### frpc Version 0.61.0 ### frps Version 0.61.0 ### System Architecture centos7.6 ### Configurations frpc.toml serverAddr = "xxx" serverPort = 7000 [[proxies]] name = "test-tcp" type = "tcp" localIP = "127.0.0.1" remotePort = 20101 localPort = 20101 frps.toml bindPort = 7000 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [X] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

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

提供的信息并非 frp 相关内容,请从应用层排查问题。

<!-- gh-comment-id:2492785634 --> @fatedier commented on GitHub (Nov 22, 2024): 提供的信息并非 frp 相关内容,请从应用层排查问题。
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#3595
No description provided.