-
-
Notifications
You must be signed in to change notification settings - Fork 132
Can't seem to use LiveQuery with orQuery #156
Comments
Do you have the server logs? It usually indicates that the response is not properly formatted JSON string |
Thanks for getting back to me :) They seem to only print I have a feeling it's an issue with the outgoing part |
Managed to get verbose working...
Apologies for all the |
(Sorry for all the comments one after the other, just letting you know as I go) Looks like the problem does indeed lie in the unwrapping of those 3 queries when serialising the data... A "1st tier" query is unwrapped all nicely (see the
EDIT: I think maybe the file EDIT: |
@byroncoetsee Were you ever able to solve this issue? I'm running into the same problem |
@byroncoetsee I'm seeing this issue as well. |
I am still having this issue also |
If you're willing to provide a fix we'll gladly review it! |
Allows for nested inQuery and orQuery. relates to parse-community#156
Allows for nested inQuery and orQuery. relates to parse-community#156
Allows for nested inQuery and orQuery. relates to #156
Hi :)
I'm trying to subscribe to a query built from 3 subqueries... As follows:
and then:
Problem is, when I run the code I get an error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid type in JSON write (PFQuery)'
Notes:
The text was updated successfully, but these errors were encountered: