Last active
April 2, 2025 10:20
-
-
Save SoundBlaster/dfcb7d990d80920aa33f5945231aa26a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.osstatus.com | |
-12884 - Media File not received | |
code -1008, underlying -12884 - Playlist File not received | |
-11819 AVErrorMediaServicesWereReset with NSOSStatusErrorDomain Code=-12178, solution: rebuild AVPlayer|Item and asset | |
-11847 AVFoundationErrorDomain H.264 decoding layer has failed, "Operation Interrupted" Error Domain=NSOSStatusErrorDomain Code=-12084 The operation couldn’t be completed https://stackoverflow.com/questions/28841903/why-does-avsamplebufferdisplaylayer-fail-with-operation-interrupted-11847 | |
HTTP | errorStatusCode | errorDomain | errorComment | |
204 -12667 CoreMediaErrorDomain HTTP 204: (unhandled) | |
400 -12666 CoreMediaErrorDomain unrecognized http response 400 | |
401 -12937 CoreMediaErrorDomain Authentication Error | |
401 -16840 CoreMediaErrorDomain HTTP 401: Unauthorized. iOS11 (16848 / 16847 - something same) | |
402 -12666 CoreMediaErrorDomain unrecognized http response 402 | |
403 -12660 CoreMediaErrorDomain HTTP 403: Forbidden | |
404 -12938 CoreMediaErrorDomain HTTP 404: File not found | |
405 -12666 CoreMediaErrorDomain unrecognized http response 405 | |
406 -12666 CoreMediaErrorDomain unrecognized http response 406 | |
407 -12937 CoreMediaErrorDomain Authentication Error | |
409 -12666 CoreMediaErrorDomain unrecognized http response 409 | |
415 -12666 CoreMediaErrorDomain unrecognized http response 415 | |
500 -12666 CoreMediaErrorDomain unrecognized http response 500 | |
501 -12666 CoreMediaErrorDomain unrecognized http response 501 | |
502 -12666 CoreMediaErrorDomain unrecognized http response 502 | |
403 -12660 CoreMediaErrorDomain The operation couldn’t be completed. Forbidden | |
503 -12661 CoreMediaErrorDomain HTTP 503: Unavailable | |
504 -12666 CoreMediaErrorDomain unrecognized http response 504 | |
505 -12666 CoreMediaErrorDomain unrecognized http response 505 | |
-12971 CoreMediaErrorDomain The operation couldn’t be completed failed to parse segment as either an MPEG-2 TS or an ES | |
-12666 — have 206 with no Content-Range, and no end length | |
-12903 NSOSStatusErrorDomain CMSampleBufferRef decompression error | |
-12847 This media format is not supported, Cannot Open | |
-12848 kFigFormatReaderError_ParsingFailure) ('moov' atom could not be parsed) NSLocalizedDescription: Cannot Open | |
-12939 MediaPlayerErrorDomain "The server is not correctly configured" or "byte range length mismatch - should be length 2 is length 4846499" | |
-12645 CoreMediaErrorDomain Internal error: restarting too far ahead | |
-12889 CoreMediaErrorDomain No response for media file in N s | |
-12318 CoreMediaErrorDomain Segment exceeds specified bandwidth for variant | |
-12642 CoreMediaErrorDomain Playlist File unchanged for 2 consecutive reads (indicates that there was an error in the HLS playlist) | |
-12875 indicates a request timeout (source: https://developer.apple.com/forums/thread/37925 ) | |
-15490 CoreMediaErrorDomain kCMMemoryPoolError_AllocationFailed | |
-15491 CoreMediaErrorDomain kCMMemoryPoolError_InvalidParameter | |
if wrong host ip -1004 kCFErrorDomainCFNetwork - | |
if wrong dns host name -1003 kCFErrorDomainCFNetwork - | |
if bad formatted URL -1000 kCFErrorDomainCFNetwork - | |
if invalid https/ssl request -1202 kCFErrorDomainCFNetwork - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment