-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_server.log
More file actions
203 lines (199 loc) · 9.73 KB
/
Copy pathapi_server.log
File metadata and controls
203 lines (199 loc) · 9.73 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
uvicorn : INFO:
Started server process
[6428]
At line:1 char:29
+ ... tivate.ps1; uvicorn
api.main:app --host
0.0.0.0 --port 8000 >
api_ser ...
+ ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpe cified:
(INFO: Started
serve r process [6428]
:String) [], Rem
oteException
+ FullyQualified
ErrorId : Native
CommandError
INFO: Waiting for
application startup.
INFO: Application
startup complete.
INFO: Uvicorn running
on http://0.0.0.0:8000
(Press CTRL+C to quit)
[INFO] Loading production model from: D:\ML 101\ML_101_BootCamp\mlruns\production_models\model.pkl
INFO: 127.0.0.1:54071 - "POST /register HTTP/1.1" 400 Bad Request
INFO: 127.0.0.1:54074 - "POST /login?username=test_user&password=testpassword123 HTTP/1.1" 422 Unprocessable Entity
INFO: 127.0.0.1:62796 - "POST /register HTTP/1.1" 200 OK
INFO: 127.0.0.1:53950 - "GET /credits HTTP/1.1" 500 Internal Server Error
ERROR: Exception in
ASGI application
Traceback (most recent
call last):
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\uvicorn\protocols\h
ttp\h11_impl.py", line
410, in run_asgi
result = await app(
# type:
ignore[func-returns-value]
^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\uvicorn\middleware\
proxy_headers.py", line
60, in __call__
return await
self.app(scope, receive,
send)
^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\application
s.py", line 1135, in
__call__
await
super().__call__(scope,
receive, send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\applicati
ons.py", line 107, in
__call__
await self.middleware_
stack(scope, receive,
send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\middlewar
e\errors.py", line 186,
in __call__
raise exc
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\middlewar
e\errors.py", line 164,
in __call__
await self.app(scope,
receive, _send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\middlewar
e\cors.py", line 85, in
__call__
await self.app(scope,
receive, send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\middlewar
e\exceptions.py", line
63, in __call__
await wrap_app_handlin
g_exceptions(self.app,
conn)(scope, receive,
send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\_exceptio
n_handler.py", line 53,
in wrapped_app
raise exc
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\_exceptio
n_handler.py", line 42,
in wrapped_app
await app(scope,
receive, sender)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\middleware\
asyncexitstack.py", line
18, in __call__
await self.app(scope,
receive, send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\routing.p
y", line 716, in __call__
await self.middleware_
stack(scope, receive,
send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\routing.p
y", line 736, in app
await
route.handle(scope,
receive, send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\routing.p
y", line 290, in handle
await self.app(scope,
receive, send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\routing.py"
, line 115, in app
await wrap_app_handlin
g_exceptions(app,
request)(scope, receive,
send)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\_exceptio
n_handler.py", line 53,
in wrapped_app
raise exc
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\starlette\_exceptio
n_handler.py", line 42,
in wrapped_app
await app(scope,
receive, sender)
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\routing.py"
, line 101, in app
response = await
f(request)
^^^^^^^^^^^^^^^^
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\routing.py"
, line 377, in app
content = await
serialize_response(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ML 101\ML_101_
BootCamp\.venv\Lib\site-pa
ckages\fastapi\routing.py"
, line 215, in
serialize_response
raise
ResponseValidationError(
fastapi.exceptions.Respons
eValidationError: 1
validation error:
{'type': 'int_parsing',
'loc': ('response',
'username'), 'msg':
'Input should be a valid
integer, unable to parse
string as an integer',
'input':
'test_user_1769855288'}
File "D:\ML 101\ML_101_
BootCamp\api\main.py",
line 655, in get_credits
GET /credits