Value array seems to be empty
al3xa23 opened this issue · comments
al3xa23 commented
Hi,
I want to parse data from VILLASnode to a Python script. I use udp socket between VILLASnode and Python and data format protobuf.
It worked some months ago. Now, I tried to reuse it again, but I get the error
Traceback (most recent call last):
msg.samples[0].values[0].f
IndexError: list index (0) out of range
It seems that the value array is empty.
Can it be that the data is not stored correctly? Do you have an idea?
Thanks and best regards
Alexandra
Steffen Vogel commented
Hi @al3xa23,
just to check: Does this issue still exists?