floydwch / kaggle-cli

(Deprecated, use https://github.com/Kaggle/kaggle-api instead) An unofficial Kaggle command line tool.
MIT License
674 stars 92 forks source link

error when downloading the dataset #36

Closed michael135 closed 7 years ago

michael135 commented 7 years ago

error when downloading the dataset The files are downloaded but they are very small less than 50KB.

I've tried to download with the following command. The competition rules were excepted. kg download -u my_username -p my_password -c dogs-vs-cats-redux-kernels-edition

and the out put was the following:

test.zip N/A% |                                                                                                                                                                                                     | ETA:  --:--:--   0.0 s/BWarning:download url for file test.zip resolves to an html documentrather than a downloadable file.
See the downloaded file for details.Is it possible you have notaccepted the competition's rules on the kaggle website?

test.zip 100% |####################################################################################################################################################################################################| Time: 0:00:00  15.0 KiB/s
downloading https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/download/train.zip

what is done wrong?

michael135 commented 7 years ago

solved. In order to "accept rules" you need to go to submit results on website an press accept there. Accepting rules in other places is not enough from my experience...