[web2py] Re: problem with gluon.contrib.simplejson.loads JSONDecodeError

2017-06-20 Thread Alessio Varalta
I think is a little bug of web2py or the proxy I restart the server and make a new installation of the application and works On Thursday, 15 June 2017 10:44:56 UTC+2, Dave S wrote: > > > > On Tuesday, June 13, 2017 at 8:44:28 AM UTC-7, Alessio Varalta wrote: >> >> I send my data with this javascr

[web2py] Re: problem with gluon.contrib.simplejson.loads JSONDecodeError

2017-06-15 Thread Dave S
On Tuesday, June 13, 2017 at 8:44:28 AM UTC-7, Alessio Varalta wrote: > > I send my data with this javascript > > $.ajax({ > url: url, > dataType: 'json', > type: 'POST', > contentType: 'application/json', > success: function (data) { > location.replace("{{

[web2py] Re: problem with gluon.contrib.simplejson.loads JSONDecodeError

2017-06-13 Thread Alessio Varalta
I send my data with this javascript $.ajax({ url: url, dataType: 'json', type: 'POST', contentType: 'application/json', success: function (data) { location.replace("{{=URL('coperativa','verbale')}}?index=true"); },error: function (error) { ale