hdp.getRuntime is not a function - LUCI overview tab

Just upgraded these packages: pbr, httpsdnsproxy and adblock fast and one of them broke the browser interface of the router, in the System/Overview tab (the others are ok). I restarted the router, clear browser cache tried another browser but same:

I’m on version 23.05.5 From AI, something mentioning reinstalling luci-base comes up, but that could also bring other issues.

Something mentioning installing auc and luci-app-attendedsysupgrade comes from common sense. First use auc to get whole luci in sync, then use the luci-app to upgrade to v24.

What is in ubus call system board ?

opkg files luci-base | grep -i "hdp|runtime" gives back: /usr/share/ucode/luci/runtime.uc

Updating to v24 on xiaomi 3200 is not as straitforward and needs many other steps with risk of bricking the router also, so i want to avoid that.

"kernel": "5.15.167",
        "hostname": "OpenWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "Xiaomi Redmi Router AX6S",
        "board_name": "xiaomi,redmi-router-ax6s",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "23.05.5",
                "revision": "r24106-10cc5fcd00",
                "target": "mediatek/mt7622",
                "description": "OpenWrt 23.05.5 r24106-10cc5fcd00"

Upgrade to 23.05.6 in place to sync luci components.

1 Like

The upgrading procedure recommended is starting from here: https://firmware-selector.openwrt.org/?version=23.05.6&target=mediatek%2Fmt7622&id=xiaomi_redmi-router-ax6s

the 23.05.6 image is no longer available, there is verision 24.10.x, but i want to keep current version and just fix that luci page if that is possible

Install auc

opkg update
opkg install auc
auc -n -y

probably check if all your chñnged configs are included using sysupgrade -l (ell for list)

you can still download manually 23.05.6:

you should be careful when upgrading from 23.05 to 24.10, if done wrong it will brick your router

The developers released a new version of the package which caused the issue and after updating it, luci main page is back to normal

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