<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I assume you are not keeping in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110082#M71811</link>
    <description>&lt;P&gt;I assume you are not keeping the weinre script in your app when you publish it? That's not a good idea, it should be removed from your app before you publish your app.&lt;/P&gt;

&lt;P&gt;Are you getting this when using the Emulate tab? If so, it can be ignored.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 19:40:41 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-12-16T19:40:41Z</dc:date>
    <item>
      <title>How to get rid of console errors</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110081#M71810</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I regularly receive the following error in my app:&lt;/SPAN&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Uncaught TypeError: Cannot read property 'call' of undefined target-script-min.js:1283&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This seems to be benign, but it would be nice to get rid of it, Any ideas?&lt;/P&gt;

&lt;P&gt;It goes away if I remove the weinre script, of course.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(Apologies if anyone saw the earlier version of this post, which had some spurious stuff on it)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:50:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110081#M71810</guid>
      <dc:creator>David_K_6</dc:creator>
      <dc:date>2015-12-16T10:50:20Z</dc:date>
    </item>
    <item>
      <title>I assume you are not keeping</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110082#M71811</link>
      <description>&lt;P&gt;I assume you are not keeping the weinre script in your app when you publish it? That's not a good idea, it should be removed from your app before you publish your app.&lt;/P&gt;

&lt;P&gt;Are you getting this when using the Emulate tab? If so, it can be ignored.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:40:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110082#M71811</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-16T19:40:41Z</dc:date>
    </item>
    <item>
      <title>I've been sane enough to</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110083#M71812</link>
      <description>&lt;P&gt;I've been sane enough to remove it from most of the beta test builds (although I have been forgetting some, which is embarrassing).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I do have a zero-tolerance approach to console errors, though, so I don't really like the idea of "just ignoring it". So I guess that since I don't use the weinre debugger often (I either debug on the emulator, or use trace statements on a real machine), I'll just leave the script out most of the time unless needed.&lt;/P&gt;

&lt;P&gt;Having said which, it wouldn't be a difficult thing for your developers to fix: all it needs is to make the following change to line 1283, from&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;return xhr.httpSocketHandler.call(xhr.httpSocket, xhr);&lt;/PRE&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;if (xhr.hasOwnProperty('httpSocketHandler')) {
    return xhr.httpSocketHandler.call(xhr.httpSocket, xhr);
}&lt;/PRE&gt;

&lt;P&gt;If you can alert developers of this, that would be nice...&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 08:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-rid-of-console-errors/m-p/1110083#M71812</guid>
      <dc:creator>David_K_6</dc:creator>
      <dc:date>2015-12-17T08:49:06Z</dc:date>
    </item>
  </channel>
</rss>

