MagicMirrorOrg/MagicMirror

default calendar losing events between backend and front end

sdetweil opened this issue · 2 comments

see

https://forum.magicmirror.builders/topic/18325/calendar-not-updating/85?_=1706893005707

I have added traces to just before the socketsend from node helper and traces to the front end, and the event shows before send, and does not show after socket receive

the event is NOT at the start or end of the data

how else can I debug this?

we just did a new npm install, on 2.26, with node-ical@0.16.1

and it's repeatable. same event gets lost

socketio uses json stringify before send, and parse on receive

my traces do the same..