OSError: [Errno 113] No route to host #3314
Unanswered
Nguyen-ThanhHung
asked this question in
New to ESMValTool
Replies: 1 comment
-
It looks like there was a network issue, but as far as I'm aware, you only need to sign in to download CORDEX data from ESGF, so maybe it is not worth further investigating. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am trying to run the examples/recipe_python.yml script with the following command:
esmvaltool run examples/recipe_python.yml --search_esgf=when_missing
the command works perfectly without setting the hostname, username and password.
But when I set hostname, username and password,
for example:
$ keyring set ESGF hostname
$ keyring set ESGF username
$ keyring set ESGF password
(In this case my hostname is esgf-data.dkrz.de and I have created an account on the same host)
I encounter the following error:
OSError: [Errno 113] No route to host
2023-07-29 12:22:07,216 UTC [1488406] INFO esmvalcore.main:537
If you have a question or need help, please start a new discussion on https://github.com/ESMValGroup/ESMValTool/discussions
If you suspect this is a bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues
To make it easier to find out what the problem is, please consider attaching the files run/recipe*.yml and run/main_log_debug.txt from the output directory.
I would appreciate it if you could help me to solve the issue. If you need any additional information please let me know. I attached the log file for your reference.
main_log_debug.txt
Beta Was this translation helpful? Give feedback.
All reactions