-
Notifications
You must be signed in to change notification settings - Fork 117
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
Comments
I am seeing the same thing. |
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... |
I am seeing this error as well. |
Has anyone found a resolution to this issue yet? I am curious as well. |
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: |
Is the logon issue still not fixed? I'm having trouble figuring out the status of this. Is there a manual fix available? |
@woodyl @numericOverflow @bjfletc @danest @LukeCLindgren @caboose1129 @dzimbeck |
Chris, thanks for your hard work. I'll try out the fix when I get a chance. |
@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: |
I can't login even using #40 |
@chris001 Here's the output (email address changed to preserve my identity):
I used an app password generated by Google. Anything other logs I can report? |
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
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.
The text was updated successfully, but these errors were encountered: