Results 5 comments of LeonWang

I found that use ironfish stop and then ironfish start -v can run again

+1也是有这个问题,单独拿接口出来可以获取到版本数据 { "opcv": "v0.46.079", "coremodel": "aarch64_generic", "coremetacv": "alpha-g8bc6f77\n", "oplv": "v0.46.079\n,0", "corelv": "alpha-g8bc6f77\n", "upchecktime": "2025-05-09 17:00:37" }

找到问题了,是luci 的xhr 的timeout问题默认的是3000-5=2995毫秒,但是插件里面取update数据平均5-10s,脸好能刷出来,超时了 把请求时间都加大点 ``` vim /usr/lib/lua/luci/view/openclash/update.htm XHR.poll(10, '', null.... ```