Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't login no matter what. #36

Open
dzimbeck opened this issue Feb 9, 2017 · 14 comments
Open

Can't login no matter what. #36

dzimbeck opened this issue Feb 9, 2017 · 14 comments

Comments

@dzimbeck
Copy link

dzimbeck commented Feb 9, 2017

File "C:\Python27\lib\site-packages\googlevoice\voice.py", line 97, in login
raise LoginError
LoginError

Thats the error, then I get emails to my gmail saying a suspicious login was detected.

However, I have done the unlock captcha.
I've set "allow less secure apps"
I've used other libraries to login with Python (such as IMAP) no problem
I've even logged in manually.

This package used to work, now it doesn't google breaks it again.
Doesn't matter which gmail I use.

@caboose1129
Copy link

I am seeing the same thing.
My automated scripts no longer work.

@LukeCLindgren
Copy link

LukeCLindgren commented Feb 14, 2017

Google updated the google voice website. It used to be https://www.google.com/voice/b/0/, but now its https://google.voice.com/u/0/.

I tried updating this on the settings code, but still didn't work. I assumed they changed the login process for it as well (or maybe I changed it incorrectly...). Anyways, this "major" update was posted for most people over the last week. I posted on the voice forum earlier toady, and hope that I hear from someone soon. (It broke a lot of my scripts and my AI program).

I got a response back from someone saying that it "was the wrong place to post." Hopefully this will be fixed soon...

@danest
Copy link

danest commented Feb 20, 2017

I am seeing this error as well.

@bjfletc
Copy link

bjfletc commented Feb 21, 2017

Has anyone found a resolution to this issue yet? I am curious as well.

@numericOverflow
Copy link

I've been tinkering a bit with it, and think I've made some rough proof-of-concept progress, but no where near a fixed/working version yet.

See my comments here:
http://stackoverflow.com/questions/42097689/pygoogle-voice-not-logging-in

@woodyl
Copy link

woodyl commented May 21, 2017

Is the logon issue still not fixed? I'm having trouble figuring out the status of this. Is there a manual fix available?

@chris001
Copy link

It should've been fixed after discussion on #27 with PR #37 and was merged into current master version. Did you try it?

@chris001
Copy link

@woodyl @numericOverflow @bjfletc @danest @LukeCLindgren @caboose1129 @dzimbeck
I found a Login crash today. I spent the last four hours hacking at it. I fixed it with #40.
@pettazz Could you take a look and try it out please.

@woodyl
Copy link

woodyl commented May 22, 2017

Chris, thanks for your hard work. I'll try out the fix when I get a chance.

@chris001
Copy link

@pettazz Nick, could you please merge the PR #40 Users are trying to run the current master version, which has been crashing the past few days. See here:
https://pbxinaflash.com/community/threads/sms-with-google-voice-is-dead-again.19717/page-2#post-130699

@Geremia
Copy link

Geremia commented Jun 6, 2017

I can't login even using #40

@chris001
Copy link

chris001 commented Jun 6, 2017

Hi @Geremia
Using #40 right now, login is working here.
What's the full text of your error message?

@woodyl Any chance yet to try #40.

@Geremia
Copy link

Geremia commented Jun 7, 2017

@chris001 Here's the output (email address changed to preserve my identity):

$ gvoice
DEBUG:PyGoogleVoice:e.com/ServiceLogin?continue=https://www.google.com/voice&rip=1&nojavascript=1&followup=https://www.google.com/voice&service=grandcentral&ltmpl=open&flowName=GlifWebSignIn&flowEntry=Identifier? - {'Content-type': 'application/x-www-form-urlencoded;charset=utf-8', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'}
DEBUG:PyGoogleVoice:e.com/signin/challenge/sl/password?service=grandcentral&continue=https://www.google.com/voice/redirection/voice&followup=https://www.google.com/voice&ltmpl=open?Passwd=thdhcvozwixhajhc&gxf=AFoagUW1t6SRtgwASz5_kFsfbXI4q_iPcA%3A1496856471083&GALX=R6lgnq15e34&Email=myemail%40gmail.com - {'Content-type': 'application/x-www-form-urlencoded;charset=utf-8', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'}
Login failed. Retry?[Y/n] 

I used an app password generated by Google.

Anything other logs I can report?

@chris001
Copy link

chris001 commented Jun 9, 2017

@Geremia Replied on #40

jaraco pushed a commit to jaraco/googlevoice that referenced this issue Aug 28, 2022
This change adds `nitpicky=True` (which is an equivalent of `-n`) to
make Sphinx emit warnings for any references to non-existing targets.
Then, it adds `-W` to make it fail whenever a single warning is seen.
Finally, `--keep-going` allows Sphinx to print out all the warnings
before exiting instead of showing just one and bailing.

Resolves pettazz#29

Refs:
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants