luci-app-advancedplus icon indicating copy to clipboard operation
luci-app-advancedplus copied to clipboard

argon主题设置出现错误

Open 1102731636 opened this issue 9 months ago • 2 comments

http://192.168.0.1/cgi-bin/luci/admin/system/advancedplus/argon-config 提示错误

Runtime error Unhandled exception during request dispatching /usr/lib/lua/luci/ucodebridge.lua:23: ...lib/lua/luci/model/cbi/advancedplus/argon-config.lua:3: module 'luci.model.ipkg' not found: no field package.preload['luci.model.ipkg'] no file './luci/model/ipkg.lua' no file '/usr/share/lua/luci/model/ipkg.lua' no file '/usr/share/lua/luci/model/ipkg/init.lua' no file '/usr/lib/lua/luci/model/ipkg.lua' no file '/usr/lib/lua/luci/model/ipkg/init.lua' no file './luci/model/ipkg.so' no file '/usr/lib/lua/luci/model/ipkg.so' no file '/usr/lib/lua/loadall.so' no file './luci.so' no file '/usr/lib/lua/luci.so' no file '/usr/lib/lua/loadall.so'

In error(), file [C] called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:23) called from function ((tail call)) In anonymous function, file /usr/share/ucode/luci/runtime.uc, line 148, byte 45: called from function [arrow function] (/usr/share/ucode/luci/dispatcher.uc:794:4) called from function render ([C]) called from function render_action (/usr/share/ucode/luci/dispatcher.uc:768:24) called from function run_action (/usr/share/ucode/luci/dispatcher.uc:795:4) called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:1003:48) called from anonymous function (/www/cgi-bin/luci:39:13)

return lcall.call(modname, method, ...args); Near here ----------------------------------------^

1102731636 avatar Feb 19 '25 20:02 1102731636

已经提示你了,module 'luci.model.ipkg' not found: 少了这个 依赖。

sirpdboy avatar Feb 20 '25 01:02 sirpdboy

opkg install luci-lib-ipkg

ghost avatar Mar 09 '25 02:03 ghost