You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error message from a forked repository. I want to test your app for stats of TM-CO projects, during and after, so evaluate several teams working on. ¿Is possible to evaluate within periods from the past? By example, is possible to create rankings of teams with the changesets between 2016-07-12 / 2016-07-20?
osm_monitoring_tool$ python run.py 26 start first run... timestamp: 2016_8_6_19_28 Download OSM data from OpenStreetMap API. This may take some minutes... Traceback (most recent call last): File "get_tm_osm_data.py", line 147, in <module> main( sys.argv[1], sys.argv[2] ) File "get_tm_osm_data.py", line 90, in main tm_project_json = get_tm_project_json(task_id) File "get_tm_osm_data.py", line 26, in get_tm_project_json resp = urllib2.urlopen(req) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 429, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 447, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1195, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 1096, in _send_request self.putheader(hdr, value) File "/usr/lib/python2.7/httplib.py", line 1035, in putheader raise ValueError('Invalid header value %r' % (one_value,)) ValueError: Invalid header value 'XMLHttpRequest\r\n' Merge .osm files
The text was updated successfully, but these errors were encountered:
I'm getting this error message from a forked repository. I want to test your app for stats of TM-CO projects, during and after, so evaluate several teams working on. ¿Is possible to evaluate within periods from the past? By example, is possible to create rankings of teams with the changesets between 2016-07-12 / 2016-07-20?
osm_monitoring_tool$ python run.py 26 start first run... timestamp: 2016_8_6_19_28 Download OSM data from OpenStreetMap API. This may take some minutes... Traceback (most recent call last): File "get_tm_osm_data.py", line 147, in <module> main( sys.argv[1], sys.argv[2] ) File "get_tm_osm_data.py", line 90, in main tm_project_json = get_tm_project_json(task_id) File "get_tm_osm_data.py", line 26, in get_tm_project_json resp = urllib2.urlopen(req) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 429, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 447, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1195, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 1096, in _send_request self.putheader(hdr, value) File "/usr/lib/python2.7/httplib.py", line 1035, in putheader raise ValueError('Invalid header value %r' % (one_value,)) ValueError: Invalid header value 'XMLHttpRequest\r\n' Merge .osm files
The text was updated successfully, but these errors were encountered: