Skip to content

Instantly share code, notes, and snippets.

@hartbit
Last active December 26, 2015 18:29
Show Gist options
  • Save hartbit/7195151 to your computer and use it in GitHub Desktop.
Save hartbit/7195151 to your computer and use it in GitHub Desktop.
RestKit Error
E restkit.network:RKObjectRequestOperation.m:213 GET 'http://REDACTED/apps/CJJeUXEVQ25KNdu5/radios' (200 OK / 0 objects) [request=0.1465s mapping=0.0000s total=0.2118s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=1001 "No response descriptors match the response loaded." UserInfo=0xa4dcb20 {NSErrorFailingURLStringKey=http://REDACTED/apps/CJJeUXEVQ25KNdu5/radios, NSLocalizedFailureReason=A 200 response was loaded from the URL 'http://REDACTED/apps/CJJeUXEVQ25KNdu5/radios', which failed to match all (1) response descriptors:
<RKResponseDescriptor: 0xa4bc030 baseURL=http://REDACTED/apps/CJJeUXEVQ25KNdu5/ pathPattern=radios statusCodes=200-299> failed to match: response path 'radios' did not match the path pattern 'radios'., NSLocalizedDescription=No response descriptors match the response loaded., keyPath=null, NSErrorFailingURLKey=http://REDACTED/apps/CJJeUXEVQ25KNdu5/radios, NSUnderlyingError=0xa4dcb80 "No mappable object representations were found at the key paths searched."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment