Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Dashboard doesn't start #233

Open
BijSven opened this issue Dec 27, 2022 · 1 comment
Open

BUG: Dashboard doesn't start #233

BijSven opened this issue Dec 27, 2022 · 1 comment

Comments

@BijSven
Copy link

BijSven commented Dec 27, 2022

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

@derskythe
Copy link

I got:

dashmachine     | standard_init_linux.go:219: exec user process caused: exec format error

And the link to the full manual is dead, thanks to WebArchive

The last commit was over 2 years ago, so I think this repository is dead.

RIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants