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

etcd3 and livekit compatibility issues #19106

Open
4 tasks
zhushixia opened this issue Dec 25, 2024 · 0 comments
Open
4 tasks

etcd3 and livekit compatibility issues #19106

zhushixia opened this issue Dec 25, 2024 · 0 comments
Labels

Comments

@zhushixia
Copy link

Bug report criteria

What happened?

Traceback (most recent call last):
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/zhushixia/project/odd-agent/public/utils.py", line 18, in
from public.common.etcd_tool import EtcdConnectionPool
File "/home/zhushixia/project/odd-agent/public/common/etcd_tool.py", line 1, in
import etcd3
File "/home/zhushixia/env/anaconda3/envs/odd/lib/python3.10/site-packages/etcd3/init.py", line 3, in
import etcd3.etcdrpc as etcdrpc
File "/home/zhushixia/env/anaconda3/envs/odd/lib/python3.10/site-packages/etcd3/etcdrpc/init.py", line 1, in
from .rpc_pb2 import *
File "/home/zhushixia/env/anaconda3/envs/odd/lib/python3.10/site-packages/etcd3/etcdrpc/rpc_pb2.py", line 20, in
DESCRIPTOR = _descriptor.FileDescriptor(
File "/home/zhushixia/env/anaconda3/envs/odd/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 1024, in new
return _message.default_pool.AddSerializedFile(serialized_pb)
TypeError: Couldn't build proto file into descriptor pool!
Invalid proto descriptor for file "rpc.proto":
rpc.proto: A file with this name is already in the pool.

What did you expect to happen?

etcd3 and livekit compatibility

How can we reproduce it (as minimally and precisely as possible)?

python with livekit==0.18.3 and etcd3==0.12.0

Anything else we need to know?

No response

Etcd version (please run commands below)

etcd3==0.12.0

Etcd configuration (command line flags or environment variables)

paste your configuration here

Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)

$ etcdctl member list -w table
# paste output here

$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here

Relevant log output

No response

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

No branches or pull requests

1 participant