Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #52

Open
PrincessInAOE opened this issue Nov 10, 2021 · 1 comment
Open

Issue #52

PrincessInAOE opened this issue Nov 10, 2021 · 1 comment

Comments

@PrincessInAOE
Copy link

Traceback (most recent call last):
File "/home/whdbx/whdbx_web_1/_caches/templates/signature.html.py", line 41, in render_body
sig = context['sig']
File "/home/whdbx/.local/lib/python3.6/site-packages/mako/runtime.py", line 105, in getitem
return compat_builtins.dict[key]
KeyError: 'sig'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 628, in respond
self._do_respond(path_info)
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 687, in _do_respond
response.body = self.handler()
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/lib/encoding.py", line 219, in call
self.body = self.oldhandler(*args, **kwargs)
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cpdispatch.py", line 54, in call
return self.callable(*self.args, **self.kwargs)
File "/home/whdbx/whdbx_web_1/main.py", line 606, in signatures
return self.tmpl.render('signature.html')
File "/home/whdbx/whdbx_web_1/classes/template_engine.py", line 44, in render
return tmpl.render(**self._args)
File "/home/whdbx/.local/lib/python3.6/site-packages/mako/template.py", line 475, in render
return runtime.render(self, self.callable, args, data)
File "/home/whdbx/.local/lib/python3.6/site-packages/mako/runtime.py", line 882, in _render
**kwargs_for_callable(callable, data)
File "/home/whdbx/.local/lib/python3.6/site-packages/mako/runtime.py", line 919, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/home/whdbx/.local/lib/python3.6/site-packages/mako/runtime.py", line 946, in exec_template
callable
(context, *args, **kwargs)
File "/home/whdbx/whdbx_web_1/_caches/templates/signature.html.py", line 43, in render_body
raise NameError("'sig' is not defined")
NameError: 'sig' is not defined

@minlexx
Copy link
Owner

minlexx commented Nov 10, 2021

??.. On which page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants