Skip to content

Login, sms okay - call fails with validation error #7

Description

@cleidigh

hoping this repo is the latest and greatest...

I can login okay and send an SMS successfully.
when I try to use the CLI gvoice utility to make a call , I get a validation error.

any issues or set up I could investigate?

thanks

Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\googlevoice\voice.py", line 156, in call
'remember': '1'
File "C:\Python27\lib\site-packages\googlevoice\voice.py", line 287, in __validate_special_page
load_and_validate(self.__do_special_page(page, data))
File "C:\Python27\lib\site-packages\googlevoice\util.py", line 65, in load_and_validate
validate_response(loads(response.read()))
File "C:\Python27\lib\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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions