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 22 forks source link

error after upload has completed #18

Closed PatrickJReed closed 8 months ago

PatrickJReed commented 5 years ago

I recevied the folowing error after an upload had completed, from the error im left unsure if the Submission is now imcomplete:

Uploads complete. Checking Submission Status. There was an error transferring some files, trying again Traceback (most recent call last): File "/home/ubuntu/.local/bin/vtcmd", line 10, in sys.exit(main()) File "/home/ubuntu/.local/lib/python2.7/site-packages/NDATools/clientscripts/vtcmd.py", line 290, in main threads=args.workerThreads, batch=args.batch, config=config) File "/home/ubuntu/.local/lib/python2.7/site-packages/NDATools/clientscripts/vtcmd.py", line 258, in submit_package submission.submission_upload(hide_progress=config.hideProgress) File "/home/ubuntu/.local/lib/python2.7/site-packages/NDATools/Submission.py", line 457, in submission_upload self.submission_upload() TypeError: submission_upload() takes exactly 2 arguments (1 given)

gregmagdits commented 8 months ago

Closing old tickets. This method no longer appears in the most recent release of nda-tools