I am started to get this error
ParseContext -> getStringReference: (ERROR) index: 80 => count: 79
ParseContext -> getStringReference: (ERROR) index: 90 => count: 89
ParseContext -> getStringReference: (ERROR) index: 90 => count: 90
ParseContext -> getStringReference: (ERROR) index: 123 => count: 122
ParseContext -> getStringReference: (ERROR) index: 134 => count: 134
ParseContext -> getStringReference: (ERROR) index: 83 => count: 83
and somehow stated to get objectIds null,but whole abject is fine
Hi Narek,
We are investigating your issue. Thanks for your patience.
Regards, Ilya
Thanks Ilya
Also for now,when I set emoticons,in backend it successfully set,but when I get this text its becomes nil
can you help me with this issue,or I have to create new topic
Please provide your code, which get this error.
Also give us your appId, we will investigate this issue with your data.
Hi Vyacheslav
I think I am getting this error,while parsing json to the objects,I mean when backendless sdk creates objects from jsons,because for today somehow,I am started to get wrong values in my object fields,for example in objectId I am getting email,or in state property objectId
B2174291-B71D-D9BD-FF6D-EE9EA8A53D00-appId
Vyacheslav seems its related to emojies issues,when we add emojies its happens
lets close this and move to emojies issue,if you fix it this willbe fixed too
Please clarify what Backendless SDK method returns an error (loginWithFacebookSDK, etc). We need to reproduce this issue.
Ok here is my method
self.backendless.data.of(Bet.self).find(query, responder: self)
where query is
query = self.createQuery("(creator.objectId=’(user.getProperty(“objectId”))’ OR challenger.objectId=’(user.getProperty(“objectId”))’) AND (state=‘open’ OR state=‘accepted’)", queryOption: “created desc”, pageSize: 20)