本帖最后由 堡塔运维小林 于 2023-8-18 14:50 编辑
为了能快速了解并处理您的问题,请提供以下基础信息:
7.9
windows server 2022
进入面板提示绑定宝塔账号,登录出错
Traceback (most recent call last): File "D:\BtSoft\panel/class\public.py", line 363, in ReadFile f_body = fp.read()UnicodeDecodeError: 'gbk' codec can't decode byte 0xca in position 57: illegal multibyte sequenceDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "D:\BtSoft\panel/class\public.py", line 373, in ReadFile f_body = fp.read() File "C:\Program Files\python\lib\codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 53: invalid start byteDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "D:\BtSoft\panel/class\public.py", line 382, in ReadFile f_body = fp.read()UnicodeDecodeError: 'gbk' codec can't decode byte 0xca in position 57: illegal multibyte sequenceDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "D:\BtSoft\panel\BTPanel\__init__.py", line 1581, in publicObject return run_exec().run(toObject, defs, get) File "D:\BtSoft\panel\BTPanel\__init__.py", line 1813, in run result = eval(fun) File "", line 1, in File "D:\BtSoft\panel/class\panelSSL.py", line 89, in GetAuthToken data['serverid'] = panelAuth().get_serverid() File "panel-win\panel\class\panelAuth.py", line 54, in panelAuth.panelAuth.get_serverid File "D:\BtSoft\panel/class\public.py", line 406, in readFile return ReadFile(filename, mode) File "D:\BtSoft\panel/class\public.py", line 391, in ReadFile f_body = fp.read() File "C:\Program Files\python\lib\codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final)UnicodeDecodeError: 'mbcs' codec can't decode bytes in position 0--1: No mapping for the Unicode character exists in the target code page. |
|