Hi there ,
I’m trying to get tenant information from gRPC API with Python and I’m getting a problem that I can’t deal with due to my probable bad knowledge of Protobuf.
When I’m doing:
The error indicates that it is looking for a variable int, but you are correct that tenant ID is a UUID string (Protocol documentation - ChirpStack open-source LoRaWAN® Network Server documentation). It looks like there is a mismatch somewhere between the client library, server, or something else. Are you sure the code that is populating the ID is being interpreted as a string by Python?