Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid header value 'XMLHttpRequest\r\n' Merge .osm files #1

Open
hyances opened this issue Aug 7, 2016 · 0 comments
Open

Invalid header value 'XMLHttpRequest\r\n' Merge .osm files #1

hyances opened this issue Aug 7, 2016 · 0 comments

Comments

@hyances
Copy link

hyances commented Aug 7, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant