Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16195] iOS: responseData.type causes iPhone sim to crash

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionInvalid
Resolution Date2014-01-20T19:40:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
LabelsresponseData.type
ReporterKeylo E.
AssigneeIngo Muschenetz
Created2012-12-22T05:38:47.000+0000
Updated2017-03-24T17:50:33.000+0000

Description

using Titanium.Network.createHTTPClient(), onload's this.responseData.type will cause iPhone sim to crash without explanation, works on android.

Comments

  1. Eduardo Gomez 2013-02-02

    Please provide a test case, you may want to have a look at the [Jira checklist](http://docs.appcelerator.com/titanium/latest/#!/guide/How_to_Submit_a_Bug_Report-section-29004732_HowtoSubmitaBugReport-JIRATicketChecklist) as incomplete issues can't be escalated for a fix.
  2. Eduardo Gomez 2013-02-06

    Closing due to inactivity.
  3. Sabil Rahim 2014-01-20

    this.responseData is of type Ti.Blob . There is no documented property "type" on ti.blob the user should be using. the fact that it is crashing is due to the fact there is a internal property named "type" which returns a unsupported datatype to JS causing the app to crash. marking ticket as invalid
  4. Lee Morris 2017-03-24

    Closing ticket as invalid with reference to the above comments.

JSON Source