2 changes: 2 additions & 0 deletions2modules/luci-lua-runtime/Makefile Original file line numberDiff line numberDiff line change Expand Up@@ -23,6 +23,8 @@ LUCI_DEPENDS:= \ +liblucihttp-lua\ +ucode-mod-lua PKG_LICENSE:=Apache-2.0 ...
luci-lua-runtime是OpenWrt系统中的一个软件包,它提供了Lua脚本语言的运行时环境,特别是为LuCI(OpenWrt的Web管理界面)提供支持。Lua是一种轻量级的脚本语言,LuCI框架大量使用了Lua来开发其Web界面和后台逻辑。 luci-lua-runtime在OpenWrt中的作用 提供Lua运行环境:luci-lua-runtime为OpenWrt系统上的Lua脚本提供了必...
@jjm2473- I believe the issue is caused because nothing actually reads the HTTP parameters, so the upload HTTP message body is never parsed. It is possible that the old LuCI Lua runtime implicitly called aluci.http.formvalue()somewhere before your controller was activated, so that the file...
Goto some tabs (e.g. logs) of legacy lua luci applications. Runtime error. Runtime error Unhandled exception during request dispatching /usr/lib/lua/luci/ucodebridge.lua:22: /usr/lib/lua/luci/template.lua:158: Failed to load template 'header'. Error while parsing template '/usr/lib/lua/...
源码用的是immortalwrt的openwrt-23.05分支 Error Unhandled exception during request dispatching /usr/lib/lua/luci/ucodebridge.lua:23: /usr/lib/lua/luci/template.lua:181: Failed to execute template 'themes/argone/header'. A runtime error occurred: ...
Sometimes we want to save uploaded big file to external disk, if we use post("some_action"), the file will first save to temp dir (because test_post_security is called before http.setfilehandler), which may fail due to temp dir space . So we should use call("some_action"), and ...
Runtime error Unhandled exception during request dispatching /usr/lib/lua/luci/ucodebridge.lua:23: /usr/lib/lua/luci/template.lua:158: Failed to load template 'admin_status/index'. Error while parsing template '/usr/lib/lua/luci/view/admin_status/index.htm': No such file or directory In ...
Describe the bug There is a performace issue between wlan and lan/wan OpenWrt version r25874-98f9154316 OpenWrt release SNAPSHOT OpenWrt target/subtarget qualcommax/ipq807x Device Zyxel NBG7815 Image kind Self-built image Steps to reprod...
So for whatever reason on this device, very intermittently (like once a day) that call will fail and return nil, which network.lua then attempts to index with the .type call and it fails. I attached the requested network interface dump to that report, but as I've been unable to re-o...
After wifi module auto configured, menu not shown "Wireless". Same issue appears on Docker, if I open luci on browser on boot, Docker maybe not start on that time, menu will not show Docker menu even after docker started. rm -f /tmp/luci...