gdrive.sh icon indicating copy to clipboard operation
gdrive.sh copied to clipboard

On status FAILED continues to run indefinitely

Open soile1991 opened this issue 6 years ago • 3 comments

"status": "FAILED", "percentDone": 100, "status": "FAILED", "percentDone": 100, "status": "FAILED", "percentDone": 100, "status": "FAILED", "percentDone": 100, "status": "FAILED",

soile1991 avatar Nov 11 '18 12:11 soile1991

I tried following command for downloading folder. But it works.

curl gdrive.sh | bash -s 1TdFtOzKlGQnckOavxlwgJuW4nc9oGU6U

https://colab.research.google.com/drive/1k5tOZs4wHEMEZOUUlE-LeGRT_pEom7eF

https://travis-ci.org/GitHub30/gdrive.sh

Please tell me your executed command.

GitHub30 avatar Nov 11 '18 13:11 GitHub30

Yes, it works very well. The problem is if for some reason you get "status": "FAILED". The script runs indefinitely and never stops it keeps printing.

"status": "FAILED", "percentDone": 100, "status": "FAILED", "percentDone": 100, "

soile1991 avatar Nov 11 '18 13:11 soile1991

Thank you. I will fix it. If response contains FAILED, exit 1.

GitHub30 avatar Nov 11 '18 14:11 GitHub30