Hello All, Since 2 years I have been woding on API and Character Sheet for Earthdan 4th Ed, I have had all sorts of bugs I have been able to track (often with the help of the community) or accept to live with (often with the mental support of the community), but there is still one coming back and back again where the API crashes with a message as below TypeError: Cannot read property 'body' of undefined I have tried to understand what type of events lead to this, and it seems very random, even sometimes being there waiting for me after I left the game running for some time... I have seen this message in various other threads but never found someone that actually pointed out a cause to it... <a href="https://app.roll20.net/forum/post/6467921/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/6467921/slug%7D</a> <a href="https://app.roll20.net/forum/post/8404492/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/8404492/slug%7D</a> <a href="https://app.roll20.net/forum/post/10285501/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/10285501/slug%7D</a> Only thing I am pretty sure is that it looks to be in the roll20 side (even if it may be a wrong value sent by my code), as I have nowhere in my code any object where I try to read a "body" property... Did anyone track this one down and has more clue on what can cause it ?