LuCI: Failed to load template 'admin_status/index' (New build from master)

Hi, I built myself a new image from master and I have a problem with LuCI.
Attempting to access the address http://192.168.1.1/cgi-bin/luci/ ends with an error.


Runtime error
Unhandled exception during request dispatching
/usr/lib/lua/luci/ucodebridge.lua:14: /usr/lib/lua/luci/template.lua:108: 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 h(), file [C]
  called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:14)
  called from function  ((tail call))

In [anonymous function](), file /usr/share/ucode/luci/runtime.uc, line 138, byte 45:
  called from function [arrow function] (/usr/share/ucode/luci/dispatcher.uc:778:70)
  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:779:4)
  called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:993:48)
  called from anonymous function (/www/cgi-bin/luci:39:12)

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


I filed a bug about this a few hours ago

(And later closed the duplicate bug, reported by somebody else,
https://github.com/openwrt/luci/issues/6112

1 Like

There was a lot of unintended fallout unfortunately but after several rounds of fixes and fix-fixes it should be hopefully back to normal now.

On the plus side, compatibility with legacy package should be slightly better now.

Sorry for the inconvenience.

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.