Conversation
|
Is there any testing you can share @ramichael77 ? what is the data you were not able receive and you are able now? also, what about compatibility with previous way? |
|
Hi, I tried to use not published https://github.com/akarneliuk/pygnmi/blob/master/pygnmi/client.py#L593C40-L599C100 but immediately failed as the code has the following issue.
The proposed code uses e.HasField(...) and e.ListFields() that are provided by python grpcio grpcio-tools The all other code uses HasField(...) but not hasattr(...). see for example code below: There is a part of message that I got from our server and the message was parsed by gnmic but not pygnmi:
|
|
Hi |
The fix is for proper leaflist parsing and processing.
The 0.8.15 does not have leaflist support.
I failed to use leaflist from main in my project and was forced to fix it.