On Tuesday, April 12, 2016 at 9:41:12 AM UTC-7, Auden RovelleQuartz wrote: > > hello, > > after upgrading to latest version, I start getting this error: >
This is the interesting part: > S'Traceback (most recent call last):\n File > "/home/www-data/web2py/gluon/main.py", line 438, in wsgibase\n > session.connect(request, response)\n File > "/home/www-data/web2py/gluon/globals.py", line 965, in connect\n > session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL)\n File > "/home/www-data/web2py/gluon/storage.py", line 56, in <lambda>\n > __getnewargs__ = lambda self: > getattr(dict,self).__getnewargs__(self)\nTypeError: getattr(): attribute > name must be string\n' > p159 > > > ************************************************************************************************************************************ > > > when I try to click to get the error, I just get a refresh of the same > error > > > any idea on what the issue here could be? > This seems to be happening when wsgi tries to start the web2py thread, and involves a problem [un]pickling the session. You'll need to wait for someone with experience in those areas to have more details, but evidently something happened to your session files. I don't know if clearing the session files will fix that, or if there is something more complicated going on. BTW, the "unreadable" error message is a raw copy of a ticket page. Since your web2py is barfing before the css,etc files can be sent down, you don't get the pretty display you may be accustomed to. /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.

