Skip to content

Instantly share code, notes, and snippets.

@mongrelP
Created October 30, 2011 00:28
Show Gist options
  • Save mongrelP/1325299 to your computer and use it in GitHub Desktop.
Save mongrelP/1325299 to your computer and use it in GitHub Desktop.
gentwoo error log
Traceback (most recent call last):
File "/usr/local/bin/gentwoo.py", line 144, in <module>
(result, info) = query.send()
File "/usr/local/bin/gentwoo.py", line 66, in send
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 400, in open
response = meth(req, response)
File "/usr/lib64/python2.7/urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python2.7/urllib2.py", line 438, in error
return self._call_chain(*args)
File "/usr/lib64/python2.7/urllib2.py", line 372, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment