Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Can't authenticate with valid credentials #60

Open
yissachar opened this issue Nov 19, 2017 · 9 comments
Open

Can't authenticate with valid credentials #60

yissachar opened this issue Nov 19, 2017 · 9 comments

Comments

@yissachar
Copy link

Trying to download competition files gives me authentication errors:

$ kg download -u <my-username> -p <my-password> -c <competition>
Starting new HTTPS connection (1): www.kaggle.com
The username or password provided is incorrect.
'NoneType' object has no attribute 'get'

I'm using the same user and password that lets me login via the browser with no problems.

@floydwch
Copy link
Owner

What's the version?

@yissachar
Copy link
Author

0.12.13

@elbaro
Copy link

elbaro commented Nov 25, 2017

-u <email> worked.

@yissachar
Copy link
Author

Using email doesn't help - I get the same error.

@floydwch
Copy link
Owner

@yissachar Any special character in your password?

@yissachar
Copy link
Author

Password begins with a $. Would that somehow cause any issues?

@yissachar
Copy link
Author

Changing password to something that doesn't contain $ works. Seems $ causes the bug whether it is at the start of password or anywhere in middle.

@rissem
Copy link

rissem commented Dec 4, 2017

I ran into this as well (because of a '>' in my password I think). Simply quoting my password fixed it for me.

@chasehere
Copy link

Quoting didn't work for me but escaping dollar signs did. E.g. -p mypa\$word

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants