-
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
Newbie Help Loggin In #55
Comments
same, having issues logging in |
I am getting the following error and am unable to login: File "D:\Apps\Python\lib\site-packages\googlevoice\voice.py", line 66, in login Did perform the DUC Unlock (https://accounts.google.com/b/0/displayunlockcaptcha) Environment Details: Windows 10; Python 3.7 |
Extract the files from this repo into the following folder:
|
This patch adds a job that is able to accurately signal whether all the expectations of the required jobs to succeed are met. This job can then be used as a source of truth for judging whether "CI passes" and can be used in the branch protection. It also plays a role of a convenient "gate" — this is the only job that would have to be listed in the branch protection as opposed to listing every single job name generated by the test matrix (and they all have different names — it's not possible to just select one `test` job name). Ref: https://github.com/re-actors/alls-green#why
When I execute the following script...
I get this error....
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\ProgramData\Anaconda3\lib\site-packages\googlevoice\voice.py", line 60, in login email = config.email File "C:\ProgramData\Anaconda3\lib\site-packages\googlevoice\conf.py", line 55, in <lambda> email = property(lambda self: self.get('email', 'auth')) File "C:\ProgramData\Anaconda3\lib\site-packages\googlevoice\conf.py", line 35, in get return ConfigParser.get(self, section, option).strip() or None File "C:\ProgramData\Anaconda3\lib\configparser.py", line 800, in get d) File "C:\ProgramData\Anaconda3\lib\configparser.py", line 394, in before_get self._interpolate_some(parser, option, L, value, section, defaults, 1) File "C:\ProgramData\Anaconda3\lib\configparser.py", line 407, in _interpolate_some rawval = parser.get(section, option, raw=True, fallback=rest) TypeError: get() got an unexpected keyword argument 'raw'
I found the config file and put the username and password in but am stuck.
Any ideas?
The text was updated successfully, but these errors were encountered: