那个大神可以帮忙看看什么意思
流程执行失败:
Exception in thread Thread-8:
Traceback (most recent call last):
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\subprocess.py", line 1238, in _readerthread
buffer.append(fh.read())
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\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.
Exception in thread Thread-14:
Traceback (most recent call last):
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\subprocess.py", line 1238, in _readerthread
buffer.append(fh.read())
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\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.
Exception in thread Thread-20:
Traceback (most recent call last):
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.12.31\python\lib\subpr