Traceback (most recent call last):
File "resource_handler.pyx", line 93, in cefpython_py27.ResourceHandler_ProcessRequest
File "cef_main.py", line 127, in ProcessRequest
File "faust\Response.py", line 152, in render_template
File "site-packages\jinja2\environment.py", line 1090, in render
File "site-packages\jinja2\environment.py", line 832, in handle_exception
File "templates\title.html", line 1, in top-level template code
{% extends "title_base.html" %}
File "templates\title_base.html", line 90, in top-level template code
{% block content %}
File "templates\title.html", line 46, in block "content"
{{ load_game_menu(current_user, game_states) }}
File "site-packages\jinja2\runtime.py", line 679, in _invoke
File "templates\title_base.html", line 18, in template
name="filepath" value="{{ state.file_path }}"
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 9: ordinal not in range(128)
WTF is this? Appears after launching.
File "resource_handler.pyx", line 93, in cefpython_py27.ResourceHandler_ProcessRequest
File "cef_main.py", line 127, in ProcessRequest
File "faust\Response.py", line 152, in render_template
File "site-packages\jinja2\environment.py", line 1090, in render
File "site-packages\jinja2\environment.py", line 832, in handle_exception
File "templates\title.html", line 1, in top-level template code
{% extends "title_base.html" %}
File "templates\title_base.html", line 90, in top-level template code
{% block content %}
File "templates\title.html", line 46, in block "content"
{{ load_game_menu(current_user, game_states) }}
File "site-packages\jinja2\runtime.py", line 679, in _invoke
File "templates\title_base.html", line 18, in template
name="filepath" value="{{ state.file_path }}"
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 9: ordinal not in range(128)
WTF is this? Appears after launching.