rckclmbr / goportify

Apache License 2.0
4 stars 0 forks source link

login fails for google on all platforms #1

Open hedgehogbrown opened 9 years ago

hedgehogbrown commented 9 years ago

i have tried this with windows, mac osx and a ubuntu 64 virtual box. none of them have accepted my google credentials. what gives? i don't have 2 step authentication and i've enabled access from less secure apps. end of my rope here. my account is active as far as i can tell...

rckclmbr commented 9 years ago

This may sound silly, but do you have a Google Music: All Access subscription?

You also might try a temporary app password: https://security.google.com/settings/security/apppasswords

hedgehogbrown commented 9 years ago

it's just the play/music account isn't it? that's where it redirects when i look for all access. i clicked on your link and it said "The setting you are looking for is not available for your account."

so. i dunno why that might be.

hedgehogbrown commented 9 years ago

any advice whatsoever? i've tried everything i can think of :(

rckclmbr commented 9 years ago

Yea, it's the paid play/music account ($10/mo). Are you using a Google apps domain?

hedgehogbrown commented 9 years ago

how do you mean?

On Sat, Jul 18, 2015 at 2:17 PM, Joshua Braegger notifications@github.com wrote:

Yea, it's the paid play/music account ($10/mo). Are you using a Google apps domain?

— Reply to this email directly or view it on GitHub https://github.com/rckclmbr/goportify/issues/1#issuecomment-122582437.

hedgehogbrown commented 9 years ago

(i am sorry i am the least tech savvy guy and i appreciate the help)

image

rckclmbr commented 9 years ago

Is your email address <username>@gmail.com, or <username>@<customdomain.com>? The latter won't work.

Also, I guess the "app password" won't work because you don't have 2 factor auth enabled (which is fine).

Are you paying for google music?

hedgehogbrown commented 9 years ago

i am.

On Sat, Jul 18, 2015 at 5:19 PM, Joshua Braegger notifications@github.com wrote:

Is your email address @gmail.com, or @? The latter won't work.

Also, I guess the "app password" won't work because you don't have 2 factor auth enabled (which is fine).

Are you paying for google music?

— Reply to this email directly or view it on GitHub https://github.com/rckclmbr/goportify/issues/1#issuecomment-122601916.

fractaluser commented 8 years ago

Yeah im getting the same error:

Open your browser and go to http://localhost:3132 Managing socket.io Socketio session started New connection /usr/lib/python2.7/dist-packages/urllib3/connectionpool.py:732: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.) InsecureRequestWarning) 127.0.0.1 - - [2015-09-13 19:20:59] "POST /google/login HTTP/1.1" 200 157 0.211935

This is what i see in the console, and not sure how to fix it. Says login failed all the time....but i guess its because its trying https but no certs are there??

fractaluser commented 8 years ago

Also doing the -copyall shows this but then it says wrong spotify password, and its not wrong:

rumis@rframe:/usr/local/bin$ sudo pyportify-copyall Enter Google email address: sdaf@gmail.com Enter Google password: /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) Enter Spotify username: yesusername Enter Spotify password: Invalid Spotify username/password rumis@rframe:/usr/local/bin$

Very strange =(