Advertisement
IgorGal

Untitled

Mar 7th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.54 KB | None | 0 0
  1.  
  2. user@localhost:~/singlebuy$ docker container logs 1e0142d61ead
  3. [2020-03-07 21:32:42 +0000] [1] [INFO] Starting gunicorn 20.0.4
  4. [2020-03-07 21:32:42 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
  5. [2020-03-07 21:32:42 +0000] [1] [INFO] Using worker: gevent
  6. [2020-03-07 21:32:42 +0000] [8] [INFO] Booting worker with pid: 8
  7. /usr/local/lib/python3.7/dist-packages/sqlalchemy/orm/dynamic.py:48: SAWarning: On relationship User.parent, 'dynamic' loaders cannot be used with many-to-one/one-to-one relationships and/or uselist=False.  This warning will be an exception in a future release.
  8.   "future release." % self.parent_property
  9. [2020-03-07 21:32:52,843] ERROR in error: page_500
  10. Traceback (most recent call last):
  11.   File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1949, in full_dispatch_request
  12.     rv = self.dispatch_request()
  13.   File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1935, in dispatch_request
  14.     return self.view_functions[rule.endpoint](**req.view_args)
  15.   File "/app/singlebuy/user.py", line 39, in view_wrapper
  16.     return view(*args, **kwargs)
  17.   File "/app/singlebuy/user.py", line 276, in settings
  18.     return render_template('user/settings.html', **data)
  19.   File "/usr/local/lib/python3.7/dist-packages/flask/templating.py", line 138, in render_template
  20.     ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  21.   File "/usr/local/lib/python3.7/dist-packages/jinja2/environment.py", line 930, in get_or_select_template
  22.     return self.get_template(template_name_or_list, parent, globals)
  23.   File "/usr/local/lib/python3.7/dist-packages/jinja2/environment.py", line 883, in get_template
  24.     return self._load_template(name, self.make_globals(globals))
  25.   File "/usr/local/lib/python3.7/dist-packages/jinja2/environment.py", line 857, in _load_template
  26.     template = self.loader.load(self, name, globals)
  27.   File "/usr/local/lib/python3.7/dist-packages/jinja2/loaders.py", line 129, in load
  28.     code = environment.compile(source, name, filename)
  29.   File "/usr/local/lib/python3.7/dist-packages/jinja2/environment.py", line 638, in compile
  30.     self.handle_exception(source=source_hint)
  31.   File "/usr/local/lib/python3.7/dist-packages/jinja2/environment.py", line 832, in handle_exception
  32.     reraise(*rewrite_traceback_stack(source=source))
  33.   File "/usr/local/lib/python3.7/dist-packages/jinja2/_compat.py", line 28, in reraise
  34.     raise value.with_traceback(tb)
  35.   File "/app/singlebuy/templates/user/settings.html", line 12, in template
  36. jinja2.exceptions.TemplateSyntaxError: expected token ',', got 't'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement