Sentry: OSError: write error

Created on 27 Aug 2015  路  1Comment  路  Source: getsentry/sentry

I've started seeing empty OSError: write error exceptions in Sentry ever since I upgraded raven-python to 5.5.0? The corresponding log message from uWSGI is:

SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /some/path/ (ip 123.123.123.123) !!!

Might this commit be the cause?

Most helpful comment

@jmagnusson you could try disabling it and see if you still get it, but its not clear to me how it'd be related. Usually that error is safe to ignore, and simply suggests that the client terminated the connection before the backend finished doing whatever

>All comments

@jmagnusson you could try disabling it and see if you still get it, but its not clear to me how it'd be related. Usually that error is safe to ignore, and simply suggests that the client terminated the connection before the backend finished doing whatever

Was this page helpful?
0 / 5 - 0 ratings