Update build.yml #60
Annotations
1 error and 1 warning
build
{"code":500,"message":"<!doctype html>\n<html lang=en>\n <head>\n <title>werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.\nKeyError: 'file'\n // Werkzeug Debugger</title>\n <link rel=\"stylesheet\" href=\"?__debugger__=yes&cmd=resource&f=style.css\">\n <link rel=\"shortcut icon\"\n href=\"?__debugger__=yes&cmd=resource&f=console.png\">\n <script src=\"?__debugger__=yes&cmd=resource&f=debugger.js\"></script>\n <script>\n var CONSOLE_MODE = false,\n EVALEX = true,\n EVALEX_TRUSTED = false,\n SECRET = \"c5MmugkZqMYRHCsjVovQ\";\n </script>\n </head>\n <body style=\"background-color: #fff\">\n <div class=\"debugger\">\n<h1>BadRequestKeyError</h1>\n<div class=\"detail\">\n <p class=\"errormsg\">werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.\nKeyError: 'file'\n</p>\n</div>\n<h2 class=\"traceback\">Traceback <em>(most recent call last)</em></h2>\n<div class=\"traceback\">\n <h3></h3>\n <ul><li><div class=\"frame\" id=\"frame-2925277365152\">\n <h4>File <cite class=\"filename\">\"C:\\Users\\shishkabob\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\flask\\app.py\"</cite>,\n line <em class=\"line\">2213</em>,\n in <code class=\"function\">__call__</code></h4>\n <div class=\"source library\"><pre class=\"line before\"><span class=\"ws\"> </span>def __call__(self, environ: dict, start_response: t.Callable) -> t.Any:</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>"""The WSGI server calls the Flask application object as the</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>WSGI application. This calls :meth:`wsgi_app`, which can be</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>wrapped to apply middleware.</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>"""</pre>\n<pre class=\"line current\"><span class=\"ws\"> </span>return self.wsgi_app(environ, start_response)\n<span class=\"ws\"> </span> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</pre></div>\n</div>\n\n<li><div class=\"frame\" id=\"frame-2925277371776\">\n <h4>File <cite class=\"filename\">\"C:\\Users\\shishkabob\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\flask\\app.py\"</cite>,\n line <em class=\"line\">2193</em>,\n in <code class=\"function\">wsgi_app</code></h4>\n <div class=\"source library\"><pre class=\"line before\"><span class=\"ws\"> </span>try:</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>ctx.push()</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>response = self.full_dispatch_request()</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>except Exception as e:</pre>\n<pre class=\"line before\"><span class=\"ws\"> </span>error = e</pre>\n<pre class=\"line current\"><span class=\"ws\"> </span>response = self.handle_exception(e)\n<span class=\"ws\"> </span> ^^^^^^^^^^^^^^^^^^^^^^^^</pre>\n<pre class=\"line after\"><span class=\"ws\"> </span>except: # noqa: B001</pre>\n<pre class=\"line after\"><span class=\"ws\"> </span>error = sys.exc_info()[1]</pre>\n<pre class=\"line after\"><span class=\"ws\"> </span>raise</pre>\n<pre class=\"line after\"><span class=\"ws\"> </span>return response(environ, start_response)</pre>\n<pre class=\"line after\"><span class=\"ws\"> </span>finally:</pre></div>\n</div>\n\n<li><div class=\"frame\" id=\"frame-2925277371920\">\n <h4>File <cite class=\"filename\">\"C:\\Users\\shishkabob\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\flask\\app.py\"</cite>,\n line <em class=\"line\">2190</em>,\n in <code class=\"function\">wsgi_app</code></h4>\n <div class=\"so
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|