{ "id": "63285", "key": "TIMOB-2653", "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": [ { "id": "11233", "name": "Release 1.6.0", "archived": true, "released": true, "releaseDate": "2011-02-23" }, { "id": "11242", "name": "Release 1.6.0 M09", "archived": true, "released": true, "releaseDate": "2011-02-14" }, { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13277", "name": "Sprint 2012-08", "archived": true, "released": true, "releaseDate": "2012-04-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-23T17:26:13.000+0000", "created": "2011-04-15T03:25:57.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "module_imageview", "qe-testadded", "regression" ], "versions": [], "issuelinks": [ { "id": "50224", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "154132", "key": "TIMOB-20200", "fields": { "summary": "Android 6.0 - Remote images are not rendered when using with Ti.UI.createImageView", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "15282", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "85672", "key": "TIMOB-7717", "fields": { "summary": "Android: UI.ImageView - Complex/autogenerated remote image URLs not rendered on device", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "33410", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "122927", "key": "TIMOB-15824", "fields": { "summary": "Android: Complex/autogenerated remote image URLs fail, whereas simple URLs succeed ", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-01-06T00:24:48.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h2. Problem\r\n\r\nA complex url to an image, used in an imageView do not render.\r\n\r\nThe issues is not present in 1.4.3 (21Nov).\r\n\r\n\r\nh2. Test case\r\n\r\nThe following code will cause an exception:\r\n\r\n{code:lang=javascript|title=app.js}\r\nvar window = Titanium.UI.createWindow({ \r\n backgroundColor:'red'\r\n});\r\n\r\nvar graph = Titanium.UI.createImageView({\r\n top: 20,\r\n image: 'http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150'\r\n// image: 'http://developer.appcelerator.com/assets/img/sprites.png'\r\n});\r\nwindow.add(graph);\r\nwindow.open();\r\n{code}\r\n\r\nWhen the commented/uncommented image lines are toggled, the app works without a problem.\r\n\r\nh2. Logs\r\n\r\n{code:lang=none|title=logcat}\r\n 449 AndroidRuntime D >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<\r\n 449 AndroidRuntime D CheckJNI is ON\r\n 449 AndroidRuntime D --- registering native functions ---\r\n 60 ActivityManager I Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.appcelerator.testing10/.Testing10Activity }\r\n 60 ActivityManager I Start proc com.appcelerator.testing10 for activity com.appcelerator.testing10/.Testing10Activity: pid=455 uid=10041 gids={1015, 3003}\r\n 449 AndroidRuntime D Shutting down VM\r\n 455 TiApplication I (main) [0,0] checkpoint, app created.\r\n 455 TiApplication I (main) [402,402] Titanium 1.8.1 (2012/01/27 17:31 a24502a)\r\n 455 TiFastDev D (main) [110,512] Enabling Fastdev on port 51023\r\n 455 TiFastDev D (main) [8,520] sent tokens successfully\r\n 455 TiFastDev D (main) [1,521] Fastdev session handshake succesful.\r\n 455 TiApplication I (main) [4,525] Titanium Javascript runtime: v8\r\n 455 TiApplication W (main) [47,572] activity stack is emtpy, unable to get current activity\r\n 455 TiRootActivity I (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n 455 TiApplication W (main) [116,116] activity stack is emtpy, unable to get current activity\r\n 455 TiApplication W (main) [1,117] activity stack is emtpy, unable to get current activity\r\n 455 TiApplication W (main) [0,117] activity stack is emtpy, unable to get current activity\r\n 60 NotificationService W Object died trying to hide notification android.app.ITransientNotification$Stub$Proxy@4500b128 in package com.appcelerator.testing10\r\n 60 ActivityManager W setProcessForeground called on unknown pid: 427\r\n 455 TiApplication E (KrollRuntimeThread) [1083,1200] APP PROXY: ti.modules.titanium.app.AppModule@44fccf38\r\n 455 TiAssetHelper D Fetching \"app.js\" with Fastdev...\r\n 455 TiUIImageView E (main) [524,1724] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc\r\n |def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.processProperties(TiUIImageView.java:849)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:641)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:464)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:456)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:434)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:538)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:271)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.common.TiMessenger.dispatchMessage(TiMessenger.java:318)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.common.TiMessenger.dispatchPendingMessages(TiMessenger.java:303)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.common.TiMessenger$2.getResult(TiMessenger.java:188)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingMessage(TiMessenger.java:215)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingRuntimeMessage(TiMessenger.java:143)\r\n 455 TiUIImageView E \tat org.appcelerator.kroll.KrollProxy.fireSyncEvent(KrollProxy.java:417)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:344)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:117)\r\n 455 TiUIImageView E \tat org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:46)\r\n 455 TiUIImageView E \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.access$2300(ActivityThread.java:125)\r\n 455 TiUIImageView E \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:99)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference E (main) [123,1847] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xy\r\n z|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,3333\r\n 33,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.peekBounds(TiDrawableReference.java:628)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:461)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.processProperties(TiUIImageView.java:849)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:641)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:464)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:456)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:434)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:538)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:271)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.dispatchMessage(TiMessenger.java:318)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.dispatchPendingMessages(TiMessenger.java:303)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger$2.getResult(TiMessenger.java:188)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingMessage(TiMessenger.java:215)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingRuntimeMessage(TiMessenger.java:143)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.KrollProxy.fireSyncEvent(KrollProxy.java:417)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:344)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:117)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:46)\r\n 455 TiDrawableReference E \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.access$2300(ActivityThread.java:125)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:99)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [54,1901] Could not open stream for drawable, therefore bounds checking could not be completed\r\n 455 TiDrawableReference W (main) [5,1906] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [95,2001] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz\r\n |abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,33333\r\n 3,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.processProperties(TiUIImageView.java:849)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:641)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:464)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:456)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:434)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:538)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:271)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.dispatchMessage(TiMessenger.java:318)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.dispatchPendingMessages(TiMessenger.java:303)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger$2.getResult(TiMessenger.java:188)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingMessage(TiMessenger.java:215)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.common.TiMessenger.sendBlockingRuntimeMessage(TiMessenger.java:143)\r\n 455 TiDrawableReference E \tat org.appcelerator.kroll.KrollProxy.fireSyncEvent(KrollProxy.java:417)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:344)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:117)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:46)\r\n 455 TiDrawableReference E \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.access$2300(ActivityThread.java:125)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:99)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [12,2013] Could not open stream to get bitmap\r\n 455 TiRootActivity I (main) [0,0] checkpoint, on root activity resume. activity = com.appcelerator.testing10.Testing10Activity@44f7a570\r\n 60 ActivityManager I Displayed activity com.appcelerator.testing10/.Testing10Activity: 3686 ms (total 3686 ms)\r\n 455 TiUIImageView D (main) [398,398] Retrying bitmap decode: 1/5\r\n 455 TiUIImageView E (main) [1,399] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|de\r\n f|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiUIImageView E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [34,433] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [210,643] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz\r\n |abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,33333\r\n 3,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiDrawableReference E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [7,650] Could not open stream to get bitmap\r\n 455 TiUIImageView D (main) [282,932] Retrying bitmap decode: 2/5\r\n 455 TiUIImageView E (main) [1,933] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|de\r\n f|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiUIImageView E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [39,972] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [93,1065] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz\r\n |abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,33333\r\n 3,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiDrawableReference E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [5,1070] Could not open stream to get bitmap\r\n 455 TiUIImageView D (main) [254,1324] Retrying bitmap decode: 3/5\r\n 455 TiUIImageView E (main) [1,1325] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|d\r\n ef|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiUIImageView E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [4,1329] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [154,1483] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xy\r\n z|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,3333\r\n 33,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiDrawableReference E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [5,1488] Could not open stream to get bitmap\r\n 455 TiUIImageView D (main) [254,1742] Retrying bitmap decode: 4/5\r\n 455 TiUIImageView E (main) [1,1743] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|d\r\n ef|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiUIImageView E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [3,1746] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [114,1860] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xy\r\n z|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,3333\r\n 33,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiDrawableReference E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [5,1865] Could not open stream to get bitmap\r\n 455 TiUIImageView D (main) [255,2120] Retrying bitmap decode: 5/5\r\n 455 TiUIImageView E (main) [0,2120] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|d\r\n ef|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E java.net.URISyntaxException: Illegal character in query at index 122: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,\r\n 12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiUIImageView E \tat java.net.URI$Helper.validateQuery(URI.java:458)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.parseURI(URI.java:360)\r\n 455 TiUIImageView E \tat java.net.URI$Helper.access$100(URI.java:302)\r\n 455 TiUIImageView E \tat java.net.URI.(URI.java:87)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:715)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiUIImageView E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiUIImageView E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiUIImageView E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiUIImageView E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiUIImageView E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiUIImageView E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiUIImageView E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiUIImageView E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [5,2125] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\r\n 455 TiDrawableReference E (main) [102,2227] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xy\r\n z|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: http://chart.apis.google.com/chart?chco=666666,555555,444444,3333\r\n 33,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&a\r\n mp;chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n 455 TiDrawableReference E \tat org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:1162)\r\n 455 TiDrawableReference E \tat java.net.URL.openStream(URL.java:653)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.util.TiFileHelper.openInputStream(TiFileHelper.java:172)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getInputStream(TiDrawableReference.java:671)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:238)\r\n 455 TiDrawableReference E \tat org.appcelerator.titanium.view.TiDrawableReference.getBitmap(TiDrawableReference.java:467)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:724)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView.access$500(TiUIImageView.java:53)\r\n 455 TiDrawableReference E \tat ti.modules.titanium.ui.widget.TiUIImageView$3.run(TiUIImageView.java:771)\r\n 455 TiDrawableReference E \tat android.os.Handler.handleCallback(Handler.java:587)\r\n 455 TiDrawableReference E \tat android.os.Handler.dispatchMessage(Handler.java:92)\r\n 455 TiDrawableReference E \tat android.os.Looper.loop(Looper.java:123)\r\n 455 TiDrawableReference E \tat android.app.ActivityThread.main(ActivityThread.java:4627)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n 455 TiDrawableReference E \tat java.lang.reflect.Method.invoke(Method.java:521)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)\r\n 455 TiDrawableReference E \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)\r\n 455 TiDrawableReference E \tat dalvik.system.NativeStart.main(Native Method)\r\n 455 TiDrawableReference W (main) [4,2231] Could not open stream to get bitmap\r\n 455 TiUIImageView E (main) [15,2246] Max retries reached, giving up decoding image source: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15\r\n ,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Android: Complex/autogenerated remote image URLs fail, whereas simple URLs succeed", "creator": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "environment": "* Titanium Mobile 1.5.X (17Dec), 1.8.1 (01/27/12 17:31 a24502a)\r\n* Android APIs 2.2 \r\n* v8\r\n* emulator", "comment": { "comments": [ { "id": "129088", "author": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

I almost forgot to post the exception :)

{html}", "updateAuthor": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:57.000+0000", "updated": "2011-04-15T03:25:57.000+0000" }, { "id": "129089", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This was fixed with the fix for #2667

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:58.000+0000", "updated": "2011-04-15T03:25:58.000+0000" }, { "id": "129090", "author": { "name": "abraham", "key": "abraham", "displayName": "Abraham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

How is this fixed? I cannot load a remote image with\nAndroid.

{html}", "updateAuthor": { "name": "abraham", "key": "abraham", "displayName": "Abraham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:58.000+0000", "updated": "2011-04-15T03:25:58.000+0000" }, { "id": "129091", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Abraham, please use Q&A for issues. I'm assuming that you're\nusing the latest 1.6 release off of CI builds on the master branch?\nIf you are and having a problem, create a Q&A ticket with an\nexample of what's not working and reference this ticket. It's also\nbest to include the build information of what you downloaded from\nthe CI server.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:59.000+0000", "updated": "2011-04-15T03:25:59.000+0000" }, { "id": "129092", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Titanium SDK version: 1.6.0 (01/04/11 08:01 e49700d) confirmed\non a g1 (1.6) droid 1 (2.2.1) and the emulator running 2.1. moved\ntest to QATests app.

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:59.000+0000", "updated": "2011-04-15T03:25:59.000+0000" }, { "id": "129093", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

forgot to add 1.5.2 build checked - same devices - Titanium SDK\nversion: 1.5.2 (01/05/11 08:30 981dff2)

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:59.000+0000", "updated": "2011-04-15T03:25:59.000+0000" }, { "id": "129094", "author": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Android 2.2, Ti SDK 1.6.0 (2nd Feb 2011), TiDev 1.2.2,\nUbuntu

\n

As discussed with Don,

\n

donthorp: \"android resources have an integer id. Since it's\ndying in TiReferenceDrawable, it's possible that a code path is\nwrong. This was added in 1.5. I think your code shows the real\nerror. Not the NPE you were showing earlier.\"

\n
\nTi.UI.setBackgroundColor('#ffffff');\n \nvar win  = Ti.UI.createWindow();\nwin.open();\nwin.show();\n\nvar thisURL = \"module=MultiSites&action=getEvolutionGraph&period=day&date=2011-01-04,2011-02-02&evolutionBy=visits&columns=nb_visits&idSite=7&idsite=7&viewDataTable=sparkline\";\n\nvar paramArray = thisURL.split(\"&\");\nfor(var i=0,ilen=paramArray.length;i<ilen;i++){\n    var thisKeyValue = paramArray[i].split(\"=\");\n    thisKeyValue[1] = Ti.Network.encodeURIComponent(thisKeyValue[1]);\n    paramArray[i] = thisKeyValue.join(\"=\");\n}\nvar encodedURI = paramArray.join(\"&\");\nvar encodedURL = \"http://demo.piwik.org/index.php?\" + encodedURI;\nTi.API.info(encodedURL);\n\nvar imageView = Ti.UI.createImageView({\n    width: 100,\n    height: 25,\n    image: encodedURL\n});\n \nwin.add(imageView);\n
\n

Trace output

{html}", "updateAuthor": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:59.000+0000", "updated": "2011-04-15T03:25:59.000+0000" }, { "id": "129095", "author": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

To be clear, the above code demonstrates a bug

{html}", "updateAuthor": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:25:59.000+0000", "updated": "2011-04-15T03:25:59.000+0000" }, { "id": "129096", "author": { "name": "jicksteen", "key": "jicksteen", "displayName": "Jick Steen", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Is it possible to reopen this Ticket? I'm a bit afraid it'll be\nforgotten.

{html}", "updateAuthor": { "name": "jicksteen", "key": "jicksteen", "displayName": "Jick Steen", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:26:00.000+0000", "updated": "2011-04-15T03:26:00.000+0000" }, { "id": "129097", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

The second set of code is indeed a failcase. Re-opening.

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:26:00.000+0000", "updated": "2011-04-15T03:26:00.000+0000" }, { "id": "129098", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

Re-closing. The failures here (in the second use case above) are\nnot related to the URI. They are a combination of two other\nproblems: #3093 and #3094

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:26:00.000+0000", "updated": "2011-04-15T03:26:00.000+0000" }, { "id": "162187", "author": { "name": "framirez", "key": "framirez", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "body": "h4.Associated HD ticket\r\nThere is an ENT customer relying on this, http://appc.me/c/APP-938876\r\n\r\nh4.Problem\r\nRemote images in android are not been loading in imageview, setting image property\r\n\r\nh4.Target environment\r\n{noformat}\r\n Product: Mobile\r\n Titanium SDK: Mobile 1.7.2\r\n Platform OS: Android\r\n Platform OS Version: 2.2.3\r\n{noformat}\r\n\r\nh4.Tested on\r\ndevice HTC Dream and Emulator HVGA\r\n\r\nh4.Repro Sequence\r\n{code:title=app.js}\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar win = Titanium.UI.createWindow({\r\n title : 'Tab 1',\r\n backgroundColor : '#fff'\r\n});\r\n\r\nif(Ti.Platform.name == 'iPhone OS') {\r\n var send1 = Titanium.UI.createButton({\r\n backgroundImage : 'KS_nav_ui.png',\r\n backgroundSelectedImage : 'KS_nav_views.png',\r\n width : 64, //widthRatioChat,\r\n height : 31, // heightRatioChat,\r\n right : 5, // widthRatioChat,\r\n bottom : 150\r\n });\r\n win.add(send1);\r\n\r\n} else {\r\n\r\n //var image_file =Ti.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory,'KS_nav_ui.png');\r\n //var image_file ='http://profile.ak.fbcdn.net/hprofile-ak-snc4/273498_100001935964499_4315275_q.jpg';\r\n//Ti.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory,'KS_nav_ui.png');\r\n //Ti.API.info('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> '+image_file);\r\n\r\n var send = Titanium.UI.createImageView({\r\n image :'http://profile.ak.fbcdn.net/hprofile-ak-snc4/273498_100001935964499_4315275_q.jpg',\r\n width : 64, //widthRatioChat,\r\n height : 31, //heightRatioChat,\r\n right : 5, //widthRatioChat,\r\n bottom : 50\r\n });\r\n win.add(send);\r\n}\r\n\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "framirez", "key": "framirez", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-08T15:53:30.000+0000", "updated": "2011-08-08T15:53:30.000+0000" }, { "id": "164009", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fails on Motorola Xoom 3.2 \nI/ActivityManager( 142): Starting: Intent { cmp=com.appcelerator.qts/org.appcelerator.titanium.TiActivity (has extras) } from pid 30368\nD/KrollContext(30368): (kroll$12: app://tests/xplat/2653.js) [4292,235984] Running evaluated script: app://tests/xplat/2653.js\nE/TiUIImageView(30368): (main) [53,236037] URISyntaxException for url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\nE/TiUIImageView(30368): java.net.URISyntaxException: Illegal character in query at index 110: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\nE/TiUIImageView(30368): \tat java.net.URI.validateQuery(URI.java:432)\nE/TiUIImageView(30368): \tat java.net.URI.parseURI(URI.java:338)\nE/TiUIImageView(30368): \tat java.net.URI.(URI.java:70)\nE/TiUIImageView(30368): \tat ti.modules.titanium.ui.widget.TiUIImageView.setImage(TiUIImageView.java:582)\nE/TiUIImageView(30368): \tat ti.modules.titanium.ui.widget.TiUIImageView.processProperties(TiUIImageView.java:692)\nE/TiUIImageView(30368): \tat org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:526)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:425)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:417)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiViewProxy.getView(TiViewProxy.java:403)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:481)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:243)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.proxy.TiWindowProxy.handleMessage(TiWindowProxy.java:100)\nE/TiUIImageView(30368): \tat ti.modules.titanium.ui.WindowProxy.handleMessage(WindowProxy.java:96)\nE/TiUIImageView(30368): \tat android.os.Handler.dispatchMessage(Handler.java:95)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiMessageQueue.dispatchMessage(TiMessageQueue.java:320)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiMessageQueue.dispatchPendingMessages(TiMessageQueue.java:304)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiMessageQueue$2.getResult(TiMessageQueue.java:172)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiMessageQueue.sendBlockingMessage(TiMessageQueue.java:196)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.kroll.KrollContext.evalFile(KrollContext.java:277)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.kroll.KrollBridge.evalFile(KrollBridge.java:149)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiContext.evalFile(TiContext.java:190)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiContext.evalFile(TiContext.java:210)\nE/TiUIImageView(30368): \tat ti.modules.titanium.ui.TiUIWindow.handleWindowCreated(TiUIWindow.java:230)\nE/TiUIImageView(30368): \tat ti.modules.titanium.ui.TiUIWindow.windowCreated(TiUIWindow.java:222)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiActivityWindows.windowCreated(TiActivityWindows.java:31)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiBaseActivity.windowCreated(TiBaseActivity.java:271)\nE/TiUIImageView(30368): \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:300)\nE/TiUIImageView(30368): \tat android.app.Activity.performCreate(Activity.java:4397)\nE/TiUIImageView(30368): \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)\nE/TiUIImageView(30368): \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1779)\nE/TiUIImageView(30368): \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1831)\nE/TiUIImageView(30368): \tat android.app.ActivityThread.access$500(ActivityThread.java:122)\nE/TiUIImageView(30368): \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1024)\nE/TiUIImageView(30368): \tat android.os.Handler.dispatchMessage(Handler.java:99)\nE/TiUIImageView(30368): \tat android.os.Looper.loop(Looper.java:132)\nE/TiUIImageView(30368): \tat android.app.ActivityThread.main(ActivityThread.java:4123)\nE/TiUIImageView(30368): \tat java.lang.reflect.Method.invokeNative(Native Method)\nE/TiUIImageView(30368): \tat java.lang.reflect.Method.invoke(Method.java:491)\nE/TiUIImageView(30368): \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)\nE/TiUIImageView(30368): \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)\nE/TiUIImageView(30368): \tat dalvik.system.NativeStart.main(Native Method)\nW/TiDrawableReference(30368): (main) [4,236041] Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.\nE/TiDrawableReference(30368): (main) [2,236043] Problem opening stream with url http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz|abc|def|ghi|jkl&chdlp=b&chf=c,s,ffffff|bg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150: java.net.URISyntaxException: Invalid % sequence: %|1 in query at index 178: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz%7Cabc%7Cdef%7Cghi%7Cjkl&chdlp=b&chf=c,s,ffffff%7Cbg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\nE/TiDrawableReference(30368): java.io.IOException: java.net.URISyntaxException: Invalid % sequence: %|1 in query at index 178: http://chart.apis.google.com/chart?chco=666666,555555,444444,333333,222222&cht=p&chd=t:36,15,12,10,26&chdl=xyz%7Cabc%7Cdef%7Cghi%7Cjkl&chdlp=b&chf=c,s,ffffff%7Cbg,s,ffffff&chl=36%|15%|12%|10%|26%&chs=288x150\n\n", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-25T10:17:12.000+0000", "updated": "2011-08-25T10:17:12.000+0000" }, { "id": "164157", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Also failed on a Samsung Galaxy 10.1 running 3.1 with SDK 1.8.0.v20110819142548.", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-26T11:14:52.000+0000", "updated": "2011-08-26T11:14:52.000+0000" }, { "id": "176381", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Bug persists on:\r\n\r\nSDK build: 1.8.0.1.v20111216124633\r\nDevice: LG Slate (3.1)\r\nRuntime: V8\r\n\r\nHowever, using 1.8.0.1.v20111216124633, I was able to see the pie chart on Droid 1 (2.2.2) ", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-12-16T14:25:21.000+0000", "updated": "2011-12-16T14:25:21.000+0000" }, { "id": "183725", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Tested with 1.8.1 + Android 2.2, and still fails. Have updated the environment field to reflect this.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-02-18T05:58:02.000+0000", "updated": "2012-02-18T05:58:02.000+0000" }, { "id": "192325", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolved by https://github.com/appcelerator/titanium_mobile/pull/2047\r\n\r\nTest case should now say \"File not found\" instead of a URI exception.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-23T17:26:14.000+0000", "updated": "2012-04-23T17:26:14.000+0000" }, { "id": "199150", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Getting the following:\r\nD/dalvikvm( 8231): Trying to load lib /data/data/com.appcelerator.timob2653/lib/libtiverify.so 0x41319150\r\nD/dalvikvm( 8231): Added shared lib /data/data/com.appcelerator.timob2653/lib/libtiverify.so 0x41319150\r\nI/TiRootActivity( 8231): (main) [0,0] checkpoint, on root activity resume. activity = com.appcelerator.timob2653.Timob2653Activity@4134c130\r\nV/PhoneStatusBar( 203): setLightsOn(true)\r\nW/InputManagerService( 136): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@4172aa18 (uid=10031 pid=364)\r\nE/TiDownloadManager( 8231): (pool-3-thread-1) [76,76] Exception downloading http://chart.apis.google.com/chart?chco=666666%2C555555%2C444444%2C333333%2C222222&%3Bcht=p&%3Bchd=t%3A36%2C15%2C12%2C10%2C26&%3Bchdl=xyz%7Cabc%7Cdef%7Cghi%7Cjkl&%3Bchdlp=b&%3Bchf=c%2Cs%2Cffffff%7Cbg%2Cs%2Cffffff&%3Bchl=36%EF%BF%BD%EF%BF%BD5%EF%BF%BD%EF%BF%BD2%EF%BF%BD%EF%BF%BD0%EF%BF%BD%EF%BF%BD6%EF%BF%BD%EF%BF%BDmp%3Bchs=288x150\r\nE/TiDownloadManager( 8231): java.io.FileNotFoundException: http://chart.apis.google.com/chart?chco=666666%2C555555%2C444444%2C333333%2C222222&%3Bcht=p&%3Bchd=t%3A36%2C15%2C12%2C10%2C26&%3Bchdl=xyz%7Cabc%7Cdef%7Cghi%7Cjkl&%3Bchdlp=b&%3Bchf=c%2Cs%2Cffffff%7Cbg%2Cs%2Cffffff&%3Bchl=36%EF%BF%BD%EF%BF%BD5%EF%BF%BD%EF%BF%BD2%EF%BF%BD%EF%BF%BD0%EF%BF%BD%EF%BF%BD6%EF%BF%BD%EF%BF%BDmp%3Bchs=288x150\r\nE/TiDownloadManager( 8231): \tat libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:177)\r\nE/TiDownloadManager( 8231): \tat java.net.URL.openStream(URL.java:462)\r\nE/TiDownloadManager( 8231): \tat org.appcelerator.titanium.util.TiDownloadManager$DownloadJob.run(TiDownloadManager.java:157)\r\nE/TiDownloadManager( 8231): \tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)\r\nE/TiDownloadManager( 8231): \tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)\r\nE/TiDownloadManager( 8231): \tat java.lang.Thread.run(Thread.java:856)\r\nI/ActivityManager( 136): Displayed com.appcelerator.timob2653/.Timob2653Activity: +2s796ms", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-19T11:50:44.000+0000", "updated": "2012-06-19T11:50:44.000+0000" }, { "id": "199158", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with SDK 2.1.0.v20120618154152 and using new URL: http://chart.apis.google.com/chart?cht=r&chs=200x200&chd=t:77,66,15,0,31,48,100,77%7C20,36,100,2,0,100&chco=FF0000,FF9900&chls=2.0,4.0,0.0%7C2.0,4.0,0.0&chxt=x&chxl=0:%7C0%7C45%7C90%7C135%7C180%7C225%7C270%7C315&chxr=0,0.0,360.0", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-19T13:08:14.000+0000", "updated": "2012-06-19T13:08:14.000+0000" } ], "maxResults": 21, "total": 21, "startAt": 0 } } }