-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest_output.txt
More file actions
19 lines (17 loc) · 1.66 KB
/
test_output.txt
File metadata and controls
19 lines (17 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
python : Traceback (most recent call last):
At line:1 char:1
+ python test_notes.py > test_output.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Traceback (most r
ecent call last)::String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
File "C:\Users\Nihil\Desktop\projects\stemly\backend\test_not
es.py", line 19, in <module>
print("\U0001f9ea Testing POST /notes/generate")
File "C:\Users\Nihil\AppData\Local\Programs\Python\Python312\
Lib\encodings\cp1252.py", line 19, in encode
return
codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character
'\U0001f9ea' in position 0: character maps to <undefined>