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
{{ message }}
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Traceback (most recent call last):
File "/home/test/Desktop/client-py/examples/unixsocket_get_events.py", line 12, in <module>
for event in c.get():
File "/usr/local/lib/python3.9/dist-packages/falco-0.4.0-py3.9.egg/falco/client.py", line 53, in get
for pb_resp in responses:
File "/usr/local/lib/python3.9/dist-packages/grpcio-1.26.0-py3.9-linux-x86_64.egg/grpc/_channel.py", line 416, in __next__
return self._next()
File "/usr/local/lib/python3.9/dist-packages/grpcio-1.26.0-py3.9-linux-x86_64.egg/grpc/_channel.py", line 703, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1658970659.637958797","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3940,"referenced_errors":[{"created":"@1658970659.637956623","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":392,"grpc_status":14}]}"
>
How to reproduce it
Clone this repository
Install plugin sudo python3 setup.py install
Run examples: python3 examples/<any example script>
Describe the bug
All examples showed error
How to reproduce it
sudo python3 setup.py installpython3 examples/<any example script>Expected behaviour
Example should run without any error.
Environment
Linux test-virtualbox 5.18.0-0.bpo.1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.2-1~bpo11+1 (2022-06-14) x86_64 GNU/LinuxAdditional context
Python3 version: 3.9.2-3 (Debian package)
grpcio version: 1.26.0