Traceback (most recent call last): File "db.wsgi", line 172, in application return route['controller'](req, data)(env, start_response) File "db.wsgi", line 75, in player_controller return render_template('player.html', data) File "db.wsgi", line 21, in render_template return webob.Response(lookup.get_template(template).render(**data)) File "./site-packages/mako/template.py", line 133, in render return runtime._render(self, self.callable_, args, data) File "./site-packages/mako/runtime.py", line 347, in _render _render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data)) File "./site-packages/mako/runtime.py", line 364, in _render_context _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) File "./site-packages/mako/runtime.py", line 397, in _exec_template callable_(context, *args, **kwargs) File "player_html", line 60, in render_body File "./site-packages/dbapi.py", line 313, in colorize if (text[next] == '{' or text[next] == '}') and text[next+1] == '!': IndexError: string index out of range Status: 500 Internal Server Error Content-Type: text/plain Content-Length: 59 A server error occurred. Please contact the administrator.