Problem viewing error tickets: no attribute 'lazyT_unpickle'

26 views
Skip to first unread message

sujin...@gmail.com

unread,
Mar 4, 2014, 6:01:11 AM3/4/14
to web...@googlegroups.com
Hello :)

When I tried to view error tickets through the admin app, I got an error which is  
Problem viewing error tickets: no attribute 'lazyT_unpickle'----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mxptest/web2py/gluon/restricted.py", line 217, in restricted
exec ccode in environment
File "/home/mxptest/web2py/applications/admin/controllers/default.py", line 2106, in <module>
File "/home/mxptest/web2py/gluon/globals.py", line 372, in <lambda>
self._caller = lambda f: f()
File "/home/mxptest/web2py/applications/admin/controllers/default.py", line 1579, in errors
error = pickle.load(fullpath_file)
File "/usr/lib/python2.7/pickle.py", line 1370, in load
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 858, in load
dispatch[key](self)
File "/usr/lib/python2.7/pickle.py", line 1090, in load_global
klass = self.find_class(module, name)
File "/usr/lib/python2.7/pickle.py", line 1126, in find_class
klass = getattr(mod, name)
AttributeError: 'module' object has no attribute 'lazyT_unpickle'
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

I've upgraded web2py version from 2.0.9 to 2.8.2.
Is this the reason of the error?
Because of the error, I cannot check errors during using web2py. Please help me....................................... T T

Do you guys know solution or reason of this error?
Or Is there any other way to check error tickets instead of using the admin app?

Thank you for your answer =)

Niphlod

unread,
Mar 4, 2014, 5:51:18 PM3/4/14
to web...@googlegroups.com
just delete all the "old" errors and you should be fine. The problem is that the storage format for errors changed in a recent release, so the "new" web2py can't know how to open error files created the "old" web2py.
Reply all
Reply to author
Forward
0 new messages