You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ian Clelland (JIRA)" <ji...@apache.org> on 2014/02/11 17:09:19 UTC

[jira] [Assigned] (CB-6010) CDVAssetLibraryFilesystem does not have URLforFilesystemPath

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

Ian Clelland reassigned CB-6010:
--------------------------------

    Assignee: Ian Clelland

> CDVAssetLibraryFilesystem does not have URLforFilesystemPath
> ------------------------------------------------------------
>
>                 Key: CB-6010
>                 URL: https://issues.apache.org/jira/browse/CB-6010
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File, Plugin File Transfer
>    Affects Versions: 3.3.0
>         Environment: ios
>            Reporter: Claudius Coenen
>            Assignee: Ian Clelland
>
> when i try to {{FileTransfer.download(...)}} a file (code itself used to work in 2.7) my app now crashes.
> Step-Debugging revealed, that in {{CDVFile#fileSystemURLforLocalPath}} _(Line 267)_ all available filesystems are tested. One of those appears to be a {{CDVAssetLibraryFilesystem}} - which does not implement {{URLforFilesystemPath}}
> I added a dummy {{URLforFilesystemPath}} wich just returns {{nil}}. This got me around the crash, but now i'm stuck with a {{FILE_NOT_FOUND_ERR}}, which is probably my own responsibility. But the aforementioned crash took me a while to find.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)