-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pygooglevoice problem #19
Comments
Facing same issue. Though, GV might have change API parameters, but that doesn't seems to be the case Following is the REST request from CHROM. rest URL:https://www.google.com/voice/call/connect/ |
Have you guys tried this? #18 (comment) |
{Have you guys tried this? #18 (comment)} Of course I did. same problem. |
Just figured, for US numbers provide +1 before forwarding number. for example +14445556666. Surprisingly without that I am getting error GV: {u'data': {u'code': 1}, u'ok': False}. Earlier it used to work without country code. Will monitor my asterisk for couple of more days before saying anything for sure. |
Thanks so much aprajapati, it is OK now if add +1 before my forward number. |
@aprajapati @edmond25 @illgitthat Any update? I am having a similar issue on #44. |
I was successful to use google on 19/3/2016, nothing changed in system. The problem now:
Traceback (most recent call last):
File "/usr/bin/gvoice", line 97, in
int(input('Phone type [1-Home, 2-Mobile, 3-Work, 7-Gizmo]:') or 2)
File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 157, in call
'remember': '1'
File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 288, in __validate_special_page
load_and_validate(self.__do_special_page(page, data))
File "/usr/lib/python2.6/site-packages/googlevoice/util.py", line 65, in load_and_validate
validate_response(loads(response.read()))
File "/usr/lib/python2.6/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': 1}, u'ok': False}
Logging out of voice...
The text was updated successfully, but these errors were encountered: