You probably have controller that is returning an invalid iterable

On Monday, 21 November 2016 09:42:54 UTC-6, Alberto Gedaly wrote:
>
> I am trying to load my website which is hosted on PythonAnywhere but it is 
> showing me the 504-loadbalancer error. This started happening after I 
> installed the SQLEDITABLE plugin and started testing it (I tried to add 
> some records to my table using the SQLEDITABLE).
>
>
> My error log says: 
>
> 2016-07-20 04:25:36,003 :IOError: write error2016-07-20 04:25:36,004 :Error 
> running WSGI applicationTraceback (most recent call last):
>   File "/bin/user_wsgi_wrapper.py", line 156, in __call__
>     yield responseGeneratorExit
>
>
> From my reading, it seems the error means that my website was trying to 
> send some data back to a browser, but the browser closed the connection 
> before it had finished sending. This is in fact what happened. But now my 
> question is, how do I solve this if I can't even reach my admin page on 
> web2py?
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to