-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix Login crash (May 2017). Add USER_AGENT setting. #40
base: master
Are you sure you want to change the base?
Conversation
chris001
commented
May 22, 2017
•
edited
Loading
edited
- Fix the latest Login crash of May 2017 from Login fails. Anyone able to login? #27 and Can't login no matter what. #36
- Add USER_AGENT setting, defaults to Firefox. Requested in Change 'User-Agent' or allow customization of it #32
Use the plain HTML version of the LOGIN page. Add USER_AGENT setting, defaults to a Firefox browser.
Using EspaceNetworks:master, I still can't login. |
@Geremia What's the full text of the error message? |
@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 app was made before app passwords existed. It can currently sign in using your real password. I agree the app password would be a much more secure way to sign in, and it (probably) should work to sign in. Looking into it now. |
@Geremia What happens when you try to sign in on the web with your app password instead of your G account password. Does it work? |
@chris001 The issue was that I cannot have 2-factor authentication enabled and I must use the master password for the Google account. Is that expected? |
@Geremia It definitely works with the G account password. There's also a feature for SMS code (2-factor authorization) which I haven't tested - it used to work, maybe it still does. |
@chris001 As far as I can tell, logging into the website with an app password does not work. |
@iannesbitt @Geremia |
Remove GALX token. Was removed by GV from the page in june 2017.
In case users download the package, run it, and wish to submit changes, ignore the compiled python files.
pettazz#31 by @threynol "Python 3 added a few keyword arguments to the get() method of ConfigParser. An error is generated in Config whenever ConfigParser tries to pass an argument to the get() method that Config's get() method does not support. (This occurs when the email and password are read from the .gvoice file.) This correction adds keyword arguments to Config's get() method and passes them through to ConfigParser's get() method so that these errors are avoided." Tested and works in python 2.7.
I may have missed this but is there a way to make the account password work with 2-step auth enabled? |
@iannesbitt |
BeautifulSoup is required by examples.
@chris001 Perhaps I am missing a way to increase verbosity? |
@iannesbitt Now is as good time as any to announce that I invite a everyone who is using this software and enjoying my recent bug fixes and feature additions, to visit my gofundme page, where anyone who is interested in supporting my serious efforts to fix and develop this software further, can make a contribution to help cover my running costs. Thank you to everyone who will support. It's because of you that I can do this and make this software work again! |
pettazz#40 (commits) 077b106 Fix LOGIN error. Add USER_AGENT. 984e343 Use settings USER_AGENT f6f5df1 Add USER_AGENT setting.
pettazz#40 (commits) 077b106 Fix LOGIN error. Add USER_AGENT. 984e343 Use settings USER_AGENT f6f5df1 Add USER_AGENT setting.