On Tuesday, October 24, 2017 at 1:06:02 PM UTC-7, Manuele wrote: > > Hi *! > > What could be the reason of the subsequant traceback during a scheduler > function execution? > > "Traceback (most recent call last): File > "/home/colouree/web2py/gluon/scheduler.py", line 293, in executor > _env = env(a=a, c=c, import_models=True) File > "/home/colouree/web2py/gluon/shell.py", line 166, in env > sys.exit(1)SystemExit: 1" > > Cheers > > Manuele > > Line 166 is the error handler after a try: run_models_in() . Anything unusual about the models for this app? Do you see an exception printed (on the console -- sys.stderr is used) with the stack trace?
/dps -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

