You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
手动设置:
/usr/lib/lua/luci/model/cbi/AdGuardHome/manual.lua:70: bad argument #1 to 'access' (string expected, got nil)
stack traceback:
[C]: in function 'access'
/usr/lib/lua/luci/model/cbi/AdGuardHome/manual.lua:70: in function 'func'
/usr/lib/lua/luci/cbi.lua:66: in function 'load'
/usr/lib/lua/luci/dispatcher.lua:1353: in function '_cbi'
/usr/lib/lua/luci/dispatcher.lua:1024: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:479: in function </usr/lib/lua/luci/dispatcher.lua:478>
当前版本,编译openwrt后会在/etc目录下产生两个adguardhome.yaml配置文件(大小写不同)
其中,=AdGuardHome.yaml=是luci界面下手动设置的对象,同时也是实际生效的配置文件。但同时,=adguardhome.yaml=会在通过网页管理时生成,但实际使用时会被覆盖。
openwrt-packages/adguardhome/Makefile
Line 48 in 61b3d9f
openwrt-packages/luci-app-adguardhome/Makefile
Line 27 in 61b3d9f
可以看到,这两处Makefile间命名没有统一,因此导致了上述的问题。
鉴于openwrt自己的adguardhome包中也使用的是小写,能否将luci-app-adguardhome的配置文件,统一使用小写,来避免重复与混淆?
The text was updated successfully, but these errors were encountered: