Git-Host / pygooglevoice

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

urllib2.HTTPError: HTTP Error 500: Internal Server Error #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$gvoice -e mine@gmail.com -p mypass call 1987XXXXXXX 1987XXXXXXX
Traceback (most recent call last):
  File "/usr/local/bin/gvoice", line 129, in <module>
    getattr(voice,action)(*args)
  File "build/bdist.freebsd-7.2-STABLE-amd64/egg/googlevoice/voice.py", line 86, in call
  File "build/bdist.freebsd-7.2-STABLE-amd64/egg/googlevoice/voice.py", line 192, in 
__validate_special_page
  File "build/bdist.freebsd-7.2-STABLE-amd64/egg/googlevoice/voice.py", line 205, in 
__do_special_page
  File "build/bdist.freebsd-7.2-STABLE-amd64/egg/googlevoice/voice.py", line 185, in 
__do_page
  File "/usr/local/lib/python2.6/urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/local/lib/python2.6/urllib2.py", line 395, in open
    response = meth(req, response)
  File "/usr/local/lib/python2.6/urllib2.py", line 508, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/lib/python2.6/urllib2.py", line 433, in error
    return self._call_chain(*args)
  File "/usr/local/lib/python2.6/urllib2.py", line 367, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.6/urllib2.py", line 516, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error
Logging out of voice...
$

What is the expected output? What do you see instead?
Place a call

What version of the product are you using? On what operating system?
version: pygooglevoice 0.5
OS: FreeBSD 7.2

Please provide any additional information below.
$python -V
Python 2.6.4

Original issue reported on code.google.com by asd1...@gmail.com on 8 Dec 2009 at 10:35

GoogleCodeExporter commented 9 years ago
I fixed it!

I uninstalled all previous versions and delete all .egg files/directories and 
reinstall again using python setup.py 
install.

Please feel free to close this issue.

Original comment by asd1...@gmail.com on 8 Dec 2009 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by justquick on 9 Dec 2009 at 2:06