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
Tried to run /ottgaas name Janek Lehr inscription I don't understand your words and it returned the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 3: ordinal not in range(128) // Werkzeug Debugger</title><linkrel="stylesheet" href="?__debugger__=yes&cmd=resource&f=style.css"
type="text/css"><!-- We need to make sure this has a favicon so that the debugger does not by accident trigger a request to /favicon.ico which might change the application state. --><linkrel="shortcut icon"
href="?__debugger__=yes&cmd=resource&f=console.png"><scriptsrc="?__debugger__=yes&cmd=resource&f=jquery.js"></script><scriptsrc="?__debugger__=yes&cmd=resource&f=debugger.js"></script><scripttype="text/javascript">varTRACEBACK=140255911658704,CONSOLE_MODE=false,EVALEX=true,EVALEX_TRUSTED=false,SECRET="Gb2hfgg2WuxtcgEeuB0F";</script></head><body><divclass="debugger"><h1>UnicodeEncodeError</h1><divclass="detail"><pclass="errormsg">UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 3: ordinal not in range(128)</p></div><h2class="traceback">Traceback <em>(most recent call last)</em></h2><divclass="traceback"><ul><li><divclass="frame" id="frame-140255911659024"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1836</em>,
in <codeclass="function">__call__</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>'Flask.blueprints instead'), stacklevel=2)</pre><preclass="line before"><spanclass="ws"></span>return self.blueprints</pre><preclass="line before"><spanclass="ws"></span></pre><preclass="line before"><spanclass="ws"></span>def __call__(self, environ, start_response):</pre><preclass="line before"><spanclass="ws"></span>"""Shortcut for :attr:`wsgi_app`."""</pre><preclass="line current"><spanclass="ws"></span>return self.wsgi_app(environ, start_response)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def __repr__(self):</pre><preclass="line after"><spanclass="ws"></span>return '<%s %r>' % (</pre><preclass="line after"><spanclass="ws"></span>self.__class__.__name__,</pre><preclass="line after"><spanclass="ws"></span>self.name,</pre></div></div><li><divclass="frame" id="frame-140255911658832"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1820</em>,
in <codeclass="function">wsgi_app</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>response = self.full_dispatch_request()</pre><preclass="line before"><spanclass="ws"></span>except Exception as e:</pre><preclass="line before"><spanclass="ws"></span>error = e</pre><preclass="line current"><spanclass="ws"></span>response = self.make_response(self.handle_exception(e))</pre><preclass="line after"><spanclass="ws"></span>return response(environ, start_response)</pre><preclass="line after"><spanclass="ws"></span>finally:</pre><preclass="line after"><spanclass="ws"></span>if self.should_ignore_error(error):</pre><preclass="line after"><spanclass="ws"></span>error = None</pre><preclass="line after"><spanclass="ws"></span>ctx.auto_pop(error)</pre></div></div><li><divclass="frame" id="frame-140255911658384"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask_restful/__init__.py"</cite>,
line <emclass="line">271</em>,
in <codeclass="function">error_router</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>if self._has_fr_route():</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>return self.handle_error(e)</pre><preclass="line before"><spanclass="ws"></span>except Exception:</pre><preclass="line before"><spanclass="ws"></span>pass # Fall through to original handler</pre><preclass="line current"><spanclass="ws"></span>return original_handler(e)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def handle_error(self, e):</pre><preclass="line after"><spanclass="ws"></span>"""Error handler for the API transforms a raised exception into a Flask</pre><preclass="line after"><spanclass="ws"></span>response, with the appropriate HTTP status code and body.</pre><preclass="line after"><spanclass="ws"></span></pre></div></div><li><divclass="frame" id="frame-140255911658960"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1403</em>,
in <codeclass="function">handle_exception</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span># if we want to repropagate the exception, we can attempt to</pre><preclass="line before"><spanclass="ws"></span># raise it with the whole traceback in case we can do that</pre><preclass="line before"><spanclass="ws"></span># (the function was actually called from the except part)</pre><preclass="line before"><spanclass="ws"></span># otherwise, we just raise the error again</pre><preclass="line before"><spanclass="ws"></span>if exc_value is e:</pre><preclass="line current"><spanclass="ws"></span>reraise(exc_type, exc_value, tb)</pre><preclass="line after"><spanclass="ws"></span>else:</pre><preclass="line after"><spanclass="ws"></span>raise e</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>self.log_exception((exc_type, exc_value, tb))</pre><preclass="line after"><spanclass="ws"></span>if handler is None:</pre></div></div><li><divclass="frame" id="frame-140255911658256"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask_restful/__init__.py"</cite>,
line <emclass="line">268</em>,
in <codeclass="function">error_router</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>:type e: Exception</pre><preclass="line before"><spanclass="ws"></span></pre><preclass="line before"><spanclass="ws"></span>"""</pre><preclass="line before"><spanclass="ws"></span>if self._has_fr_route():</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line current"><spanclass="ws"></span>return self.handle_error(e)</pre><preclass="line after"><spanclass="ws"></span>except Exception:</pre><preclass="line after"><spanclass="ws"></span>pass # Fall through to original handler</pre><preclass="line after"><spanclass="ws"></span>return original_handler(e)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def handle_error(self, e):</pre></div></div><li><divclass="frame" id="frame-140255911657552"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1817</em>,
in <codeclass="function">wsgi_app</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>ctx = self.request_context(environ)</pre><preclass="line before"><spanclass="ws"></span>ctx.push()</pre><preclass="line before"><spanclass="ws"></span>error = None</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line current"><spanclass="ws"></span>response = self.full_dispatch_request()</pre><preclass="line after"><spanclass="ws"></span>except Exception as e:</pre><preclass="line after"><spanclass="ws"></span>error = e</pre><preclass="line after"><spanclass="ws"></span>response = self.make_response(self.handle_exception(e))</pre><preclass="line after"><spanclass="ws"></span>return response(environ, start_response)</pre><preclass="line after"><spanclass="ws"></span>finally:</pre></div></div><li><divclass="frame" id="frame-140255911659088"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1477</em>,
in <codeclass="function">full_dispatch_request</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>request_started.send(self)</pre><preclass="line before"><spanclass="ws"></span>rv = self.preprocess_request()</pre><preclass="line before"><spanclass="ws"></span>if rv is None:</pre><preclass="line before"><spanclass="ws"></span>rv = self.dispatch_request()</pre><preclass="line before"><spanclass="ws"></span>except Exception as e:</pre><preclass="line current"><spanclass="ws"></span>rv = self.handle_user_exception(e)</pre><preclass="line after"><spanclass="ws"></span>response = self.make_response(rv)</pre><preclass="line after"><spanclass="ws"></span>response = self.process_response(response)</pre><preclass="line after"><spanclass="ws"></span>request_finished.send(self, response=response)</pre><preclass="line after"><spanclass="ws"></span>return response</pre><preclass="line after"><spanclass="ws"></span></pre></div></div><li><divclass="frame" id="frame-140255911658064"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask_restful/__init__.py"</cite>,
line <emclass="line">271</em>,
in <codeclass="function">error_router</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>if self._has_fr_route():</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>return self.handle_error(e)</pre><preclass="line before"><spanclass="ws"></span>except Exception:</pre><preclass="line before"><spanclass="ws"></span>pass # Fall through to original handler</pre><preclass="line current"><spanclass="ws"></span>return original_handler(e)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def handle_error(self, e):</pre><preclass="line after"><spanclass="ws"></span>"""Error handler for the API transforms a raised exception into a Flask</pre><preclass="line after"><spanclass="ws"></span>response, with the appropriate HTTP status code and body.</pre><preclass="line after"><spanclass="ws"></span></pre></div></div><li><divclass="frame" id="frame-140255911657936"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1381</em>,
in <codeclass="function">handle_user_exception</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>app_handlers = self.error_handler_spec[None].get(None, ())</pre><preclass="line before"><spanclass="ws"></span>for typecheck, handler in chain(blueprint_handlers, app_handlers):</pre><preclass="line before"><spanclass="ws"></span>if isinstance(e, typecheck):</pre><preclass="line before"><spanclass="ws"></span>return handler(e)</pre><preclass="line before"><spanclass="ws"></span></pre><preclass="line current"><spanclass="ws"></span>reraise(exc_type, exc_value, tb)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def handle_exception(self, e):</pre><preclass="line after"><spanclass="ws"></span>"""Default exception handling that kicks in when an exception</pre><preclass="line after"><spanclass="ws"></span>occurs that is not caught. In debug mode the exception will</pre><preclass="line after"><spanclass="ws"></span>be re-raised immediately, otherwise it is logged and the handler</pre></div></div><li><divclass="frame" id="frame-140255911657744"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask_restful/__init__.py"</cite>,
line <emclass="line">268</em>,
in <codeclass="function">error_router</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>:type e: Exception</pre><preclass="line before"><spanclass="ws"></span></pre><preclass="line before"><spanclass="ws"></span>"""</pre><preclass="line before"><spanclass="ws"></span>if self._has_fr_route():</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line current"><spanclass="ws"></span>return self.handle_error(e)</pre><preclass="line after"><spanclass="ws"></span>except Exception:</pre><preclass="line after"><spanclass="ws"></span>pass # Fall through to original handler</pre><preclass="line after"><spanclass="ws"></span>return original_handler(e)</pre><preclass="line after"><spanclass="ws"></span></pre><preclass="line after"><spanclass="ws"></span>def handle_error(self, e):</pre></div></div><li><divclass="frame" id="frame-140255911657808"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass="line">1475</em>,
in <codeclass="function">full_dispatch_request</code></h4><divclass="source"><preclass="line before"><spanclass="ws"></span>self.try_trigger_before_first_request_functions()</pre><preclass="line before"><spanclass="ws"></span>try:</pre><preclass="line before"><spanclass="ws"></span>request_started.send(self)</pre><preclass="line before"><spanclass="ws"></span>rv = self.preprocess_request()</pre><preclass="line before"><spanclass="ws"></span>if rv is None:</pre><preclass="line current"><spanclass="ws"></span>rv = self.dispatch_request()</pre><preclass="line after"><spanclass="ws"></span>except Exception as e:</pre><preclass="line after"><spanclass="ws"></span>rv = self.handle_user_exception(e)</pre><preclass="line after"><spanclass="ws"></span>response = self.make_response(rv)</pre><preclass="line after"><spanclass="ws"></span>response = self.process_response(response)</pre><preclass="line after"><spanclass="ws"></span>request_finished.send(self, response=response)</pre></div></div><li><divclass="frame" id="frame-140255911657872"><h4>File <citeclass="filename">"/home/vcap/app/.heroku/python/lib/python2.7/site-packages/flask/app.py"</cite>,
line <emclass=
The text was updated successfully, but these errors were encountered:
Tried to run
/ottgaas name Janek Lehr inscription I don't understand your words
and it returned the following:The text was updated successfully, but these errors were encountered: