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

password parsing broken #59

Closed tcrensink closed 8 months ago

tcrensink commented 6 years ago

data download and config break when passing -p <password> ; I suspect because it includes special characters such as : !?*-[]. Error: config: error: argument -p/--password: expected one argument

floydwch commented 6 years ago

Try to use " to quote the password, e.g. "!@#$%$".

vamsiuppala commented 6 years ago

Has this been resolved? I am facing the same challenge

floydwch commented 6 years ago

@vamsiuppala did you quote your password with " " ?

vamsiuppala commented 6 years ago

I did. But changed the password and retried the same. It ran this time. Maybe it had something to do with the special characters in my password.