ESM-Intake Catalogue Error #608
shreyatrivedi26
started this conversation in
General
Replies: 1 comment 1 reply
-
@shreyatrivedi26, can you confirm that your HPC nodes allow public internet access? i'm asking because of this section in the error message: /opt/ohpc/pub/eb-gcc103/software/Python/3.9.5-GCCcore-10.3.0/lib/python3.9/concurrent/futures/thread.py in run(self)
51 try:
---> 52 result = self.fn(*self.args, **self.kwargs)
53 except BaseException as exc:
/opt/ohpc/pub/eb-gcc103/software/Python/3.9.5-GCCcore-10.3.0/lib/python3.9/socket.py in getaddrinfo(host, port, family, type, proto, flags)
952 addrlist = []
--> 953 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
954 af, socktype, proto, canonname, sa = res
gaierror: [Errno -2] Name or service not known This error typically occurs when the DNS resolution fails, i.e., the domain name system (DNS) is unable to resolve the IP address of the server (in this case this would be GitHub) you are trying to access |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently moved to work on my school's HPC and encountered the following problem with accessing CMIP6 catalogues:
I get the following error:
Based on one of the previous related error threads, I am adding the following information as well:
Beta Was this translation helpful? Give feedback.
All reactions