Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created September 4, 2014 17:26
Show Gist options
  • Save rodericj/dc650335098578e2f78d to your computer and use it in GitHub Desktop.
Save rodericj/dc650335098578e2f78d to your computer and use it in GitHub Desktop.
2014-09-04 10:26:16.378 Aether Cone[6544:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[2]'
*** First throw call stack:
(
0 CoreFoundation 0x057d21e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x055518e5 objc_exception_throw + 44
2 CoreFoundation 0x05786206 -[__NSPlaceholderArray initWithObjects:count:] + 390
3 CoreFoundation 0x05798c02 +[NSArray arrayWithObjects:count:] + 66
4 Aether Cone 0x002d9686 __36+[TrackList rdioPlaylistsWithBlock:]_block_invoke + 342
5 Aether Cone 0x0044f3e8 __63-[MorseRdioAPIClient callAPIMethod:parameters:success:failure:]_block_invoke + 264
6 Aether Cone 0x00006c72 __56-[AFHTTPSessionManager POST:parameters:success:failure:]_block_invoke + 94
7 Aether Cone 0x0001cea1 __72-[AFURLSessionManagerTaskDelegate URLSession:task:didCompleteWithError:]_block_invoke_272 + 156
8 libdispatch.dylib 0x05ad17b8 _dispatch_call_block_and_release + 15
9 libdispatch.dylib 0x05ae64d0 _dispatch_client_callout + 14
10 libdispatch.dylib 0x05ad4726 _dispatch_main_queue_callback_4CF + 340
11 CoreFoundation 0x0583743e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
12 CoreFoundation 0x057785cb __CFRunLoopRun + 1963
13 CoreFoundation 0x057779d3 CFRunLoopRunSpecific + 467
14 CoreFoundation 0x057777eb CFRunLoopRunInMode + 123
15 GraphicsServices 0x06bd85ee GSEventRunModal + 192
16 GraphicsServices 0x06bd842b GSEventRun + 104
17 UIKit 0x038c7f9b UIApplicationMain + 1225
18 Aether Cone 0x002379e7 main + 135
19 libdyld.dylib 0x05d1b701 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment