ESA-VirES / Swarm-VRE

DEPRECATED: Refer to Swarm-DISC/Swarm_notebooks
https://github.com/Swarm-DISC/Swarm_notebooks
MIT License
1 stars 0 forks source link

Temporary failure in name resolution #2

Closed lmar76 closed 5 years ago

lmar76 commented 5 years ago

Trying to retrieve Swarm data via the Python client:

data = req.get_between(datetime(2019, 1, 1), datetime(2019, 1, 1, 23, 59, 59))

the following exception is raised:

gaierror: [Errno -3] Temporary failure in name resolution
pacesm commented 5 years ago

@lmar76 It should be fixed now. Please try.

lmar76 commented 5 years ago

It works. Thank you.