Response 204 #177

Closed
opened 2026-01-10 08:45:34 +08:00 by FritLP · 1 comment
FritLP commented 2026-01-10 08:45:34 +08:00 (Migrated from github.com)

I do everything exactly how your setup.md says, but i have an error and cant find the solution. Can you help?

`text error warn system array login

[2026-01-10 00:36:11 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2026-01-10 00:36:11 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
[2026-01-10 00:36:11 +0000] [1] [INFO] Using worker: sync
[2026-01-10 00:36:11 +0000] [7] [INFO] Booting worker with pid: 7
[2026-01-10 00:36:11 +0000] [8] [INFO] Booting worker with pid: 8
[2026-01-10 00:36:11 +0000] [9] [INFO] Booting worker with pid: 9
[2026-01-10 00:36:48 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:7)
[2026-01-10 00:36:48 +0000] [7] [ERROR] Error handling request (no URI read)
Traceback (most recent call last):
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.source_addr, self.req_count)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 259, in init
super().init(cfg, unreader, peer_addr)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 60, in init
unused = self.parse(self.unreader)
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 271, in parse
self.get_data(unreader, buf, stop=True)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 262, in get_data
data = unreader.read()
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/unreader.py", line 36, in read
d = self.chunk()
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/unreader.py", line 63, in chunk
return self.sock.recv(self.mxchunk)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
sys.exit(1)
~~~~~~~~^^^
SystemExit: 1
[2026-01-10 00:36:48 +0000] [7] [INFO] Worker exiting (pid: 7)
[2026-01-10 00:36:48 +0000] [16] [INFO] Booting worker with pid: 16
checking icon
<Response [204]>`

I do everything exactly how your setup.md says, but i have an error and cant find the solution. Can you help? `text error warn system array login [2026-01-10 00:36:11 +0000] [1] [INFO] Starting gunicorn 23.0.0 [2026-01-10 00:36:11 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1) [2026-01-10 00:36:11 +0000] [1] [INFO] Using worker: sync [2026-01-10 00:36:11 +0000] [7] [INFO] Booting worker with pid: 7 [2026-01-10 00:36:11 +0000] [8] [INFO] Booting worker with pid: 8 [2026-01-10 00:36:11 +0000] [9] [INFO] Booting worker with pid: 9 [2026-01-10 00:36:48 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:7) [2026-01-10 00:36:48 +0000] [7] [ERROR] Error handling request (no URI read) Traceback (most recent call last): File "/home/user/.local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 133, in handle req = next(parser) File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/parser.py", line 41, in __next__ self.mesg = self.mesg_class(self.cfg, self.unreader, self.source_addr, self.req_count) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 259, in __init__ super().__init__(cfg, unreader, peer_addr) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 60, in __init__ unused = self.parse(self.unreader) File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 271, in parse self.get_data(unreader, buf, stop=True) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/message.py", line 262, in get_data data = unreader.read() File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/unreader.py", line 36, in read d = self.chunk() File "/home/user/.local/lib/python3.13/site-packages/gunicorn/http/unreader.py", line 63, in chunk return self.sock.recv(self.mxchunk) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort sys.exit(1) ~~~~~~~~^^^ SystemExit: 1 [2026-01-10 00:36:48 +0000] [7] [INFO] Worker exiting (pid: 7) [2026-01-10 00:36:48 +0000] [16] [INFO] Booting worker with pid: 16 checking icon <Response [204]>`
857074609 commented 2026-01-10 19:36:32 +08:00 (Migrated from github.com)

checking icon

checking icon
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#177