
http_request success kills non IO exceptions
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-2676 - Reported by jb_aero
While developing this code http://paste.thezomg.com/9323/23743213/ I missed a few array starts, and thus left out the key for them. For example if instead of @vid['snippet']['channelTitle'] I used @vid['channelTitle'], 'channelTitle' is not a key of the @vid array, so a IndexOverflowException should be thrown. Instead nothing happens at all. No errors ingame or in console.