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
python test_etcd_reading.py
EtcdVersion(etcdserver='3.4.7', etcdcluster='3.4.0')
Traceback (most recent call last):
File "test_etcd_reading.py", line 5, in
print(cli.range('test'))
File "/.conda/envs/crabs/lib/python3.6/site-packages/etcd3/utils.py", line 251, in inner
return fn(*args, **kwargs)
File "/.conda/envs/crabs/lib/python3.6/site-packages/etcd3/apis/kv.py", line 203, in range
return self.call_rpc(method, data=data)
File "/.conda/envs/crabs/lib/python3.6/site-packages/etcd3/client.py", line 202, in call_rpc
self._raise_for_status(resp)
File "/.conda/envs/crabs/lib/python3.6/site-packages/etcd3/client.py", line 150, in _raise_for_status
raise get_client_error(error, code, status, resp)
etcd3.errors.go_etcd_rpctypes_error.ErrUnknownError: <ErrUnknownError error:'404 page not found', code:2>
Description
error
The text was updated successfully, but these errors were encountered: