Forums

Android Devices get 502 Error

This is all the error log says: *

2018-04-10 13:45:18,373: OSError: write error 2018-04-10 13:45:18,373: Error running WSGI application 2018-04-10 13:45:18,374: GeneratorExit

*

Desktop still gets 200. What goes on here?

As discussed over email, it looks like you're sending back very large headers from your website code. I've seen problems like this in the past where people were putting large amounts of information into session cookies -- that would explain why particular devices show the problem while others don't; once a particular browser has got a session that it's over the limit, it will get errors for every request.