Matt Dietz
Matt Dietz
For reference: https://github.com/hashicorp/consul/blob/master/api/api.go#L34-L36 https://github.com/hashicorp/consul/blob/master/api/api.go#L666-L678
I was able to fix our issues by upgrading `grcpio` and adding `grcpio-tools` to our dependencies. Previously, we were only on `grpcio==1.37.1` ``` grpcio==1.47.0 grpcio-tools==1.47.0 ``` Installing _just_ `grpcio==1.47.0` caused...
I can verify this works. Tested with lightshowpi streaming the decoded frames into PiFmRds as a subprocess and it all worked beautifully.
In my own experience, the issue here is the expected type of something is wrong in the JSON blob. Checkout #389