You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bug on a fresh install when I try to login. This is when using python 3.8.2.
Traceback (most recent call last):
File "/workspace/.pip-modules/lib/python3.8/site-packages/roll/__init__.py", line 60, in __call__
await handler(request, response, **request.route.vars)
File "/workspace/copanier/copanier/views/login.py", line 38, in connexion
response.html("login.html")
File "/workspace/copanier/copanier/views/core.py", line 29, in html
self.body = self.render_template(template_name, *args, **kwargs)
File "/workspace/copanier/copanier/views/core.py", line 23, in render_template
context["message"] = json.loads(self.request.cookies["message"])
ValueError: Unmatched ''"' when when decoding 'string'
The text was updated successfully, but these errors were encountered:
I couldn't reproduce, but one easy way to mitigate this would be to just display an error, or in this case maybe just swallow it and put something in the developer console, rather than making all the app error out.
I have a bug on a fresh install when I try to login. This is when using python 3.8.2.
The text was updated successfully, but these errors were encountered: