forked from Ahaanv19/SD_Auto_Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.log
More file actions
36 lines (36 loc) · 1.64 KB
/
server.log
File metadata and controls
36 lines (36 loc) · 1.64 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
✅ Loaded 13691 traffic records
* Serving Flask app '__init__'
* Debug mode: on
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:8888
* Running on http://192.168.88.139:8888
[33mPress CTRL+C to quit[0m
* Restarting with stat
* Debugger is active!
* Debugger PIN: 116-727-949
✅ Loaded 13691 traffic records
Traceback (most recent call last):
File "/Users/ahaan/SD_Auto_Backend/main.py", line 294, in <module>
app.run(debug=True, host="0.0.0.0", port=8888)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ahaan/SD_Auto_Backend/.venv/lib/python3.14/site-packages/flask/app.py", line 662, in run
run_simple(t.cast(str, host), port, self, **options)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ahaan/SD_Auto_Backend/.venv/lib/python3.14/site-packages/werkzeug/serving.py", line 1115, in run_simple
run_with_reloader(
~~~~~~~~~~~~~~~~~^
srv.serve_forever,
^^^^^^^^^^^^^^^^^^
...<3 lines>...
reloader_type=reloader_type,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/Users/ahaan/SD_Auto_Backend/.venv/lib/python3.14/site-packages/werkzeug/_reloader.py", line 453, in run_with_reloader
ensure_echo_on()
~~~~~~~~~~~~~~^^
File "/Users/ahaan/SD_Auto_Backend/.venv/lib/python3.14/site-packages/werkzeug/_reloader.py", line 433, in ensure_echo_on
termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
termios.error: (4, 'Interrupted system call')