Doop de doo...

Jul 13

Most Unhelpful Error Message, Evar.

Traceback (most recent call last):
  File "./httpmr/driver.py", line 407, in 
    main()
  File "./httpmr/driver.py", line 403, in main
    driver.Run()
  File "./httpmr/driver.py", line 266, in Run
    self._Map()
  File "./httpmr/driver.py", line 277, in _Map
    self._LaunchPhase(MAP_MASTER_TASK_NAME, self._AllMapOperationsComplete)
  File "./httpmr/driver.py", line 311, in _LaunchPhase
    base_urls = self._GetInitialUrls(phase_task_name)
  File "./httpmr/driver.py", line 326, in _GetInitialUrls
    html = urllib2.urlopen(url).read()
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 380, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 491, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 418, in error
    return self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 499, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Dude, this is whack!


Page 1 of 1