mod_wsgi icon indicating copy to clipboard operation
mod_wsgi copied to clipboard

OSError: Apache/mod_wsgi log object is not associated with a file descriptor

Open Thaslim42 opened this issue 1 year ago • 1 comments

The error "OSError: Apache/mod_wsgi log object is not associated with a file descriptor" typically occurs when a Python script or application, in this case, a Ray program, is trying to use a logger that is not compatible with the mod_wsgi environment...can you help me with this issue?

Thaslim42 avatar Jun 28 '24 06:06 Thaslim42

Already answered you in https://github.com/GrahamDumpleton/mod_wsgi/issues/890

Please provide in text the full Python stack trace and exception details.

GrahamDumpleton avatar Jun 28 '24 06:06 GrahamDumpleton