[web2py] Re: help with jsonrpc

2014-03-01 Thread Anthony
db.testing.insert(numer_sum=sum) Shouldn't the above be number_sum? On Saturday, March 1, 2014 2:46:59 PM UTC-5, Trevor Overman wrote: So I'm trying to connect an android application to my web2py website back end database by using json remote procedure calls. Currently, I am trying to make

[web2py] Re: help with jsonrpc

2014-03-01 Thread Trevor Overman
ah you're right.. x.x... unfortunately, I am still receiving the same error. Another thing, when I try accessing the url with a specific port, ex. http://domain:port/app/default/call/run/test_add?a=3b=4http://domain/app/default/call/run/test_add?a=3b=4GAE is sending me a timeout error. hmm...