@hafiz4saqib I am getting an Error during the Installation of Healthcare app. Below is an Error msg,
frappe@ubuntu:~/frappe-bench$ bench get-app healthcare
ERROR: HTTPSConnectionPool(host=‘api.github.com’, port=443): Max retries exceeded with url: /repos/frappe/healthcare (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f5df6534190>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
Traceback (most recent call last):
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 437, in fetch_details_from_tag
org, repo = org_repo
ValueError: not enough values to unpack (expected 2, got 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 169, in _new_conn
conn = connection.create_connection(
File “/usr/lib/python3/dist-packages/urllib3/util/connection.py”, line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File “/usr/lib/python3.10/socket.py”, line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 700, in urlopen
httplib_response = self._make_request(
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 383, in _make_request
self._validate_conn(conn)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 1017, in _validate_conn
conn.connect()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 353, in connect
conn = self._new_conn()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f5df6534190>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 439, in send
resp = conn.urlopen(
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 756, in urlopen
retries = retries.increment(
File “/usr/lib/python3/dist-packages/urllib3/util/retry.py”, line 574, 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/frappe/healthcare (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f5df6534190>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 8, in
sys.exit(cli())
File “/usr/local/lib/python3.10/dist-packages/bench/cli.py”, line 132, in cli
bench_command()
File “/usr/lib/python3/dist-packages/click/core.py”, line 1128, in call
return self.main(*args, **kwargs)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1053, in main
rv = self.invoke(ctx)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python3/dist-packages/click/core.py”, line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib/python3/dist-packages/click/core.py”, line 754, in invoke
return __callback(*args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/bench/commands/make.py”, line 167, in get_app
get_app(
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 363, in get_app
app = App(git_url, branch=branch, bench=bench, soft_link=soft_link)
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 176, in init
super().init(name, branch, *args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 77, in init
self.setup_details()
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 102, in setup_details
self._setup_details_from_name_tag()
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 124, in _setup_details_from_name_tag
self.org, self.repo, self.tag = fetch_details_from_tag(self.name)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 439, in fetch_details_from_tag
org, repo = find_org(org_repo)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 415, in find_org
res = requests.head(f"https://api.github.com/repos/{org}/{org_repo}")
File “/usr/lib/python3/dist-packages/requests/api.py”, line 104, in head
return request(‘head’, url, **kwargs)
File “/usr/lib/python3/dist-packages/requests/api.py”, line 61, in request
return session.request(method=method, url=url, **kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 544, in request
resp = self.send(prep, **send_kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 657, in send
r = adapter.send(request, **kwargs)
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘api.github.com’, port=443): Max retries exceeded with url: /repos/frappe/healthcare (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f5df6534190>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))