Re: [web2py] Rocket // HTTP 400 Bad Request - Body is incomplete

2015-01-31 Thread M. Cem Eren
I manage to narrow the error little bit more. HTTP method is making the difference. If I set the form’s method to GET error handler works too. It is nothing to do with form.process as it has nothing to do with the error itself (Amending the below comment of mine). > On 31 Jan 2015, at 15:55, M.

Re: [web2py] Rocket // HTTP 400 Bad Request - Body is incomplete

2015-01-31 Thread M. Cem Eren
I replicate the error easily. Could you please try to change your controller’s index function to: def index(): """ example action using the internationalization operator T and flash rendered by views/default/index.html or views/generic.html if you need a simple wiki simply replac

[web2py] Rocket // HTTP 400 Bad Request - Body is incomplete

2014-12-27 Thread Louis Amon
I made some changes to my code and it seems I broke some stuff. Problem is : instead of getting a ticket, my POST request is stalled and my console is displaying this error : ERROR - 27-12-2014 17:16:27 - Rocket.Errors.Thread-10 : Traceback (most recent call last): File "/opt/web2py-prod/gluo