dmorlitz / pygooglevoice

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

gvoice crashes #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run gvoice from command line
2.
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/bin/gvoice", line 125, in <module>
    getattr(voice,action)(*args)
  File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 92, in
call
    'remember': '1'
  File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 198,
in __validate_special_page
    load_and_validate(self.__do_special_page(page, data))
  File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 211,
in __do_special_page
    return self.__do_page(page, data, headers)
  File "/usr/lib/python2.6/site-packages/googlevoice/voice.py", line 191,
in __do_page
    return urlopen(Request(getattr(settings, page), data, headers))
  File "/usr/lib64/python2.6/urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 389, in open
    response = meth(req, response)
  File "/usr/lib64/python2.6/urllib2.py", line 502, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.6/urllib2.py", line 427, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 510, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error

What version of the product are you using? On what operating system?

0.4 on Fedora 12

Please provide any additional information below.

I usually run gvoice from asterisk. And it has worked great until this
afternoon.

Has gv changed the API?

I can login and place the call from the gv web interface.

Original issue reported on code.google.com by seandar...@gmail.com on 17 Nov 2009 at 11:39

GoogleCodeExporter commented 9 years ago
BTW, at 4:53 Eastern time today, this configuration of gvoice worked in 
asterisk! I
can see the call on the gv web site.

By 6 it crashes.

Original comment by seandar...@gmail.com on 18 Nov 2009 at 2:41

GoogleCodeExporter commented 9 years ago
Was able to dial calls out; now it doesn't work..

Original comment by leon.b....@gmail.com on 18 Nov 2009 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by justquick on 19 Nov 2009 at 5:34