'How can I fix this pygooglevoice googlevoice.util.LoginError error?
I was trying to make a program with the google pygooglevoice python module so I could send messages with my PC without having to open the google voice website, when I got this error RIGHT when I started. The only code I have so far is:
from googlevoice import Voice
from googlevoice.util import *
voice = Voice()
voice.login("[email protected]","MyGmailPassword")
And I get this error:
File "C:\Users\MyUser\AppData\Local\Programs\Python\Python310\lib\site-packages\googlevoice\voice.py", line 101, in login
raise util.LoginError
googlevoice.util.LoginError
It is a HUGE problem if I can't access my account through this for my program will not work. Any help is appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
