ECToo / pygooglevoice

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

After authenticating cant make calls or send sms #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gvoice
2. type username password
3. i.e. call NUBER MYGOOGLEV CODE=7 
Traceback (most recent call last):
  File "/usr/bin/gvoice", line 5, in ?
    pkg_resources.run_script('pygooglevoice==0.5', 'gvoice')
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 489, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 1214, in run_script
    exec script_code in namespace, namespace
  File "/usr/bin/gvoice", line 129, in ?

  File "build/bdist.linux-i686/egg/googlevoice/voice.py", line 140, in send_sms
  File "build/bdist.linux-i686/egg/googlevoice/voice.py", line 210, in __validate_special_page
  File "build/bdist.linux-i686/egg/googlevoice/util.py", line 65, in load_and_validate
  File "build/bdist.linux-i686/egg/googlevoice/util.py", line 59, in validate_response
googlevoice.util.ValidationError: There was a problem with GV: {u'data': 
{u'code': 67}, u'ok': False}

Original issue reported on code.google.com by chitopunk on 13 Sep 2010 at 8:18