Kurt Jensen

Results 15 comments of Kurt Jensen

Similar error- i'm not even setting the user, just updating another attribute (which are files). `parse_rest.core.ResourceRequestBadRequest: {"code":111,"error":"schema mismatch for Order.user; expected Pointer but got Pointer"}` Edit: fixed with https://github.com/milesrichardson/ParsePy/issues/130

@oskarirauta @guenin you both forked the latest commit. Any ideas?

Gonna use your ensembles example in swift instead, thanks!

@ferociouskyle you need to supply {groups: 80} as "inputs" for getTeamList()

const inputs = { groups: 80 }; const results = await cfbData.teams.getTeamList(inputs);

@blakep2012 https://github.com/BlueSCar/cfb-data/blob/master/app/services/schedule.service.js does already use "group" instead of "groups" "groups" is used for other endpoints. I don't think anything has changed (since last year at least).

I have reproduced this as well. Toggling wi-fi fixed the issue.

I reproduced this on native iOS

I have this same issue. Please re-open as creating a new project did not resolve it.