Letractively / sagenb

Automatically exported from code.google.com/p/sagenb
0 stars 0 forks source link

Invalid literal #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
traceback from sagenb.org (same install as issue 65):

2011-10-19 11:04:23-0700 [-] WSGI application error
        Traceback (most recent call last):
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/python/threadpool.py", line 230, in _worker
            o = self.q.get()
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/python/context.py", line 118, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args, **kw)
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/python/context.py", line 83, in callWithContext
            self.contexts.pop()
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/web/wsgi.py", line 338, in run            self.started = True
        --- <exception caught here> ---          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/web/wsgi.py", line 313, in run            appIterator = self.application(self.environ, self.startResponse)          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1306, in __call__
            return self.wsgi_app(environ, start_response)
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1294, in wsgi_app
            response = self.make_response(self.handle_exception(e))
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1292, in wsgi_app
            response = self.full_dispatch_request()
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1062, in full_dispatch_request
            rv = self.handle_user_exception(e)
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1060, in full_dispatch_request
            rv = self.dispatch_request()
          File "/sagenb/sage_install/sage-4.7.1/local/lib/python2.6/site-packages/Flask-0.7.2-py2.6.egg/flask/app.py", line 1047, in dispatch_request
            return self.view_functions[rule.endpoint](**req.view_args)
          File "/sagenb/sage_install/sage-4.7.1/devel/sagenb/flask_version/decorators.py", line 47, in wrapper
            return f(*args, **kwds)
          File "/sagenb/sage_install/sage-4.7.1/devel/sagenb/flask_version/worksheet_listing.py", line 148, in public_worksheet
            original_worksheet = g.notebook.get_worksheet_with_filename(filename)
          File "/sagenb/sage_install/sage-4.7.1/devel/jasongrout-flask-sagenb/sagenb/notebook/notebook.py", line 1428, in get_worksheet_with_filename
            return self.__worksheets[filename]
          File "/sagenb/sage_install/sage-4.7.1/devel/jasongrout-flask-sagenb/sagenb/notebook/notebook.py", line 106, in __getitem__
            worksheet = self.storage.load_worksheet(username, int(id))
        exceptions.ValueError: invalid literal for int() with base 10: '537..'

Original issue reported on code.google.com by jason-go...@creativetrax.com on 19 Oct 2011 at 9:54

GoogleCodeExporter commented 8 years ago
In another example, the last line is:

        exceptions.ValueError: invalid literal for int() with base 10: 'testpublish1.py'

Original comment by jason-go...@creativetrax.com on 19 Oct 2011 at 9:58

GoogleCodeExporter commented 8 years ago
Should be fixed with commit 072fd1bd36bb

Original comment by jason-go...@creativetrax.com on 4 Nov 2011 at 6:42

GoogleCodeExporter commented 8 years ago
William reviewed the latest git notebook.

Original comment by jason-go...@creativetrax.com on 10 Jan 2012 at 4:14