-
Notifications
You must be signed in to change notification settings - Fork 91
'NoneType' object has no attribute 'find' #50
Comments
What's your kaggle-cli version? |
I guess you used an obsolete kaggle-cli, try to |
I've had the same problem with the latest version of the cli as well. |
I had the same problem last week. After run "pip isntall -U kaggle-cli" to upgrade to the latest one, it worked well yesterday. but today I have the same problem again. |
@bsatts @yuerlong Did you use inline config to login and submit? i.e. Try to The Use config to save the login session might help. |
@floydwch Thanks for reply. I did use " kg config -u user -p pass -c comptition" before run "kg submit filename". The "NoneType" error still exists. |
@yuerlong So the |
@floydwch yes, |
I got a similar problem when trying to use |
I figured out what the problem was. It's caused any password having $ in it. This causes a problem when used in the config file. If you escape the password with double quotes when passing the password as a parameter it works |
When submission is made using
kg submit -u -p -c -m ""
'NoneType' object has no attribute 'find'
is thrown.
The text was updated successfully, but these errors were encountered: