You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Avdonin (JIRA)" <ji...@apache.org> on 2013/04/12 23:34:17 UTC

[jira] [Comment Edited] (CB-3030) FileReader.readAsText fails with JSON error

    [ https://issues.apache.org/jira/browse/CB-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630653#comment-13630653 ] 

Vladimir Avdonin edited comment on CB-3030 at 4/12/13 9:34 PM:
---------------------------------------------------------------

Test program. Expected result: "Success" in console log when any file is present in /mnt/sdcard. Actual result: "Error JSON error" in console log.
                
      was (Author: vldmrrr):
    Test program. Expected result: "Success" in console log when any file is present in /mnt/sdcard. Ectual result: "Error JSON error" in console log.
                  
> FileReader.readAsText fails with JSON error
> -------------------------------------------
>
>                 Key: CB-3030
>                 URL: https://issues.apache.org/jira/browse/CB-3030
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: Master
>            Reporter: Vladimir Avdonin
>            Assignee: Joe Bowser
>         Attachments: index.html
>
>
> When called to read the whole file readAsText fails with "JASON error". exception is thrown from JSONArray.get(int), called from FileUtils.java:113 from the following code:
> int start = args.getInt(2);
> The reason is args at this point does not have 2 elements. It appears that readAsText expects start and stop arguments to be always present, while caller in cordova.js only adds these arguments when not full file is read. readAsDataURL has the same problem.
> Test program attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira