Skip to content

Instantly share code, notes, and snippets.

@pkalisz
Created April 14, 2019 22:32
Show Gist options
  • Save pkalisz/75c5822b863a1dca068038763cf3df03 to your computer and use it in GitHub Desktop.
Save pkalisz/75c5822b863a1dca068038763cf3df03 to your computer and use it in GitHub Desktop.
df-analyzer-ms_1 | The swagger_ui directory could not be found.
df-analyzer-ms_1 | Please install connexion with extra install: pip install connexion[swagger-ui]
df-analyzer-ms_1 | or provide the path to your local installation by passing swagger_path=<your path>
df-analyzer-ms_1 |
df-analyzer-ms_1 | The swagger_ui directory could not be found.
df-analyzer-ms_1 | Please install connexion with extra install: pip install connexion[swagger-ui]
df-analyzer-ms_1 | or provide the path to your local installation by passing swagger_path=<your path>
df-analyzer-ms_1 |
db_1 | 2019-04-14T22:23:55.503964Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060
df-analyzer-ms_1 | * Serving Flask app "app" (lazy loading)
df-analyzer-ms_1 | * Environment: production
df-analyzer-ms_1 | WARNING: Do not use the development server in a production environment.
df-analyzer-ms_1 | Use a production WSGI server instead.
df-analyzer-ms_1 | * Debug mode: on
df-analyzer-ms_1 | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
df-analyzer-ms_1 | * Restarting with stat
df-analyzer-ms_1 | Traceback (most recent call last):
df-analyzer-ms_1 | File "app.py", line 19, in <module>
df-analyzer-ms_1 | app.app.run(host='0.0.0.0', port=5000, debug=True)
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 943, in run
df-analyzer-ms_1 | run_simple(host, port, self, **options)
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/site-packages/werkzeug/serving.py", line 988, in run_simple
df-analyzer-ms_1 | run_with_reloader(inner, extra_files, reloader_interval, reloader_type)
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/site-packages/werkzeug/_reloader.py", line 332, in run_with_reloader
df-analyzer-ms_1 | sys.exit(reloader.restart_with_reloader())
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/site-packages/werkzeug/_reloader.py", line 176, in restart_with_reloader
df-analyzer-ms_1 | exit_code = subprocess.call(args, env=new_environ, close_fds=False)
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/subprocess.py", line 287, in call
df-analyzer-ms_1 | with Popen(*popenargs, **kwargs) as p:
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/subprocess.py", line 729, in __init__
df-analyzer-ms_1 | restore_signals, start_new_session)
df-analyzer-ms_1 | File "/usr/local/lib/python3.6/subprocess.py", line 1364, in _execute_child
df-analyzer-ms_1 | raise child_exception_type(errno_num, err_msg, err_filename)
df-analyzer-ms_1 | OSError: [Errno 8] Exec format error: '/usr/src/app/app.py'
code_df-analyzer-ms_1 exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment