Skip to content

BUG: Dashboard doesn't start #233

Description

@bijsven

I got an error about Python

[2022-12-27 13:03:37 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:8)

[2022-12-27 13:03:50 +0000] [8] [INFO] Worker exiting (pid: 8)

[2022-12-27 13:04:06 +0000] [9] [INFO] Booting worker with pid: 9

[2022-12-27 13:04:31 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:9)

[2022-12-27 13:04:31 +0000] [9] [INFO] Worker exiting (pid: 9)

[2022-12-27 13:04:32 +0000] [10] [INFO] Booting worker with pid: 10

[2022-12-27 13:05:02 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:10)

[2022-12-27 13:05:02 +0000] [10] [INFO] Worker exiting (pid: 10)

[2022-12-27 13:05:03 +0000] [11] [INFO] Booting worker with pid: 11

[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.

Traceback (most recent call last):

File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle

 req = next(parser)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next

 self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init

 super().__init__(cfg, unreader)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 53, in init

 unused = self.parse(self.unreader)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 235, in parse

 self.headers = self.parse_headers(data[:idx])

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 73, in parse_headers

 remote_addr = self.unreader.sock.getpeername()

OSError: [Errno 107] Transport endpoint is not connected

[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.

Traceback (most recent call last):

File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle

 req = next(parser)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next

 self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init

 super().__init__(cfg, unreader)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 53, in init

 unused = self.parse(self.unreader)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 235, in parse

 self.headers = self.parse_headers(data[:idx])

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 73, in parse_headers

 remote_addr = self.unreader.sock.getpeername()

OSError: [Errno 107] Transport endpoint is not connected

[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.

Traceback (most recent call last):

File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle

 req = next(parser)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next

 self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)

File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions