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
After sending HTTP GET request to my local cluster on port 4001 (http://127.0.0.1:4001/v2/keys/), parsing successful response (200 OK) fails with SyntaxError JSON.parse: unexpected end of data at line 1 column 1 of the JSON data error.
Doing the exact same operation with curl http://127.0.0.1:4001/v2/keys/ returns valid JSON format: {"action":"get","node":{"dir":true}}
etcd-browser reports an error: Request failed - - http://127.0.0.1:4001/v2/keys/
Hey ghost, I had the same problem, try adding --net="host" and setting the environment variable ETCD_HOST=127.0.0.1 leading to the following docker command:
After sending HTTP GET request to my local cluster on port 4001 (http://127.0.0.1:4001/v2/keys/), parsing successful response (200 OK) fails with
SyntaxError JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
error.Doing the exact same operation with
curl http://127.0.0.1:4001/v2/keys/
returns valid JSON format:{"action":"get","node":{"dir":true}}
etcd-browser reports an error:
Request failed - - http://127.0.0.1:4001/v2/keys/
etcd-browser version: latest master
etcd version: etcd-io/etcd@f077092
What firefox outputs: http://a.pomf.se/rhijlp.png
What wireshark captures: http://a.pomf.se/drsqsz.png
The text was updated successfully, but these errors were encountered: