Open GoogleCodeExporter opened 9 years ago
I have this problem too.
pygooglevoice-0.5
simplejson 2.1.3
python 2.4.3 via source code
CentOS 5.3
Original comment by hookd...@gmail.com
on 1 Feb 2011 at 9:36
It appears to be a problem that comes form login issues...
See Issue 58 and 60
This solution from Issue 60 by misterich fixed my problem:
http://code.google.com/p/pygooglevoice/issues/detail?id=60#c10
For the lazy:
Edit the settings.py > LOGIN to point to a new URL
[path-on-your-machine]/googlevoice/settings.py
Change the login as follows:
# (old) LOGIN =
'https://www.google.com/accounts/ServiceLoginAuth?service=grandcentral'
LOGIN =
"https://accounts.google.com/ServiceLogin?service=grandcentral&passive=1209600&c
ontinue=https://www.google.com/voice&followup=https://www.google.com/voice<mpl=o
pen"
Original comment by aboz...@gmail.com
on 6 Oct 2011 at 4:52
Original issue reported on code.google.com by
jfeldst...@gmail.com
on 27 Jan 2011 at 4:32Attachments: