Cool, good to know.
Is all of your stuff in at this point: it should run? I'm getting a 500 error on functional_tests (see below).
Seems like maybe the proxy isn't running properly on my machine.
returns a 500. Is that what you'd expect?
Already up-to-date.
Heather-Piwowars-MacBook-Pro:total-impact-core hpiwowar$ service/backend start
Starting backend server: Started
Heather-Piwowars-MacBook-Pro:total-impact-core hpiwowar$ service/api start
Starting api server: Started
Heather-Piwowars-MacBook-Pro:total-impact-core hpiwowar$ service/proxy start
Starting proxy server: Started
Heather-Piwowars-MacBook-Pro:total-impact-core hpiwowar$ extras/providers_check.py
Checking Dryad provider
Checking Wikipedia provider
Checking Github provider
Checks complete, no data inconsistencies were found
Heather-Piwowars-MacBook-Pro:total-impact-core hpiwowar$ extras/functional_test.py
Traceback (most recent call last):
File "extras/functional_test.py", line 141, in <module>
itemdata = ti.request_item_result(itemid[item_type][idx])
File "extras/functional_test.py", line 36, in request_item_result
response = urllib2.urlopen(req)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 124, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 389, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 502, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 427, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 361, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/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