NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
48 stars 21 forks source link

upgraded v0.2.25 --verify no longer works #66

Open aporter1350 opened 1 year ago

aporter1350 commented 1 year ago

Hi,

I recently upgraded to the newest version of nda-tools and tried using the command below. The verify command typically produces a csv file that I then am able to use to fine tune the files to download. Can you help me figure out what may be going wrong.

downloadcmd -dp 123456 -ds imagingcollection01 -u XXXX --verify

Screenshot 2023-06-05 at 5 23 34 PM
aporter1350 commented 1 year ago

I was able to retrieve the package_file_metadata.txt by running the download command without --verify and using command+C to pause download since I am not interested in downloading the entire set of folders. However now running the command downloadcmd -dp 1209122 -ds imagingcollection01 -u aporter1350 --verify times out with 504 server error. Screenshot 2023-06-06 at 9 27 35 AM