VaalaCat / frp-panel

a multi node frp webui and for [frp](https://github.com/fatedier/frp) server and client management, which makes this project a Cloudflare Tunnel or Tailscale Funnel open source alternative
GNU General Public License v3.0
572 stars 44 forks source link

客户端报错 #49

Open leyung opened 2 months ago

leyung commented 2 months ago

在昨天更新之后,客户端一直报以下错误 time="2024-07-22T20:27:36+08:00" level=info msg="start to pull client config, clientID: [admin.c.unraid]" func=github.com/VaalaCat/frp-panel/biz/client.PullConfig file="/app/biz/client/rpc_pull_config.go:16" time="2024-07-22T20:27:36+08:00" level=error msg="cannot load client config" func=github.com/VaalaCat/frp-panel/biz/client.PullConfig file="/app/biz/client/rpc_pull_config.go:41" error="unmarshal ProxyConfig error: plugin type is empty"

VaalaCat commented 2 months ago

@leyung 请问client和master分别是什么版本呢

leyung commented 2 months ago

@leyung 请问client和master分别是什么版本呢

都是最新版latest

VaalaCat commented 2 months ago

@Tylone-zx 看一下这个

VaalaCat commented 2 months ago

@leyung 请在面板里重新保存一下这个client的配置。 问题的原因是frp的版本更新到了v0.58.1,配置文件有变动

leyung commented 2 months ago

@leyung 请在面板里重新保存一下这个client的配置。 问题的原因是frp的版本更新到了v0.58.1,配置文件有变动

谢谢,已经可以了