seems that you're hitting the recursion limits for one html object (something deeply nested). It's a pickle limit, not a web2py one.
Do you generate some kind of deeply nested linked-list in html in your app ? On Tuesday, October 23, 2012 10:18:16 PM UTC+2, Marin Pranjić wrote: > > I have many tickets there and I don't want to bother you :) > I will try to find the one that causes error. > I was thinking that maybe someone can guess by looking at the code. > > Dana utorak, 23. listopada 2012. 22:11:47 UTC+2, korisnik Niphlod napisao > je: >> >> if nothing "to be hidden" is in the ticket, could you try attaching the >> tickets here ? (or just send them to my email address) >> >> On Tuesday, October 23, 2012 10:07:05 PM UTC+2, Marin Pranjić wrote: >>> >>> I was trying to read the tickets. >>> >>> <type 'exceptions.RuntimeError'> maximum recursion depth exceeded >>> >>> >>> (2, 2, 1, datetime.datetime(2012, 10, 21, 10, 54, 10), 'stable') >>> >>> >>> Traceback (most recent call last): >>> File "/home/www-data/web2py/gluon/restricted.py", line 212, in restricted >>> exec ccode in environment >>> File "/home/www-data/web2py/applications/admin/controllers/default.py" >>> <https://interestid.com/admin/default/edit/admin/controllers/default.py>, >>> line 1775, in <module> >>> File "/home/www-data/web2py/gluon/globals.py", line 188, in <lambda> >>> self._caller = lambda f: f() >>> File "/home/www-data/web2py/applications/admin/controllers/default.py" >>> <https://interestid.com/admin/default/edit/admin/controllers/default.py>, >>> line 1401, in errors >>> error = pickle.load(fullpath_file) >>> File "/usr/lib/python2.7/pickle.py", line 1378, 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 1215, in load_build >>> setstate = getattr(inst, "__setstate__", None) >>> File "/home/www-data/web2py/gluon/html.py", line 600, in __getattr__ >>> return getattr(str(self), name) >>> File "/home/www-data/web2py/gluon/html.py", line 585, in __str__ >>> return self.xml() >>> File "/home/www-data/web2py/gluon/html.py", line 582, in xml >>> >>> >>> Note: last three lines repeat (600, 585, 582, 600, 585, 582, 600...) >>> >>> --

