daemon.err uhttpd[2003]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code

如果你装了Easytier的luci插件后,你的openwrt系统log里面一直提示这个,请执行下面的命令进行修复。

sed -i 's/util/xml/g' /usr/lib/lua/luci/model/cbi/easytier.lua
BusyBox v1.36.1 (2025-06-23 20:40:36 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 24.10.2, r28739-d9340319c6
 -----------------------------------------------------
root@Easytier:~# sed -i 's/util/xml/g' /usr/lib/lua/luci/model/cbi/easytier.lua
root@Easytier:~#

参考资料:

https://github.com/EasyTier/luci-app-easytier

https://www.right.com.cn/forum/forum.php?mod=redirect&goto=findpost&ptid=8417590&pid=21589144