What steps will reproduce the problem?
1.applied patch mentioned in issue 76
2.login to your google voice account
3.run any command, e.g. call a number
What is the expected output? What do you see instead?
expect the call to go thru, but got the following error instead:
gvoice> call
Outgoing number: xxxxxxxxxx
Forwarding number [optional]:
Phone type [1-Home, 2-Mobile, 3-Work, 7-Gizmo]:1
Traceback (most recent call last):
File "/jffs/bin/gvoice", line 97, in <module>
int(input('Phone type [1-Home, 2-Mobile, 3-Work, 7-Gizmo]:') or 2)
File "/jffs/lib/python2.7/site-packages/googlevoice/voice.py", line 106, in call
'remember': '1'
File "/jffs/lib/python2.7/site-packages/googlevoice/voice.py", line 210, in __validate_special_page
load_and_validate(self.__do_special_page(page, data))
File "/jffs/lib/python2.7/site-packages/googlevoice/util.py", line 65, in load_and_validate
validate_response(loads(response.read()))
File "/jffs/lib/python2.7/site-packages/googlevoice/util.py", line 59, in validate_response
raise ValidationError('There was a problem with GV: %s' % response)
googlevoice.util.ValidationError: There was a problem with GV: {u'data':
{u'code': 20}, u'ok': False}
Logging out of voice...
What version of the product are you using? On what operating system?
I am using python 2.7.3 on a router running tomato firmware
Please provide any additional information below.
I am surprised that this project has not caught more attention in light of
Google's plan to discontinue the xmpp on 5/15/15. This tool can be used with
asterisk to make free gvoice outgoing call like in the old days. Please update
and resolve all the issue. Thanks much!
Original issue reported on code.google.com by
jvoic...@gmail.comon 17 Mar 2014 at 8:51