question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The operation couldn’t be completed. (OSStatus error 2003334207.)

See original GitHub issue

I occasionally encounter this error and I don’t know what causes it. Below is what is printed to the console:

* Object {code: "ENSOSSTATUSERRORDOMAIN2003334207", message: "The operation couldn’t be completed. (OSStatus error 2003334207.)", nativeStackIOS: Array(18), domain: "NSOSStatusErrorDomain", userInfo: Object}
    * code:"ENSOSSTATUSERRORDOMAIN2003334207"
domain:"NSOSStatusErrorDomain"
message:"The operation couldn’t be completed. (OSStatus error 2003334207.)"
nativeStackIOS:Array(18)
userInfo:Object
__proto__:Object


Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
Nitingadhiyacommented, May 15, 2018

same error, any one find the solution ? Advanced, Thanks

3reactions
FRodrigues21commented, Nov 25, 2017

Had this problem. Solved it by adding Sound.MAIN_BUNDLE to the Sound constructor and moving the .mp3 files to the resources folder of the project in XCode.

(Note: Keeps working on Android without problems)

Constructor var Beep = new Sound('beep_high.mp3', Sound.MAIN_BUNDLE);

Folder structure

Read more comments on GitHub >

github_iconTop Results From Across the Web

avAudioPlayer OSStatus error 2003334207 - Apple Developer
I am getting the following error when I click a cell in my table view. The operation couldn't be completed. (OSStatus error 2003334207....
Read more >
OSStatus error 2003334207 when using AVAudioPlayer
I looked up the Error code, and 2003334207 gives the localizedDescription "The Operation Couldn't be Completed". In my app I was trying to...
Read more >
The operation couldn't be completed. (OSStatus error ... - GitHub
I'v have the same problem with iOS (on Android it working perfectly). Have added sound file (.wav) to Resources. Double check and it...
Read more >
iOS : OSStatus error 2003334207 when using AVAudioPlayer
iOS : OSStatus error 2003334207 when using AVAudioPlayer [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS ...
Read more >
AVFoundation Audio Playing Error #2003334207
Error message is not clear, definitely. But after some research, you can find out that error code “2003334207” means that the voice record...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found