Letractively / sagenb

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

NotImplementedError #67

Open GoogleCodeExporter opened 8 years ago

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

2011-10-19 11:54:02-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 27, in wrapper
            return f(*args, **kwds)
          File "/sagenb/sage_install/sage-4.7.1/devel/sagenb/flask_version/worksheet.py", line 45, in wrapper
            return f(username, id, **kwds)
          File "/sagenb/sage_install/sage-4.7.1/devel/sagenb/flask_version/worksheet.py", line 115, in wrapper
            raise NotImplementedError
        exceptions.NotImplementedError: 

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

GoogleCodeExporter commented 8 years ago
I made the error message more verbose in b2fe96f2033c, which will help us track 
this down better.

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

GoogleCodeExporter commented 8 years ago
Low priority, since this just indicates that the user had a bad URL as a _sage_ 
user (i.e., the _sage_ user tried to eval or something on a worksheet)

Original comment by jason-go...@creativetrax.com on 13 Dec 2011 at 8:21

GoogleCodeExporter commented 8 years ago
It's not clear what to do in this situation.  Should we just return None?

Original comment by jason-go...@creativetrax.com on 17 Dec 2011 at 3:43

GoogleCodeExporter commented 8 years ago
Too confusing, decline to report upstream.

Original comment by kcris...@gmail.com on 3 Dec 2014 at 9:00