floydwch / kaggle-cli

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

Competition Not Found #49

Closed jamesthompson275 closed 6 years ago

jamesthompson275 commented 6 years ago

I am trying to submit to the whats-cooking competition as a late submission. I continually get a competition not found message, even though I do successfully retrieve my past submissions. The same happens when I try a dummy submission to carvana-image-masking-challenge (though my submissions returns nothing). The submit_url in submit.py always 404's if I got to [competition_url]/submissions/attach, but if I go to [competition_url]/submit there is no longer a form with the id tags that submit.py looks for.

jamesthompson275 commented 6 years ago

Here is the file I am trying to submit. (Just change extension back to csv) test-submit.txt

floydwch commented 6 years ago

Kaggle seems to remove the old entry of submission.

I'll migrate kaggle-cli to the new entry of submission. Thanks for the report.

floydwch commented 6 years ago

fixed via https://github.com/floydwch/kaggle-cli/commit/f7d6dbdea9d64e09fa1e6efec2f95ff55adffad2 .