[2022-09-13 07:13:31,681] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:31 +0000] "GET /api/v1/identity HTTP/1.1" 200 60 "http://localhost:5000/api/v1/extractors" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" 2022-09-13T07:13:31.682332Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:32.273428Z [debug ] Authentication not required because it's disabled 2022-09-13T07:13:32.273624Z [debug ] Authenticated as 2022-09-13T07:13:44.274399Z [debug ] Found plugin parent parent=tap-csv plugin=tap-csv source=discovery 2022-09-13T07:13:44.672903Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:44.681353Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:44.888735Z [debug ] Authentication not required because it's disabled 2022-09-13T07:13:44.890086Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:45.176349Z [debug ] Authentication not required because it's disabled 2022-09-13T07:13:45.372411Z [debug ] Authentication not required because it's disabled [2022-09-13 07:13:45,374] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:45 +0000] "GET /api/docs HTTP/1.1" 200 1385 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" [2022-09-13 07:13:45,441] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:45 +0000] "GET /static/css/app.171bf513.css HTTP/1.1" 304 0 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" [2022-09-13 07:13:45,478] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:45 +0000] "GET /static/js/app.c46c6e59.js HTTP/1.1" 304 0 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" [2022-09-13 07:13:45,494] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:45 +0000] "GET /static/js/chunk-vendors.79f3168d.js HTTP/1.1" 304 0 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" 2022-09-13T07:13:45.759300Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:45.803717Z [debug ] Authentication not required because it's disabled 2022-09-13T07:13:45.803839Z [debug ] Authenticated as 2022-09-13T07:13:45.901702Z [debug ] Using JSON Scheme: camel [2022-09-13 07:13:45,971] [14|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:13:45 +0000] "GET /api/v1/identity HTTP/1.1" 200 60 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" 2022-09-13T07:13:45.973693Z [debug ] Using JSON Scheme: camel 2022-09-13T07:13:46.095881Z [debug ] Authentication not required because it's disabled 2022-09-13T07:13:46.096021Z [debug ] Authenticated as 2022-09-13T07:16:41.764133Z [error ] Exception on /api/v1/version [GET] Traceback (most recent call last): File "/app/.venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/app/.venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/app/.venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) OSError: [Errno 101] Network is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/app/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/app/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1042, in _validate_conn conn.connect() File "/app/.venv/lib/python3.10/site-packages/urllib3/connection.py", line 358, in connect self.sock = conn = self._new_conn() File "/app/.venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 101] Network is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/.venv/lib/python3.10/site-packages/requests/adapters.py", line 489, in send resp = conn.urlopen( File "/app/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/app/.venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/meltano/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1519, in full_dispatch_request rv = self.handle_user_exception(e) File "/app/.venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) File "/app/.venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1517, in full_dispatch_request rv = self.dispatch_request() File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1503, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/app/.venv/lib/python3.10/site-packages/meltano/api/controllers/root.py", line 79, in version res = requests.get("https://pypi.org/pypi/meltano/json") File "/app/.venv/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/app/.venv/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/app/.venv/lib/python3.10/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/app/.venv/lib/python3.10/site-packages/requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/app/.venv/lib/python3.10/site-packages/requests/adapters.py", line 565, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/meltano/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 2022-09-13T07:16:41.765133Z [info ] Error: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. 2022-09-13T07:16:41.765499Z [debug ] Using JSON Scheme: camel 2022-09-13T07:16:41.767334Z [debug ] Using JSON Scheme: camel 2022-09-13T07:16:41.990129Z [debug ] Authentication not required because it's disabled 2022-09-13T07:16:41.990751Z [debug ] Using JSON Scheme: camel [2022-09-13 07:16:41,992] [11|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:16:41 +0000] "GET /api/v1/repos/models HTTP/1.1" 200 1385 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" 2022-09-13T07:16:41.993842Z [debug ] Using JSON Scheme: camel 2022-09-13T07:16:42.277294Z [debug ] Authentication not required because it's disabled 2022-09-13T07:16:42.277536Z [debug ] Authenticated as 2022-09-13T07:16:48.800253Z [debug ] Using JSON Scheme: camel [2022-09-13 07:16:48,875] [11|MainThread|gunicorn.access] [INFO] 127.0.0.1 - - [13/Sep/2022:07:16:48 +0000] "GET /api/v1/plugins/all HTTP/1.1" 200 17444 "http://localhost:5000/api/docs" "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" 2022-09-13T07:16:48.877340Z [debug ] Using JSON Scheme: camel 2022-09-13T07:16:49.098389Z [debug ] Authentication not required because it's disabled 2022-09-13T07:16:49.098696Z [debug ] Authenticated as 2022-09-13T07:16:56.476360Z [debug ] Found plugin parent parent=tap-csv plugin=tap-csv source=discovery