Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created September 16, 2014 21:04
Show Gist options
  • Save rodericj/827284bd57c7ae8ca28d to your computer and use it in GitHub Desktop.
Save rodericj/827284bd57c7ae8ca28d to your computer and use it in GitHub Desktop.
2014-09-16 14:01:21.765 Aether Cone[13022:568409] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil key'
*** First throw call stack:
(
0 CoreFoundation 0x05e65df6 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x05aefa97 objc_exception_throw + 44
2 CoreFoundation 0x05e65d1d +[NSException raise:format:] + 141
3 CoreFoundation 0x05d8ab3c -[__NSCFDictionary setObject:forKey:] + 188
4 CoreFoundation 0x05dd57f0 -[NSMutableDictionary setObject:forKeyedSubscript:] + 48
5 Aether Cone 0x0011020c __43-[EGOCache setCacheTimeoutInterval:forKey:]_block_invoke + 132
6 libdispatch.dylib 0x06308e1f _dispatch_client_callout + 14
7 libdispatch.dylib 0x062ed5bf _dispatch_barrier_sync_f_invoke + 144
8 libdispatch.dylib 0x062eccf3 dispatch_barrier_sync_f + 105
9 libdispatch.dylib 0x062ed6cf dispatch_barrier_sync + 54
10 Aether Cone 0x001100bf -[EGOCache setCacheTimeoutInterval:forKey:] + 209
11 Aether Cone 0x0011084c -[EGOCache setData:forKey:withTimeoutInterval:] + 261
12 Aether Cone 0x00111300 -[EGOCache setObject:forKey:withTimeoutInterval:] + 139
13 Aether Cone 0x004bb7d4 +[AetherCache cacheTrack:] + 212
14 Aether Cone 0x004bb64c +[AetherCache cacheTuneObject:] + 236
15 Aether Cone 0x0048f840 __43+[FindMedia findMediaWithParams:withBlock:]_block_invoke_3 + 4432
16 Aether Cone 0x00297e64 __54-[AetherAPIClient getPath:parameters:success:failure:]_block_invoke + 580
17 Aether Cone 0x000a53e2 __84-[AFHTTPSessionManager dataTaskWithHTTPMethod:URLString:parameters:success:failure:]_block_invoke74 + 94
18 Aether Cone 0x000bb1a1 __72-[AFURLSessionManagerTaskDelegate URLSession:task:didCompleteWithError:]_block_invoke_272 + 156
19 libdispatch.dylib 0x062e841a _dispatch_call_block_and_release + 15
20 libdispatch.dylib 0x06308e1f _dispatch_client_callout + 14
21 libdispatch.dylib 0x062ef981 _dispatch_main_queue_callback_4CF + 610
22 CoreFoundation 0x05dbff3e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
23 CoreFoundation 0x05d7ed40 __CFRunLoopRun + 2256
24 CoreFoundation 0x05d7e1ab CFRunLoopRunSpecific + 443
25 CoreFoundation 0x05d7dfdb CFRunLoopRunInMode + 123
26 GraphicsServices 0x07ac024f GSEventRunModal + 192
27 GraphicsServices 0x07ac008c GSEventRun + 104
28 UIKit 0x03394e16 UIApplicationMain + 1526
29 Aether Cone 0x00264967 main + 135
30 libdyld.dylib 0x06334ac9 start + 1
31 ??? 0x00000001 0x0 + 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