TypeError: Cannot read property 'length' of undefined
jpfong opened this issue · 0 comments
jpfong commented
I'm getting an error with the getEvents method.
It's on the following var requestEventsCount = result.Event.length;
TypeError: Cannot read property 'length' of undefined
It seems that is there is no event, the Event object is undefined.