Hi?
I'm using CocosLive (v0.8.2) in my app, Anytime Hexa(http://www.cocoslive.net/game-scores?gamename=Anytime%20Hexa).
When I request the posted scores among from the ranking 0 to 1001, it is running very well.
but when I request the posted scores after the ranking 1001, it shows below.
---------------------------------------------------------------------------
Error parsing scores: Error Domain=CJSONScannerErrorDomain Code=-1 "Could not scan dictionary. Dictionary that does not start with '{' character." UserInfo=0x188050 {NSLocalizedDescription=Could not scan dictionary. Dictionary that does not start with '{' character.}
---------------------------------------------------------------------------
I have traced CocosLive source code step by step.
So, I have found that when the error occured, the received message from CocosLive server contained '<', instead of '{'.
When running normally, the received message from CocosLive server contained '{'.
I don't know how to solve this problem.
Please, let me know how to solve this problem.