Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when executing python inputs-collect/download-data-CMEMS-wave-height.py #15

Open
AliceBalfanz opened this issue Jan 5, 2023 · 0 comments

Comments

@AliceBalfanz
Copy link
Member

I executet first download script from the black sea recipe:

# Download Sea Surface Temperature
python inputs-collect/download-data-CMEMS-SST.py

Now for the second one, I recieve an error message:

# Download Significant Wave Height
$ python inputs-collect/download-data-CMEMS-wave-height.py
Username: 
Password: 
Traceback (most recent call last):
  File "/home/alicebalfanz/cube-gen/black-sea/inputs-collect/download-data-CMEMS-wave-height.py", line 25, in <module>
    ftp.cwd(path)
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/ftplib.py", line 625, in cwd
    return self.voidcmd(cmd)
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/ftplib.py", line 286, in voidcmd
    return self.voidresp()
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/ftplib.py", line 259, in voidresp
    resp = self.getresp()
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/ftplib.py", line 254, in getresp
    raise error_perm(resp)
ftplib.error_perm: 550 Failed to change directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant