jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.97k stars 784 forks source link

luci-app-argon-config 无法运行 #257

Closed charley008 closed 2 years ago

charley008 commented 2 years ago

...ib/lua/luci/model/cbi/argon-config/configuration.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' stack traceback: [C]: in function 'require' ...ib/lua/luci/model/cbi/argon-config/configuration.lua:3: in function 'func' /usr/lib/lua/luci/cbi.lua:66: in function 'load' /usr/lib/lua/luci/dispatcher.lua:1501: in function '_form' /usr/lib/lua/luci/dispatcher.lua:1029: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:479: in function </usr/lib/lua/luci/dispatcher.lua:478>

Screenshots If applicable, add screenshots to help explain your problem.

Openwrt (please complete the following information):

Add any other context about the problem here.

jerrykuku commented 2 years ago

opkg update opkg install luci-compat opkg install luci-lib-ipkg

Try this.

charley008 commented 2 years ago

opkg install luci-lib-ipkg 装好后就没问题了。。