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

Broken pipe #21

Open
Sakakibara-Hu opened this issue May 10, 2018 · 2 comments
Open

Broken pipe #21

Sakakibara-Hu opened this issue May 10, 2018 · 2 comments
Labels

Comments

@Sakakibara-Hu
Copy link
Contributor

有时会报这个错误,有时又不会,但是对网站访问好像又没什么影响,想问一下是和gunicorn有关的什么吗?

[2018-05-10 22:56:02 +0000] [29972] [ERROR] Error handling request
Traceback (most recent call last):
  File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 174, in handle_request
    resp.write_file(respiter)
  File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 397, in write_file
    if not self.sendfile(respiter):
  File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 387, in sendfile
    sent += sendfile(sockno, fileno, offset + sent, count)
  File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/_sendfile.py", line 67, in sendfile
    raise OSError(e, os.strerror(e))
OSError: [Errno 32] Broken pipe

@xpleaf
Copy link
Owner

xpleaf commented May 16, 2018

这个确实不影响,gunicorn的问题,有时就是这样,我也遇到过,你的PR我有空再看一下,最近事情比较多

@Sakakibara-Hu
Copy link
Contributor Author

恩,好的。然后我看到有个issue说验证码 #10 大概做了一个简单的回复评论验证码,测试可用,也发过来你看下

@xpleaf xpleaf added the question label Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants