| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- ----------------------------------------
- Exception occurred during processing of request from ('127.0.0.1', 56682)
- Traceback (most recent call last):
- File "/Users/max_liu/max_liu/company/Agent/examples/mode_workflow/server.py", line 301, in do_GET
- self._json(_dashboard())
- ~~~~~~~~~~^^^^^^^^^^^^^^
- File "/Users/max_liu/max_liu/company/Agent/examples/mode_workflow/server.py", line 244, in _json
- self.wfile.write(body)
- ~~~~~~~~~~~~~~~~^^^^^^
- File "/usr/local/anaconda3/lib/python3.13/socketserver.py", line 845, in write
- self._sock.sendall(b)
- ~~~~~~~~~~~~~~~~~~^^^
- BrokenPipeError: [Errno 32] Broken pipe
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/anaconda3/lib/python3.13/socketserver.py", line 697, in process_request_thread
- self.finish_request(request, client_address)
- ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/anaconda3/lib/python3.13/socketserver.py", line 362, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/anaconda3/lib/python3.13/socketserver.py", line 766, in __init__
- self.handle()
- ~~~~~~~~~~~^^
- File "/usr/local/anaconda3/lib/python3.13/http/server.py", line 436, in handle
- self.handle_one_request()
- ~~~~~~~~~~~~~~~~~~~~~~~^^
- File "/usr/local/anaconda3/lib/python3.13/http/server.py", line 424, in handle_one_request
- method()
- ~~~~~~^^
- File "/Users/max_liu/max_liu/company/Agent/examples/mode_workflow/server.py", line 324, in do_GET
- self._err(f"{type(e).__name__}: {e}", 500)
- ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/max_liu/max_liu/company/Agent/examples/mode_workflow/server.py", line 247, in _err
- self._json({"error": msg}, code)
- ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/max_liu/max_liu/company/Agent/examples/mode_workflow/server.py", line 243, in _json
- self.end_headers()
- ~~~~~~~~~~~~~~~~^^
- File "/usr/local/anaconda3/lib/python3.13/http/server.py", line 538, in end_headers
- self.flush_headers()
- ~~~~~~~~~~~~~~~~~~^^
- File "/usr/local/anaconda3/lib/python3.13/http/server.py", line 542, in flush_headers
- self.wfile.write(b"".join(self._headers_buffer))
- ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/anaconda3/lib/python3.13/socketserver.py", line 845, in write
- self._sock.sendall(b)
- ~~~~~~~~~~~~~~~~~~^^^
- BrokenPipeError: [Errno 32] Broken pipe
- ----------------------------------------
|