I have an app on a live server which part of my school uses. Somehow it
spits out this error when I tried to login tonight.
Before it happened, I logged in to my vps.net account and went to the
console page, I saw a button there "Ctrl+Alt+Del". I don't know what it is
but as I do with most things, I decided to press it to see what happens,
there was an alert if i was sure I wanted to click that button, I hit yes
and then I notice the app won't load in the browser so I started the server
again from a shell using putty. The app homepage came up right after the
restart but that's when I encountered this problem... I tried to login but
I get this error each time now. It's not pointing to my code so I'm a
little bit lost as to where to start fixing it....
Traceback (most recent call last):
File "/home/www-data/web2py/gluon/main.py", line 475, in wsgibase
session._try_store_in_cookie_or_file(request, response)
File "/home/www-data/web2py/gluon/globals.py", line 1126, in
_try_store_in_cookie_or_file
return self._try_store_in_file(request, response)
File "/home/www-data/web2py/gluon/globals.py", line 1133, in
_try_store_in_file
or self._unchanged(response)):
File "/home/www-data/web2py/gluon/globals.py", line 1078, in _unchanged
session_pickled = cPickle.dumps(self)
File "/usr/lib/python2.7/copy_reg.py", line 84, in _reduce_ex
dict = getstate()
TypeError: 'NoneType' object is not callable
--
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.