Re: [web2py] scheduler gives and error about datetime

2020-06-23 Thread AGRogers
I haven't done anything in the scheduler yet. It's on my to do list though. I will come back here if I have any good suggestions. On Tue, 23 Jun 2020, 10:22 pm Pierre, wrote: > I advance like you by trying tons of things :) > I did the most simple thing with the task just putting a

[web2py] Column auth_user.id not found BUT the column exists.

2020-06-23 Thread Diego Tostes
I am getting this error: Traceback (most recent call last): File "/home/rebec/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/home/rebec/web2py/applications/lavanderia/views/appadmin.html" ,

Re: [web2py] scheduler gives and error about datetime

2020-06-23 Thread Pierre
I advance like you by trying tons of things :) I did the most simple thing with the task just putting a = datetime.datetime.now() and it gives the exact same error. Tasks doesn't like datetime period :) Not yet figured out how to jsonify the task yet based on your suggest