-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Rules页面崩溃。 #814
Comments
我也是同样的问题 |
#815 已经修复了,但是没有merge,可以先用着 |
啥时merge |
这你要问仓库主,clash删库后这个项目就没有更新过了 @haishanh |
明白了,把你当仓主了
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Steven Yu ***@***.***>
发送时间: 2024年2月2日 11:54
收件人: haishanh/yacd ***@***.***>
抄送: anjue39 ***@***.***>, Comment ***@***.***>
主题: Re: [haishanh/yacd] [BUG] Rules页面崩溃。 (Issue #814)
这你要问仓库主,clash删库后这个项目就没有更新过了 @haishanh
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@hinak0 非常感谢,我用你fork的项目,构建镜像,运行容器,可以正常访问规则页面、连接页面内容更详细。 git clone https://github.com/hinak0/yacd.git
cd yacd
docker build --no-cache \
--build-arg TARGETPLATFORM=linux/amd64 \
--build-arg BUILDPLATFORM=linux/amd64 \
-t hinak0/yacd:master \
-f Dockerfile .
docker run -p 3000:80 -d --name yacd hinak0/yacd:master |
太强了兄弟,能不能加个连接记录清理时间 多少天,不要每次刷新就没了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在访问Rules页面时,会发生错误。
已查明,错误是由于
providers/rules
这个api返回404造成错误没有处理严格来说似乎是clash内核的bug。也就是说,没有配置providers rules的情况下,返回404导致页面崩溃。
不过现在clash内核删库,显然没有办法fix了,考虑到clash内核用户的体验,加一下错误处理吧。
The text was updated successfully, but these errors were encountered: