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

Bug in grpcio>=1.54.0 #2212

Open
bashar94 opened this issue Jun 25, 2023 · 1 comment
Open

Bug in grpcio>=1.54.0 #2212

bashar94 opened this issue Jun 25, 2023 · 1 comment

Comments

@bashar94
Copy link

bashar94 commented Jun 25, 2023

I am getting the following error when I tried to authenticate using username and password.

Though using grpcio==1.44.0 solved the issue for now

Just created this issue so that others can get an idea about the solutions and this issue gets fixed in upcoming versions.

My etcd database version is 3.5.9 and etcd3==0.12.0

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/root/myproject/venv/lib/python3.10/site-packages/etcd3/client.py", line 48, in handler
    _translate_exception(exc)
  File "/root/myproject/venv/lib/python3.10/site-packages/etcd3/client.py", line 46, in handler
    return f(*args, **kwargs)
  File "/root/myproject/venv/lib/python3.10/site-packages/etcd3/client.py", line 534, in status
    status_response = self.maintenancestub.Status(
  File "/root/myproject/venv/lib/python3.10/site-packages/grpc/_channel.py", line 1030, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/root/myproject/venv/lib/python3.10/site-packages/grpc/_channel.py", line 910, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAUTHENTICATED
	details = "Established channel does not have a sufficient security level to transfer call credential."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Established channel does not have a sufficient security level to transfer call credential.", grpc_status:16, created_time:"2023-06-25T10:18:55.858860189+00:00"}"
@nntp4
Copy link

nntp4 commented Nov 27, 2023

@bashar94 I used etcd3 = "0.12.0" and grpcio = "1.44.0" with poetry in my project.
image

But a segfault occurs, have you run into this problem?
image

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

2 participants