-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy patherror.txt
More file actions
81 lines (78 loc) · 2.95 KB
/
error.txt
File metadata and controls
81 lines (78 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Importing database...
py : Traceback (most
recent call last):
At line:1 char:1
+ py test_db.py 2>&1
| Out-File -FilePath
error.txt
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpe
cified: (Traceba
ck (most recent
call last)::Stri
ng) [], RemoteEx
ception
+ FullyQualified
ErrorId : Native
CommandError
File "D:\Desktop\Fl
exi-Roaster\test_db.p
y", line 8, in
<module>
print("\u2713
Database imported")
File "C:\Users\ramv
j\AppData\Local\Progr
ams\Python\Python311\
Lib\encodings\cp1252.
py", line 19, in
encode
return codecs.cha
rmap_encode(input,sel
f.errors,encoding_tab
le)[0]
^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^
UnicodeEncodeError:
'charmap' codec
can't encode
character '\u2713'
in position 0:
character maps to
<undefined>
During handling of
the above exception,
another exception
occurred:
Traceback (most
recent call last):
File "D:\Desktop\Fl
exi-Roaster\test_db.p
y", line 19, in
<module>
print(f"\n\u274c
Error: {e}")
File "C:\Users\ramv
j\AppData\Local\Progr
ams\Python\Python311\
Lib\encodings\cp1252.
py", line 19, in
encode
return codecs.cha
rmap_encode(input,sel
f.errors,encoding_tab
le)[0]
^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^
UnicodeEncodeError:
'charmap' codec
can't encode
character '\u274c'
in position 2:
character maps to
<undefined>