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
Existing open issues along with etcd frequently asked questions have been checked and this is not a duplicate.
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
The text was updated successfully, but these errors were encountered:
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)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: