[ 
https://issues.apache.org/jira/browse/CB-11380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin closed CB-11380.
----------------------------------
    Resolution: Fixed

> Media Plugin - IOS: Error when creating Media object with new file
> ------------------------------------------------------------------
>
>                 Key: CB-11380
>                 URL: https://issues.apache.org/jira/browse/CB-11380
>             Project: Apache Cordova
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Plugin Media
>    Affects Versions: 2.3.0
>         Environment: iOS 9.3.1
>            Reporter: John Keating
>            Assignee: Alexander Sorokin
>              Labels: ios, media, url
>
> The line:
> {code:borderStyle=solid}var myMedia = new Media("documents://hello.wav",
>    function() {
>         console.log("success");
>    },
>    function(er) {
>         console.log(er);
>    }
> );
> {code}
> results in the error "Cannot use audio file from resource 
> 'documents:hello.wav'", when "hello.wav" does not exist.  The created Media 
> object is usable (I can record and play back), but the error means the 
> constructor's success callback never gets called.  Also happens with 
> variations of the src URI using "file" and "cdvfile".
> This is caused by a change to the validation parameter from NO to YES in 
> commit e5b663ac951b2d8cb2e5e470d2c7072aa56cf779 on March 2nd.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to