13 lines
1.1 KiB
Plaintext
13 lines
1.1 KiB
Plaintext
python : Traceback (most recent call last):
|
|
At line:1 char:1
|
|
+ python test_bold3.py > out3.txt 2>&1
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
File "C:\Users\weiren\Desktop\claude\server\test_bold3.py", line 12, in <module>
|
|
print(html)
|
|
UnicodeEncodeError: 'gbk' codec can't encode character '\u200b' in position 12: illegal multibyte sequence
|
|
'��**�������������**'
|
|
'��**\u200b�������������**'
|