/usr/lib/lua/luci/dispatcher.lua:533: bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
[C]: in function 'pairs'
/usr/lib/lua/luci/dispatcher.lua:533: in function 'createtree'
/usr/lib/lua/luci/dispatcher.lua:201: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:168: in function
fix
rm -r /tmp/luci-indexcache
update 2020年12月4日
如果还是有异常
需要修改 luci的indexcachevim /www/cgi-bin/luci
每隔一段时间就会进不去,难道每次都要rm -r 一下吗
是不是空间满了,或者卸载一些插件.我这边是
OpenWrt R20.3.19 / LuCI Master (git-20.088.29068-cebe120)
删除一次就没有再出现了.Hello how can I add this when machine launches. Because this problem seems to reproduce sometimes.
You can use cron or rc.local add
rm -r /tmp/luci-indexcache
?