{ "id": "159764", "key": "TIMOB-23257", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2016-06-02T12:38:44.000+0000", "created": "2016-04-21T15:18:35.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-24T17:57:26.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "The example code in the background task at the docs section at the website suggest to use a simple code to count++ a counter witch is a string but code is suppose to count ++ and return to string. Problem is that when I try to get the string at the TI context side the getString gives this error:\r\n\r\nApplication Error: \"Runtime Error: Ti.App.Properties: Unable to restore large strings\"\r\n\r\nIt is a strange error considering this should probably be just a counter.. ??\r\n\r\nTryting to verify the background service by printing the string and see if it did indeed count up over time... but not able to do that now, is this a bug?", "attachment": [], "flagged": false, "summary": "Windows: Retreiving a string created natively is too \"large\"?", "creator": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "buder", "key": "buder", "displayName": "Jörgen Buder", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "383750", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Take a look at [Ti/src/App/Properties.cpp#L72|https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/Ti/src/App/Properties.cpp#L72], it means {{Ti.App.Properties.getString}} expects {{string}} value stored with the key but it actually founds {{int}}. The value should be {{string}} when it is used with {{Ti.App.Properties.getString}} .", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-25T01:26:56.000+0000", "updated": "2016-04-25T01:26:56.000+0000" }, { "id": "387413", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing for now, this is related to internal module api usage.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-06-02T12:38:44.000+0000", "updated": "2016-06-02T12:38:44.000+0000" }, { "id": "415596", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-24T17:57:26.000+0000", "updated": "2017-03-24T17:57:26.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }