Maybe related : https://groups.google.com/forum/?fromgroups#!topic/web2py/3VOr81wpP94
On Thu, Apr 26, 2012 at 10:53 AM, Richard Vézina < [email protected]> wrote: > Ok, but do you use pikled object in your app? > > If so, it could come from your code. > > There is maybe broken stuff in web2py, I saw mail passing on the list > about pickle that could not work properly in newer version or in some > circonstance, don't remember... > > I don't know I just try to help. > > Richard > > > On Thu, Apr 26, 2012 at 10:28 AM, Bruce Wade <[email protected]> wrote: > >> Yeah except this is an issue with web2py I can't even view my apps error >> page as I just get that message now every time.However when viewing my site >> normally there is no problems >> >> On Thu, Apr 26, 2012 at 7:06 AM, Richard Vézina < >> [email protected]> wrote: >> >>> May help?! >>> >>> http://bytes.com/topic/python/answers/36704-graceful-adetection-eof<http://bytes.com/topic/python/answers/36704-graceful-detection-eof> >>> >>> Richard >>> >>> >>> On Wed, Apr 25, 2012 at 5:29 PM, Bruce Wade <[email protected]>wrote: >>> >>>> Hi I randomly get a EOFError this doesn't always happen and I have no idea >>>> what is causing it. >>>> >>>> Traceback (most recent call last): >>>> >>>> >>>> >>>> >>>> File "/home/developer/projects/yaw/gluon/restricted.py", line 205, in >>>> restricted >>>> >>>> >>>> >>>> >>>> exec ccode in environment >>>> >>>> >>>> >>>> >>>> File >>>> "/home/developer/projects/yaw/applications/admin/controllers/default.py" >>>> <https://50.116.5.151/admin/edit/admin/controllers/default.py>, line 1352, >>>> in <module> >>>> >>>> >>>> >>>> >>>> File "/home/developer/projects/yaw/gluon/globals.py", line 173, in >>>> <lambda> >>>> >>>> >>>> >>>> >>>> self._caller = lambda f: f() >>>> >>>> >>>> >>>> >>>> File >>>> "/home/developer/projects/yaw/applications/admin/controllers/default.py" >>>> <https://50.116.5.151/admin/edit/admin/controllers/default.py>, line 1085, >>>> 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 880, in load_eof >>>> >>>> >>>> >>>> >>>> raise EOFError >>>> >>>> >>>> >>>> >>>> EOFError >>>> >>>> >>>> -- >>>> -- >>>> Regards, >>>> Bruce Wade >>>> http://ca.linkedin.com/in/brucelwade >>>> http://www.wadecybertech.com >>>> http://www.fittraineronline.com - Fitness Personal Trainers Online >>>> http://www.warplydesigned.com >>>> >>>> >>> >> >> >> -- >> -- >> Regards, >> Bruce Wade >> http://ca.linkedin.com/in/brucelwade >> http://www.wadecybertech.com >> http://www.fittraineronline.com - Fitness Personal Trainers Online >> http://www.warplydesigned.com >> >> >

