gamegos / cesi

CeSI is a web interface for managing multiple supervisors from the same place.
GNU General Public License v3.0
577 stars 185 forks source link

Uses cesi with docker .When the first login admin , I has a 500 error. #33

Closed hebo1982 closed 6 years ago

hebo1982 commented 7 years ago

the error stack log:

File "/usr/share/pyshared/flask/app.py", line 1836, in call return self.wsgi_app(environ, start_response) File "/usr/share/pyshared/flask/app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) File "/usr/share/pyshared/flask/app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) File "/usr/share/pyshared/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/share/pyshared/flask/app.py", line 1478, in full_dispatch_request response = self.make_response(rv) File "/usr/share/pyshared/flask/app.py", line 1566, in make_response raise ValueError('View function did not return a response') ValueError: View function did not return a response