On Tuesday, August 12, 2014 6:10:28 PM UTC+2, Leonel Câmara wrote:
>
> The problem is probably that in your PATCH function you're accessing 
> request.args(0) when you should be using args[0].
>
What? this cannot be right, the request.args(0) is a standard function 
globally available for a long time, it's web2py standard. Also, where would 
the args list come from?


> For further help you need to examine the error message you're getting as 
> calling your PATCH is raising TypeError exceptions which usually means 
> something isn't getting the correct arguments.
>
As you may have read I am getting a 400 error not a 500, that means there 
is no error stack trace. 

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to