CommandHelper

CommandHelper

46.5k Downloads

http_request success kills non IO exceptions

LadyCailinBot opened this issue ยท 2 comments

commented

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.

commented

Comment by LadyCailin

Fixed in next build.

commented

Comment by LadyCailin

Also fixed a related bug I found, where if you left off the error: parameter, NOTHING would happen in an error. Now it uses the default uncaught exception handling.