[ https://issues.apache.org/jira/browse/AIRAVATA-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474730#comment-17474730 ]
ASF subversion and git services commented on AIRAVATA-3556: ----------------------------------------------------------- Commit bebb68023281ffa8c84184f6057e782a06b635c6 in airavata-django-portal's branch refs/heads/master from Marcus Christie [ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=bebb680 ] AIRAVATA-3556 Fix text file download so that it parses as text, not JSON > File download is trying to parse text files as JSON > --------------------------------------------------- > > Key: AIRAVATA-3556 > URL: https://issues.apache.org/jira/browse/AIRAVATA-3556 > Project: Airavata > Issue Type: Bug > Components: Django Portal > Reporter: Marcus Christie > Assignee: Marcus Christie > Priority: Major > > error message: > {code:java} > JSON.parse: unexpected non-whitespace character after JSON data at line 1 > column 6 of the JSON data{code} > > This is related to responseType changing parameter position in > FetchUtils.get() > ([https://github.com/apache/airavata-django-portal/commit/9a46a62bbc38ffaf953cfa2f279b56a246e4c198).] > > -- This message was sent by Atlassian Jira (v8.20.1#820001)