Error #1132: Invalid JSON parse input
Opened this issue · 1 comments
gajlung commented
why that happenned when i run my project?
it happenned after several minutes. this is the output
SyntaxError: Error #1132: Invalid JSON parse input.
at JSON$/parseCore()
at JSON$/parse()
at com.leapmotion.leap.socket::LeapSocket/onSocketDataHandler()[/Users/logotype/Documents/Repositories/LeapMotionAS3/src/com/leapmotion/leap/socket/LeapSocket.as:301]
logotype commented
Hi
It sounds like the Leap Motion driver sends an invalid JSON object, is it possible that you can debug and send what the JSON which fails to be parsed looks like?
Thank you