Honer08 / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

log-in error #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call.py in the example folder
2.email@gmail.com
3.password

What is the expected output? What do you see instead?

googlevoice.util.LoginError

What version of the product are you using? On what operating system?

version 0.5, just downloaded today. Python 2.7. Windows 7

Please provide any additional information below.

my log-in works for other apis but not this one for some reason

Original issue reported on code.google.com by amousav...@gmail.com on 23 Dec 2012 at 3:13

GoogleCodeExporter commented 8 years ago
getting same error
Traceback (most recent call last):
  File "C:/Python27/text.py", line 6, in <module>
    voice.login()
  File "c:\python27\lib\site-packages\googlevoice\voice.py", line 78, in login
    raise LoginError
LoginError

Original comment by edward.b...@gmail.com on 4 Oct 2013 at 1:07

GoogleCodeExporter commented 8 years ago
Haven't solved this but printing out what is returned it looks like the Passwd 
field (and only that one) is not filled out and so the login is invalid.

Original comment by jm.macla...@gmail.com on 4 Jan 2014 at 3:34