question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pulling from the newest version of the repository (#41), I’m the code is raising a login error.

This is what I have written: `from googlevoice import Voice from googlevoice.util import input import BeautifulSoup

username, password = “xxxx@gmail.com”, “xxxxxx” …

def google_login(username, password): voice = Voice() client = voice.login(username, password) print client return client `

However, I’m getting this error: Traceback (most recent call last): File "E:/Jason Core/Boot.py", line 75, in <module> control() File "E:/Jason Core/Boot.py", line 70, in control logins = System_Logins.read_logins(basedir) File "E:\Jason Core\System_Logins.py", line 33, in read_logins gv = google_login(login_list[type_list.index(item)], password_list[type_list.index(item)]) File "E:\Jason Core\System_Logins.py", line 44, in google_login client = voice.login(username, password) File "C:\Python27\lib\site-packages\googlevoice\voice.py", line 94, in login raise LoginError

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
andreawhitlockcommented, Sep 25, 2017

I initially installed the package from the Fedora dnf command. Then I downloaded the master zip file from here when I had errors and installed the local package with easy_install. It must not have overlaid everything or things got half-baked. I used pip uninstall to uninstall pygooglevoice and reinstalled from the master zip downloaded from here (using pip install). It’s working now that I have a clean install.

1reaction
LukeCLindgrencommented, Sep 19, 2017

@chris001 this worked for me. Thanka!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix a Login Problem | Facebook Help Center
Make sure to use a computer or mobile phone that you have previously used to log into your Facebook account. Check out these...
Read more >
Fix login issues on websites that require a username and ...
Fix login issues on websites that require a username and password · Enable cookies for the website · Clear history for that site...
Read more >
I can't log in to a website - WhatIsMyBrowser.com
Having trouble logging into a website? There are lots of things that could be wrong. Here's a detailed guide to help you find...
Read more >
How to Fix Windows 10 Login Problems [EXPERT GUIDE]
Common Windows 10 login issues · Method 1: Restart your computer · Method 2: Run the Startup Repair tool · Method 3: Boot...
Read more >
Account Signin - Issuu
Or sign in with email. Email or username. placeholder. Password. placeholder. Sign in. I forgot my password. Don't have an account yet?Create account....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found