[web2py] Re: Web2py and Janrain: facebook login redirect misfires

2018-08-26 Thread GiuGiu Roberti
I noticed that in the last release of Web2py the problem was solved. I tried to upgrade from Web2py 2.14 to 2.17 but since the site stopped working I chose this temporary solution: 1) these are the new files I added (taken from Web2py 2.17) */web2py/gluon/contrib/ipaddress.py* */web2py/gl

[web2py] Re: scheduler_worker table is not created

2018-07-24 Thread GiuGiu Roberti
Try this: 1) - delete all databases/*_scheduler_*.table files 2) - delete scheduler_worker, scheduler_tasks, scheduler_run table from your backend MANUALLY 3) - use Scheduler(db, , migrate=True) 4) - open appadmin 5) - reset Scheduler(db, , migrate=False) In my case i solved but i

[web2py] Web2py and Janrain: facebook login redirect misfires

2018-07-24 Thread GiuGiu Roberti
Hi, I use social login service by Janrain (https://www.janrain.com) my website is made using Web2py. I set up the service and the site worked properly for 11 months. But now the Facebook social login redirect fails (on the first try) and if I reload the page everything works correctly. I do not