rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 120 forks source link

BUG: Dashboard doesn't start #233

Open BijSven opened 1 year ago

BijSven commented 1 year ago

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 commented 1 year ago

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