The OpenWrt box is working fine otherwise. Didn't notice this.
Has this error on all LuCI pages. I can login to LuCI.
I do have SSH access. Just upgraded to latest version via "owut upgrade" today, so packages are fresh. Config prob not fresh. I do have a config backup.
( I'm just looking for suggestions before I try anything further. Often on this forum, users try stuff without first getting forum feedback ).
Brave Search gave these results --
(I've already cleared browser cache & Cntl+F5 on Win11).
This TypeError: _(…).format is not a function error in OpenWrt LuCI usually indicates a mismatch between the LuCI version and the underlying luci-base package, or a corrupted translation file. The i18n library (which provides the _(...) function for translations) is failing to attach the .format() method, often due to a failed update or a conflict in the luci-i18n-* packages.
1. Update All Packages (already done upgrade today [owut upgrade])
The most common cause is that the LuCI frontend was updated but the luci-base or translation packages weren't synced. Run this via SSH:
2. Reinstall LuCI Core and Translations
If updating doesn't work, force a reinstallation of the core LuCI components and the specific language pack you are using (e.g., en for English, zh-cn for Chinese).
OK, I've found that if I hit browser (normal) refresh button... several times.... that the LuCi page will display. LuCi data seems to be a problem mostly on the pages I view the most.
On "fav pages", the page will display 1/5 of the attempts. I can even refresh a correctly displaying page, & I could get an error.
I appreciate your suggestions here.... I would prob not be as patient.
I did try a Brave Private Tab: OpenWrt worked smooth & fast, zero errors.
I have (attempted to) delete any cache wrt OpenWrt (192.168.1.1). Apparently that not good enough.
At least I know that private tabs work flawlessly.
It also seems my install of Brave is developing problems. I do have a few tabs perm pinned. Most tabs are in tab groups, & closed/hidden. Are the hidden tab groups still functional?
However I should only have ONE tab with the router address. I have 2x OpenWrt routers, different addresses obv.
Good to hear that it works ok with a pristine browser session. Then the problem is more likely on client side in browser than on your LuCI installation in the router.
Most of LuCI is now javascript run on client-side in your browser.
So, any faults in brower regarding coherency of the content may cause trouble.