-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_log.txt
More file actions
43 lines (41 loc) · 2.13 KB
/
api_log.txt
File metadata and controls
43 lines (41 loc) · 2.13 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
uv : INFO: Started
server process [79152]
At line:1 char:1
+ uv run uvicorn
api.main:app --host 0.0.0.0
--port 8000 > api_log.txt
...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpecified: (INFO:
Started server pro
cess [79152]:String) []
, RemoteException
+ FullyQualifiedErrorId
: NativeCommandError
INFO: Waiting for
application startup.
[32mINFO [0m
[34moptimizer[0m: Data
Model scheduled to run in
8.31 hours.[0m
INFO: Application
startup complete.
ERROR: [Errno 10048]
error while attempting to
bind on address ('0.0.0.0',
8000): [winerror 10048]
only one usage of each
socket address
(protocol/network
address/port) is normally
permitted
INFO: Waiting for
application shutdown.
INFO: Application
shutdown complete.
Risk Monitor Error: column rs.delivery_address does not exist
LINE 2: SELECT rs.id, rs.delivery_address, r.driver_...
^