firebase-as3 icon indicating copy to clipboard operation
firebase-as3 copied to clipboard

RealTime - Error #1132: Invalid JSON parse input

Open kokevk opened this issue 7 years ago • 2 comments

Normally works well, but sometimes the error appears Error #1132: Invalid JSON parse input

because it can be?

var rawData:Object = JSON.parse(message);

kokevk avatar Feb 17 '18 17:02 kokevk

It happens to me as well, even with JSON that are not from Firebase.

My guess is that the JSON parser is a bit buggy.

agentphantom avatar Feb 18 '18 02:02 agentphantom

I have to find some solution I blocked the game when the json fails :)

kokevk avatar Feb 18 '18 10:02 kokevk