You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I pass optional arguments, the server gets the right params and returns a valid response, but the library fails to parse it. If i return the exact same response from the srerver with the optional arguments removed, it parses it fine.
if I remove after: ~Meeting.nowString(), it works, parses the two rows and displays in my UI. If I include it and the server returns the exact same thing, it fails to parse it.
It's weird that passing an arg would affect how it parses the response. I dont see why those would be connected, but they must be.
I'm using the latest version, latest xcode, etc.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I pass optional arguments, the server gets the right params and returns a valid response, but the library fails to parse it. If i return the exact same response from the srerver with the optional arguments removed, it parses it fine.
To Reproduce
I've got these queries:
i return this json from the server:
if I remove
after: ~Meeting.nowString(),
it works, parses the two rows and displays in my UI. If I include it and the server returns the exact same thing, it fails to parse it.It's weird that passing an arg would affect how it parses the response. I dont see why those would be connected, but they must be.
I'm using the latest version, latest xcode, etc.
The text was updated successfully, but these errors were encountered: