changedetection-io 0.40.3 -> 0.45.2 https://github.com/dgtlmoon/changedetection.io/releases attrpath: changedetection-io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - changedetection-io-0.40.3 Press Enter key to continue... Running update for: - changedetection-io-0.40.3: UPDATING ... - changedetection-io-0.40.3: ERROR --- SHOWING ERROR LOG FOR changedetection-io-0.40.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connectionpool.py", line 714, in urlopen httplib_response = self._make_request( File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connectionpool.py", line 403, in _make_request self._validate_conn(conn) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1053, in _validate_conn conn.connect() File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connection.py", line 363, in connect self.sock = conn = self._new_conn() File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connection.py", line 179, in _new_conn raise ConnectTimeoutError( urllib3.exceptions.ConnectTimeoutError: (, 'Connection to api.github.com timed out. (connect timeout=None)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen retries = retries.increment( File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/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='api.github.com', port=443): Max retries exceeded with url: /repos/dgtlmoon/changedetection.io/releases (Caused by ConnectTimeoutError(, 'Connection to api.github.com timed out. (connect timeout=None)')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 550, in main() File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 528, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator yield _result_or_cancel(fs.pop()) File "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel return fut.result(timeout) File "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/lib/python3.10/concurrent/futures/_base.py", line 458, in result return self.__get_result() File "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self._exception File "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 528, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 481, in _update return _update_package(path, target) File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 397, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher](pname, extension, version, target) File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 251, in _get_latest_version_github all_releases = _fetch_github(url) File "/nix/store/scm6vwhd0kqk0nw9gixv2vra1z6yigha-update-python-libraries", line 144, in _fetch_github r = requests.get(url, headers=headers) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/nix/store/az43srd31ld8dnsmrpqkqz38v3p1h0jw-python3-3.10.12-env/lib/python3.10/site-packages/requests/adapters.py", line 507, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dgtlmoon/changedetection.io/releases (Caused by ConnectTimeoutError(, 'Connection to api.github.com timed out. (connect timeout=None)')) --- SHOWING ERROR LOG FOR changedetection-io-0.40.3 ---------------------- The update script for changedetection-io-0.40.3 failed with exit code 1