Re: [web2py] Re: GAE Task Queue no longer passes payload to web2py function

2019-05-28 Thread Carl Hunter Roach
From: web2py@googlegroups.com on behalf of Dave S Sent: Tuesday, May 28, 2019 7:10 pm To: web2py-users Subject: [web2py] Re: GAE Task Queue no longer passes payload to web2py function On Tuesday, May 28, 2019 at 4:11:40 AM UTC-7, Carl Hunter Roach wrote: I installed R-2.15.4. You

[web2py] Re: GAE Task Queue no longer passes payload to web2py function

2019-05-28 Thread Dave S
On Tuesday, May 28, 2019 at 4:11:40 AM UTC-7, Carl Hunter Roach wrote: > > I installed R-2.15.4. > You are right that I don't get any function parameters in the functions > that handle my Google tasks. > > I am getting a weird error. > > In the function handling the Google task that

[web2py] Re: GAE Task Queue no longer passes payload to web2py function

2019-05-28 Thread Carl Hunter Roach
I installed R-2.15.4. You are right that I don't get any function parameters in the functions that handle my Google tasks. I am getting a weird error. In the function handling the Google task that historically worked) the value of `request.body` is: ', mode 'w+b' at 0x2b31c3ed9930> That is

[web2py] Re: GAE Task Queue no longer passes payload to web2py function

2019-05-24 Thread Carl Hunter Roach
Thanks for responding dps. Having found the issue arrive with the R-2.15.0b2 release I did try the latest 2.18x line. But that too was broken so I went back to R-2.14.6 But then last week the issue started to occur (I hadn’t pushed any code so this change is hard to explain, to say the least).

[web2py] Re: GAE Task Queue no longer passes payload to web2py function

2019-05-24 Thread Dave S
On Friday, May 24, 2019 at 3:43:26 AM UTC-7, Carl Hunter Roach wrote: > > This code has been working for a couple of years but, for an unknown > reason to me, has stopped working. > > This function continues to create Tasks correctly. > > def send_task(): > from