mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4550] Frp转发后参数错误 #3595
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#3595
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 @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
@fatedier commented on GitHub (Nov 22, 2024):
提供的信息并非 frp 相关内容,请从应用层排查问题。