服务重启后报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcb in position 325

最终解决方案:在网页头标签加入:

<meta charset="UTF-8">

如图: