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

submit => none type object has no attribute find #35

Closed simonm3 closed 6 years ago

simonm3 commented 7 years ago

I get this error when I do "kg submit out.csv" config is:

[('username', u's**@gmail.com'), ('password', '****'), ('competition', u'cats-vs-dogs-redux-kernels-edition')]

stefat77 commented 6 years ago

same issue here:

kg submit submission.zip -c "Carvana Image Masking Challenge" -u USER -p PASS

floydwch commented 6 years ago

@stefat77 try kg submit submission.zip -c carvana-image-masking-challenge -u USER -p PASS.

floydwch commented 6 years ago

@simonm3 I can't find cats-vs-dogs-redux-kernels-edition but found dogs-vs-cats-redux-kernels-edition. I'm going to add warning tips for typo cases.

floydwch commented 6 years ago

fixed https://github.com/floydwch/kaggle-cli/commit/8f3d54dc1419e03cfcaf42bbfc0336de9200ce4f .