8:14:58] [MainThread/ERROR]: 解析文本 "b'[18:14:58] [main/INFO]: Reloading ResourceManager: Default, \xe8\x87\xaa\xe6\x9d\x80.zip\r\n'" 出错
[MCDR] [18:14:58] [MainThread/CRITICAL]: 运行 MCDR 时出错
Traceback (most recent call last):
File "D:\utils\server.py", line 296, in run
self.tick()
File "D:\utils\server.py", line 253, in tick
text = self.receive()
File "D:\utils\server.py", line 232, in receive
text = text.decode(self.decoding_method)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 62: illegal multibyte sequence
[MCDR] [18:14:58] [MainThread/CRITICAL]: 运行 MCDR 时出错
Traceback (most recent call last):
File "D:\utils\server.py", line 296, in run
self.tick()
File "D:\utils\server.py", line 253, in tick
text = self.receive()
File "D:\utils\server.py", line 232, in receive
text = text.decode(self.decoding_method)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 62: illegal multibyte sequence
本帖最后由 常嘉宪 于 2021-8-29 09:38 编辑
编码错误,在config.yml里把gbk改成utf-8试试
编码错误,在config.yml里把gbk改成utf-8试试