Letractively / sagenb

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

View function didn't return view #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From sagenb.org:

2011-12-15 04:54:23-0800 [-] WSGI application error
        Traceback (most recent call last):          File "/sagenb/sage_install/sage-4.7.2/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.2/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.2/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.2/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.2/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.2/local/lib/python2.6/site-packages/flask/app.py", line 1518, in __call__            return self.wsgi_app(environ, start_response)          File "/sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/flask/app.py", line 1506, in wsgi_app
            response = self.make_response(self.handle_exception(e))
          File "/sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/flask/app.py", line 1504, in wsgi_app
            response = self.full_dispatch_request()
          File "/sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/flask/app.py", line 1265, in full_dispatch_request
            response = self.make_response(rv)
          File "/sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/flask/app.py", line 1332, in make_response
            raise ValueError('View function did not return a response, ENVIRONMENT: %s'%request.environ)
        exceptions.ValueError: View function did not return a response, ENVIRONMENT: {'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'CONTENT_TYPE': 'multipart/form-data; 
boundary=---------------------------491299511942', 'HTTP_REFERER': 
'http://www.sagenb.org/home/pedromontero/0/savedatafile', 'werkzeug.request': 
<Request 'http://www.sagenb.org/home/pedromontero/0/savedataf
ile' [POST]>, 'HTTP_X_FORWARDED_HOST': 'www.sagenb.org', 'wsgi.multithread': 
True, 'SCRIPT_NAME': '', 'wsgi.input': <twisted.web.wsgi._InputStream object at 
0x8229dd0>, 'REQUEST_METHOD': 'POST', 'HTTP_HOST'
: 'www.sagenb.org', 'PATH_INFO': '/home/pedromontero/0/savedatafile', 
'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'wsgi.version': (1, 0), 
'HTTP_CONTENT_TYPE': 'multipart/form-data; boundary=---------
------------------491299511942', 'HTTP_CONTENT_LENGTH': '54170', 
'HTTP_X_FORWARDED_SERVER': 'www.sagenb.org', 'CONTENT_LENGTH': '54170', 
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_A
GENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 
Firefox/8.0', 'HTTP_CONNECTION': 'Keep-Alive', 'HTTP_COOKIE': 
'__utma=199536369.1669342843.1324025179.1324025179.1324025179.1; __utmb=19953
6369.14.10.1324025179; __utmc=199536369; 
__utmz=199536369.1324025179.1.1.utmcsr=sagemath.org|utmccn=(referral)|utmcmd=ref
erral|utmcct=/index.html; 
session="V43h0ZShDdoliXk1G7yNaB7qeOk=?username=VnBlZHJvbW9u
dGVybwpwMQou"; nb_session_8888=; jsMath=font%3Asymbol%2Cwarn%3A0', 
'SERVER_NAME': 'www.sagenb.org', 'REMOTE_ADDR': '127.0.0.1', 
'HTTP_X_FORWARDED_FOR': '200.1.16.11', 'wsgi.errors': <twisted.web.wsgi._Error
Stream object at 0x8229f10>, 'wsgi.multiprocess': False, 
'HTTP_ACCEPT_LANGUAGE': 'es-cl,es;q=0.8,en-us;q=0.5,en;q=0.3', 
'wsgi.url_scheme': 'http', 'HTTP_VIA': '1.1 www.sagenb.org', 'SERVER_PORT': 
'8888', 'H
TTP_ACCEPT_ENCODING': 'gzip, deflate', 'wsgi.run_once': False}

Original issue reported on code.google.com by jason-go...@creativetrax.com on 15 Dec 2011 at 2:14

GoogleCodeExporter commented 8 years ago
Fixed by e711e5c65476

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

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