-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror_log.txt
More file actions
124 lines (122 loc) · 4.94 KB
/
error_log.txt
File metadata and controls
124 lines (122 loc) · 4.94 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
python : Traceback
(most recent call
last):
At line:1 char:1
+ python scripts/test
_analysis_node.py >
error_log.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpe
cified: (Traceba
ck (most recent
call last)::Stri
ng) [], RemoteEx
ception
+ FullyQualified
ErrorId : Native
CommandError
File "C:\Users\ryan
n\OneDrive\Desktop\pr
ojects\CxC\CxC2026\sc
ripts\test_analysis_n
ode.py", line 21, in
<module>
from
app.models.item
import Item
File "C:\Users\ryan
n\OneDrive\Desktop\pr
ojects\CxC\CxC2026\ba
ckend\app\models\__in
it__.py", line 4, in
<module>
from
.search_preference
import
SearchPreference
File "C:\Users\ryan
n\OneDrive\Desktop\pr
ojects\CxC\CxC2026\ba
ckend\app\models\sear
ch_preference.py",
line 12, in <module>
class SearchPrefe
rence(Base):
File "C:\Users\ryan
n\AppData\Local\Packa
ges\PythonSoftwareFou
ndation.Python.3.11_q
bz5n2kfra8p0\LocalCac
he\local-packages\Pyt
hon311\site-packages\
sqlalchemy\orm\decl_a
pi.py", line 199, in
__init__
_as_declarative(reg,
cls, dict_)
File "C:\Users\ryan
n\AppData\Local\Packa
ges\PythonSoftwareFou
ndation.Python.3.11_q
bz5n2kfra8p0\LocalCac
he\local-packages\Pyt
hon311\site-packages\
sqlalchemy\orm\decl_b
ase.py", line 245,
in _as_declarative
return _MapperCon
fig.setup_mapping(reg
istry, cls, dict_,
None, {})
^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^
File "C:\Users\ryan
n\AppData\Local\Packa
ges\PythonSoftwareFou
ndation.Python.3.11_q
bz5n2kfra8p0\LocalCac
he\local-packages\Pyt
hon311\site-packages\
sqlalchemy\orm\decl_b
ase.py", line 326,
in setup_mapping
return _ClassScan
MapperConfig(
^^^^^^^^^^
^^^^^^^^^^^^^
File "C:\Users\ryan
n\AppData\Local\Packa
ges\PythonSoftwareFou
ndation.Python.3.11_q
bz5n2kfra8p0\LocalCac
he\local-packages\Pyt
hon311\site-packages\
sqlalchemy\orm\decl_b
ase.py", line 573,
in __init__
self._extract_map
pable_attributes()
File "C:\Users\ryan
n\AppData\Local\Packa
ges\PythonSoftwareFou
ndation.Python.3.11_q
bz5n2kfra8p0\LocalCac
he\local-packages\Pyt
hon311\site-packages\
sqlalchemy\orm\decl_b
ase.py", line 1530,
in _extract_mappable_
attributes
raise exc.Invalid
RequestError(
sqlalchemy.exc.Invali
dRequestError:
Attribute name
'metadata' is
reserved when using
the Declarative API.