Zehir / node-red-contrib-eesmart-d2l

A simple node to read data from Linky sent by an eeSmart D2L.
MIT License
7 stars 1 forks source link

Cannot read property 'payload' of undefined #5

Closed pcatricwattmen closed 3 years ago

pcatricwattmen commented 3 years ago

After connecting module D2L as describe in README, the connection seems to be ok, but i have this error 👎 19 Nov 07:42:13 - [error] [eesmart-d2l:eeSmart D2L] TypeError: Cannot read property 'payload' of undefined

Zehir commented 3 years ago

Are you on version 0.2.3?

pcatricwattmen commented 3 years ago

yes

Zehir commented 3 years ago

Can you post an export of your graph ? (The keys are removed from the export)

Zehir commented 3 years ago

@pcatricwattmen Could you try the version 0.2.4 ? I think I found the bug. I just push the changes on node-red server, he sould be avaliable in your node-red in 30 min to 1 hour.

pcatricwattmen commented 3 years ago

Yes, it's ok now. Thank you.