[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-18 Thread Jason Lee
It did not solve the issue. On Tuesday, February 17, 2015 at 8:50:15 AM UTC-5, Jason Lee wrote: I will attempt to try now. On Monday, February 16, 2015 at 12:37:22 AM UTC-5, Massimo Di Pierro wrote: can you check if the latest nightly build fixes the problem. Actually you do not have to

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-17 Thread Jason Lee
I will attempt to try now. On Monday, February 16, 2015 at 12:37:22 AM UTC-5, Massimo Di Pierro wrote: can you check if the latest nightly build fixes the problem. Actually you do not have to replace all the code but only web2py/gluon/storage.py from the git repo. Does it solve the

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Jason Lee
I am storing the sessions in a mysql database called users. I dropped and created the users database again. I still get the error. On Wednesday, February 11, 2015 at 11:12:18 AM UTC-5, Jason Lee wrote: I am storing the session data in a database. I am using the latest web2py. I have

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Jason Lee
Massimo, I have a fairly complex system. We have a master application and a number of slave applications running on the same server. The master appliaction works as the CAS server as well. On Wednesday, February 11, 2015 at 11:12:18 AM UTC-5, Jason Lee wrote: I am storing the session data

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Massimo Di Pierro
I think I found the cause of the problem... I will try fix it asap. Stay posted so you can help test the fix. On Sunday, 15 February 2015 17:55:27 UTC-6, Jason Lee wrote: I am storing the sessions in a mysql database called users. I dropped and created the users database again. I still get

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-15 Thread Massimo Di Pierro
can you check if the latest nightly build fixes the problem. Actually you do not have to replace all the code but only web2py/gluon/storage.py from the git repo. Does it solve the problem? On Sunday, 15 February 2015 17:55:27 UTC-6, Jason Lee wrote: I am storing the sessions in a mysql

[web2py] Re: web2py session error: type 'exceptions.TypeError'('NoneType' object is not callable)

2015-02-13 Thread Massimo Di Pierro
Did you delete your existing sessions? On Wednesday, 11 February 2015 10:12:18 UTC-6, Jason Lee wrote: I am storing the session data in a database. I am using the latest web2py. I have deleted everything, reinstalled fresh, deleted the database and rebuilt it and I still get this error.