Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.16k stars 1.08k forks source link

createUrl bug #517

Open ljhOfGithub opened 10 months ago

ljhOfGithub commented 10 months ago

I use the command: kaggle competitions submit -f submission.csv -m 'test' -c optiver-trading-at-the-close but I got the bug:KeyError: 'createUrl' And when I use the command: kaggle competitions list I got the bug:AttributeError: 'str' object has no attribute 'items' Why so many bugs in your tools?