Replies: 3 comments 1 reply
-
Try this: Adjust the parameters of TCP write buffer: Add this line in the end of this file: Then save and exit, execute Restart hue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same problem here. Hue: 4.11.0 Any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
May be you can change setting gunicorn_work_class to gthread to solve this question: [desktop]
#...
gunicorn_work_class=gthread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hue version: 4.10
python: 3.6.8
os: CentOS Linux release 7.7.1908 (Core)
when I am successfully compiled hue4.10, and already configure hue.ini file
execute ./supervisor , run localhost:8888 error
The following error occurs:
[2021-09-24 10:38:26 +0800] [9375] [ERROR] Socket error processing request.
Traceback (most recent call last):
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 66, in handle
six.reraise(*sys.exc_info())
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/six.py", line 625, in reraise
raise value
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 56, in handle
self.handle_request(listener_name, req, client, addr)
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 129, in handle_request
six.reraise(*sys.exc_info())
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/six.py", line 625, in reraise
raise value
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 112, in handle_request
resp.write_file(respiter)
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/http/wsgi.py", line 403, in write_file
if not self.sendfile(respiter):
File "/data/hue4.10/build/env/lib/python3.6/site-packages/gunicorn/http/wsgi.py", line 393, in sendfile
sent += sendfile(sockno, fileno, offset + sent, count)
BlockingIOError: [Errno 11] Resource temporarily unavailable
[2021-09-24 10:38:26 +0800] [9375] [DEBUG] POST /desktop/log_js_error
How to solve this problem?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions