VILLASframework / node

Connecting real-time power grid simulation equipment

Home Page:https://fein-aachen.org/projects/villas-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Value array seems to be empty

al3xa23 opened this issue · comments

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

Hi @al3xa23,

just to check: Does this issue still exists?