You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build my own image with "openwrt-imagebuilder-18.06.5-lantiq-xrx200.Linux-x86_64.tar.xz".
Firmware is working fine but I have problems with the "a1comms" features, I can't see "System Info" or "xDSL Modem Status" and the "/cgi-bin/luci/a1comms/status/json" URL gives me :
/usr/lib/lua/luci/template.lua:97: Failed to execute template 'custom/status_json'.
A runtime error occurred: [string "/usr/lib/lua/luci/view/custom/status_json.h..."]:5: module 'luci.tools.status' not found:
no field package.preload['luci.tools.status']
no file './luci/tools/status.lua'
no file '/usr/share/lua/luci/tools/status.lua'
no file '/usr/share/lua/luci/tools/status/init.lua'
no file '/usr/lib/lua/luci/tools/status.lua'
no file '/usr/lib/lua/luci/tools/status/init.lua'
no file './luci/tools/status.so'
no file '/usr/lib/lua/luci/tools/status.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'
[string "/usr/lib/lua/luci/view/custom/status_json.h..."]:5: in main chunk
stack traceback:
[C]: in function 'error'
/usr/lib/lua/luci/template.lua:97: in function </usr/lib/lua/luci/template.lua:85>
(tail call): ?
/usr/lib/lua/luci/dispatcher.lua:913: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:440: in function </usr/lib/lua/luci/dispatcher.lua:439>
Maybe it is related to this when building :
Finalizing root filesystem...
./etc/init.d/macboot: line 6: /lib/functions/uci-defaults.sh: No such file or directory
./etc/init.d/macboot: line 7: /lib/functions/system.sh: No such file or directory
./etc/init.d/macboot: line 8: /lib/functions/lantiq.sh: No such file or directory
This is reference by the file "openwrt-netgear-dm200-bridge/files/etc/init.d/macboot".
The text was updated successfully, but these errors were encountered:
I replaced my "xhr.js" file with the previous version and then removed the line "local stat = require "luci.tools.status"" from file "files/usr/lib/lua/luci/view/custom/status_json.htm"
Hello !
I'm trying to build my own image with "openwrt-imagebuilder-18.06.5-lantiq-xrx200.Linux-x86_64.tar.xz".
Firmware is working fine but I have problems with the "a1comms" features, I can't see "System Info" or "xDSL Modem Status" and the "/cgi-bin/luci/a1comms/status/json" URL gives me :
/usr/lib/lua/luci/template.lua:97: Failed to execute template 'custom/status_json'.
A runtime error occurred: [string "/usr/lib/lua/luci/view/custom/status_json.h..."]:5: module 'luci.tools.status' not found:
no field package.preload['luci.tools.status']
no file './luci/tools/status.lua'
no file '/usr/share/lua/luci/tools/status.lua'
no file '/usr/share/lua/luci/tools/status/init.lua'
no file '/usr/lib/lua/luci/tools/status.lua'
no file '/usr/lib/lua/luci/tools/status/init.lua'
no file './luci/tools/status.so'
no file '/usr/lib/lua/luci/tools/status.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'
[string "/usr/lib/lua/luci/view/custom/status_json.h..."]:5: in main chunk
stack traceback:
[C]: in function 'error'
/usr/lib/lua/luci/template.lua:97: in function </usr/lib/lua/luci/template.lua:85>
(tail call): ?
/usr/lib/lua/luci/dispatcher.lua:913: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:440: in function </usr/lib/lua/luci/dispatcher.lua:439>
Maybe it is related to this when building :
Finalizing root filesystem...
./etc/init.d/macboot: line 6: /lib/functions/uci-defaults.sh: No such file or directory
./etc/init.d/macboot: line 7: /lib/functions/system.sh: No such file or directory
./etc/init.d/macboot: line 8: /lib/functions/lantiq.sh: No such file or directory
This is reference by the file "openwrt-netgear-dm200-bridge/files/etc/init.d/macboot".
The text was updated successfully, but these errors were encountered: