[web2py] Re: exceptions.EOFError

2012-10-02 Thread Massimo Di Pierro
If you use trunk, please use the latest. I have no clue what was in trunk 
on 2012-9-25. I was running lots of tests. It says stable but that was 
trunk, not stable. 

Massimo

On Tuesday, 2 October 2012 08:11:52 UTC-5, mweissen wrote:

 I have got the following message - what does it mean?

 type 'exceptions.EOFError' Version  web2py™ (2, 0, 9, 
 datetime.datetime(2012, 9, 25, 16, 18, 48), 'stable')  Python Python 
 2.7.3: /usr/bin/python  Traceback 

 1.
 2.
 3.
 4.
 5.
 6.
 7.
 8.
 9.
 10.
 11.
 12.
 13.
 14.

 Traceback (most recent call last):
   File /users/www-data/web2py/gluon/restricted.py, line 209, in restricted


 exec ccode in environment
   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1703, in module


   File /users/www-data/web2py/gluon/globals.py, line 186, in lambda


 self._caller = lambda f: f()


   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1529, in ticket


 e.load(request, app, ticket)


   File /users/www-data/web2py/gluon/restricted.py, line 168, in load


 d = ticket_storage.load(request, app, ticket_id)


   File /users/www-data/web2py/gluon/restricted.py, line 96, in load


 return cPickle.load(ef)
 EOFError

   Error snapshot [image: help]

 Regards, Martin


-- 





Re: [web2py] Re: exceptions.EOFError

2012-10-02 Thread Martin Weissenboeck
ok, thx!

2012/10/2 Massimo Di Pierro massimo.dipie...@gmail.com

 If you use trunk, please use the latest. I have no clue what was in trunk
 on 2012-9-25. I was running lots of tests. It says stable but that was
 trunk, not stable.

 Massimo


 On Tuesday, 2 October 2012 08:11:52 UTC-5, mweissen wrote:

 I have got the following message - what does it mean?

 type 'exceptions.EOFError' Version  web2py™ (2, 0, 9,
 datetime.datetime(2012, 9, 25, 16, 18, 48), 'stable')  Python Python
 2.7.3: /usr/bin/python  Traceback


 1.
 2.
 3.
 4.
 5.
 6.
 7.
 8.
 9.
 10.
 11.
 12.
 13.
 14.


 Traceback (most recent call last):
   File /users/www-data/web2py/gluon/**restricted.py, line 209, in 
 restricted



 exec ccode in environment
   File 
 /users/www-data/web2py/**applications/admin/**controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1703, in module



   File /users/www-data/web2py/gluon/**globals.py, line 186, in lambda



 self._caller = lambda f: f()



   File 
 /users/www-data/web2py/**applications/admin/**controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1529, in ticket



 e.load(request, app, ticket)



   File /users/www-data/web2py/gluon/**restricted.py, line 168, in load



 d = ticket_storage.load(request, app, ticket_id)



   File /users/www-data/web2py/gluon/**restricted.py, line 96, in load



 return cPickle.load(ef)
 EOFError

   Error snapshot [image: help]



-- 





[web2py] Re: exceptions.EOFError

2012-10-02 Thread Derek
Yea, 2.0.9 didn't have the fix for this. That was an issue that I reported. 
It just means you are trying to access the database view of a ticket and 
there are no tickets.

On Tuesday, October 2, 2012 7:54:37 AM UTC-7, Massimo Di Pierro wrote:

 If you use trunk, please use the latest. I have no clue what was in trunk 
 on 2012-9-25. I was running lots of tests. It says stable but that was 
 trunk, not stable. 

 Massimo

 On Tuesday, 2 October 2012 08:11:52 UTC-5, mweissen wrote:

 I have got the following message - what does it mean?

 type 'exceptions.EOFError' Version  web2py™ (2, 0, 9, 
 datetime.datetime(2012, 9, 25, 16, 18, 48), 'stable')  Python Python 
 2.7.3: /usr/bin/python  Traceback 

 1.
 2.
 3.
 4.
 5.
 6.
 7.
 8.
 9.
 10.
 11.
 12.
 13.
 14.

 Traceback (most recent call last):
   File /users/www-data/web2py/gluon/restricted.py, line 209, in restricted


 exec ccode in environment
   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1703, in module


   File /users/www-data/web2py/gluon/globals.py, line 186, in lambda


 self._caller = lambda f: f()


   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1529, in ticket


 e.load(request, app, ticket)


   File /users/www-data/web2py/gluon/restricted.py, line 168, in load


 d = ticket_storage.load(request, app, ticket_id)


   File /users/www-data/web2py/gluon/restricted.py, line 96, in load


 return cPickle.load(ef)
 EOFError

   Error snapshot [image: help]

 Regards, Martin



-- 





[web2py] Re: exceptions.EOFError

2012-10-02 Thread Derek
Scratch that, 1.99.7 didnt have my fix. This may be a different issue, or 
it could be regression of an old issue.

My problem was that when I went to view tickets, if I clicked the db 
button, it gave this error, because there was no tickets database.

On Tuesday, October 2, 2012 3:50:47 PM UTC-7, Derek wrote:

 Yea, 2.0.9 didn't have the fix for this. That was an issue that I 
 reported. It just means you are trying to access the database view of a 
 ticket and there are no tickets.

 On Tuesday, October 2, 2012 7:54:37 AM UTC-7, Massimo Di Pierro wrote:

 If you use trunk, please use the latest. I have no clue what was in trunk 
 on 2012-9-25. I was running lots of tests. It says stable but that was 
 trunk, not stable. 

 Massimo

 On Tuesday, 2 October 2012 08:11:52 UTC-5, mweissen wrote:

 I have got the following message - what does it mean?

 type 'exceptions.EOFError' Version  web2py™ (2, 0, 9, 
 datetime.datetime(2012, 9, 25, 16, 18, 48), 'stable')  Python Python 
 2.7.3: /usr/bin/python  Traceback 

 1.
 2.
 3.
 4.
 5.
 6.
 7.
 8.
 9.
 10.
 11.
 12.
 13.
 14.

 Traceback (most recent call last):
   File /users/www-data/web2py/gluon/restricted.py, line 209, in restricted


 exec ccode in environment
   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1703, in module


   File /users/www-data/web2py/gluon/globals.py, line 186, in lambda


 self._caller = lambda f: f()


   File /users/www-data/web2py/applications/admin/controllers/default.py 
 https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py,
  line 1529, in ticket


 e.load(request, app, ticket)


   File /users/www-data/web2py/gluon/restricted.py, line 168, in load


 d = ticket_storage.load(request, app, ticket_id)


   File /users/www-data/web2py/gluon/restricted.py, line 96, in load


 return cPickle.load(ef)
 EOFError

   Error snapshot [image: help]

 Regards, Martin



--