-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_server_debug.log
More file actions
378 lines (371 loc) · 17.9 KB
/
Copy pathapi_server_debug.log
File metadata and controls
378 lines (371 loc) · 17.9 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
uvicorn : INFO:
Started server process
[2636]
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 [2636]
: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:53698 - "POST /register HTTP/1.1" 200 OK
[DEBUG] get_credits called for user: test_user_1769855647 (ID: 8)
[DEBUG] Credits: 100 (Type: <class 'int'>)
INFO: 127.0.0.1:53702 - "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_1769855647'}
File "D:\ML 101\ML_101_
BootCamp\api\main.py",
line 623, in get_credits
GET /credits
INFO: 127.0.0.1:53760 - "POST /register HTTP/1.1" 200 OK
INFO: 127.0.0.1:53763 - "POST /predict HTTP/1.1" 422 Unprocessable Entity
[DEBUG] get_credits called for user: test_user_1769855697 (ID: 9)
[DEBUG] Credits: 100 (Type: <class 'int'>)
INFO: 127.0.0.1:53776 - "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_1769855697'}
File "D:\ML 101\ML_101_
BootCamp\api\main.py",
line 623, in get_credits
GET /credits