[ https://issues.apache.org/jira/browse/CB-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044229#comment-15044229 ]
ASF GitHub Bot commented on CB-10023: ------------------------------------- GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-plugin-file/pull/152 CB-10023 Fix "proxy not found error" on Chrome. We shouldn't be patching `requestFileSystem` and `resolveLocalFileSystem` on Chrome. Recent change broke the existing logic for this. Also, added common logic for detecting Chrome (or really, feature detection) so we are checking in a consistent manner. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-file CB-10023 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-file/pull/152.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #152 ---- commit adbb97780f2d68fa98e71c0aee17f1cecad8ab71 Author: Tim Barham <tbar...@microsoft.com> Date: 2015-12-07T01:08:26Z CB-10023 Fix "proxy not found error" on Chrome. We shouldn't be patching requestFileSystem and resolveLocalFileSystem on Chrome. Recent change broke the existing logic for this. ---- > File plugin on browser platform causes "proxy not found" error on Chrome > ------------------------------------------------------------------------ > > Key: CB-10023 > URL: https://issues.apache.org/jira/browse/CB-10023 > Project: Apache Cordova > Issue Type: Bug > Components: Browser, Plugin File > Reporter: Tim Barham > Assignee: Tim Barham > Labels: Browser > > Add the file plugin and browser platform (edge, from github or local repo) > then {{cordova run browser}} gives the following in the console: > {noformat} > Error: exec proxy not found for :: File :: requestFileSystem > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org