thoth-station / jupyter-nbrequirements

Dependency management and optimization in Jupyter Notebooks
MIT License
18 stars 6 forks source link

Kebechet thoth-advise manager: ConnectionError - 75659343f6 #318

Closed khebhut[bot] closed 2 years ago

khebhut[bot] commented 2 years ago

Description

This is an automated issue generated by Kebechet. The thoth-advise manager threw an exception (ConnectionError) at runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet otherwise use the traceback below to help you fix whatever issues were encountered with your repository.

Traceback

Traceback (most recent call last): File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff0d269ce20>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='khemenu.thoth-station.ninja', port=443): Max retries exceeded with url: /api/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff0d269ce20>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/user/kebechet/kebechet_runners.py", line 193, in run instance.run(manager_configuration) File "/home/user/kebechet/managers/thoth_advise/thoth_advise.py", line 265, in run lib.advise_here( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/thamos/lib.py", line 665, in advise_here return advise( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/thamos/lib.py", line 100, in wrapper thoth_config.api_discovery(host) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/thamos/config.py", line 480, in api_discovery response = requests.get( File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, kwargs) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, kwargs) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, send_kwargs) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='khemenu.thoth-station.ninja', port=443): Max retries exceeded with url: /api/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff0d269ce20>: Failed to establish a new connection: [Errno 111] Connection refused'))

sesheta commented 2 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

sesheta commented 2 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

codificat commented 2 years ago

This was fixed a while ago in https://github.com/thoth-station/kebechet/pull/821

/close

sesheta commented 2 years ago

@codificat: Closing this issue.

In response to [this](https://github.com/thoth-station/jupyter-nbrequirements/issues/318#issuecomment-1009838465): >This was fixed a while ago in https://github.com/thoth-station/kebechet/pull/821 > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.