<?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 How can I debug extension_load_error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-debug-extension-load-error/m-p/2136196#M19449</link>
    <description>&lt;P&gt;reproduction:&lt;/P&gt;
&lt;P&gt;put my custom extension into app (working fine)&lt;/P&gt;
&lt;P&gt;clicking on selections tab in Qlik header&lt;/P&gt;
&lt;P&gt;close selection tab again&lt;/P&gt;
&lt;P&gt;(extension reloads fine)&lt;/P&gt;
&lt;P&gt;I get `400 Bad Request` back from the AWS SQS Queueing service with this payload:&lt;/P&gt;
&lt;P&gt;Action: SendMessage&lt;/P&gt;
&lt;P&gt;DelaySeconds: 10&lt;/P&gt;
&lt;P&gt;Version:&amp;nbsp;2012-11-05 (Is this outdated, it seems old?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{"location":{"origin":"https://qliksense*.*.com",
"pathname":"/sense/app/*/sheet/*/state/analysis"},
"eventCategory":"sense-client",
"eventName":"extension_load_error",
"properties":{"currentState":0,
"currentView":3,
"details":{"type":"third-party-code-split",
"message":"Mismatched anonymous define() module: function(t){
\"use strict\";function n(t,n){return null==t||null==n?NaN:t&amp;lt;n?-1:t&amp;gt;n?1:t&amp;gt;=n?0:NaN}function e(t,n){return null==t||null==n?NaN:n&amp;lt;t?-1:n&amp;gt;t?1:n&amp;gt;=t?0:NaN}function r(t){let r,o,a;function u(t,n,e=0,i=t.length)
... (very long cryptic JS code) ...
t.zoomIdentity=ww,t.zoomTransform=Mw}\nhttps://requirejs.org/docs/errors.html#mismatch"},
"appId":"*"},
"qlikmetricsId":"*",
"qlikmetricsVersion":"2.0.0",
"sessionId":"*",
"timestamp":1699523179404,
"userId":"*",
"version":"7.947.16",
"serviceClusterId":"*",
"deploymentEnv":"*",
"packagingEnv":"*",
"productVersion":"14.129.12"}

(internal identifiers redacted with *)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To this URL:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://sqs.us-east-1.amazonaws.com/*/de-senseclient-prod-usagemetrics" target="_blank" rel="noopener"&gt;https://sqs.us-east-1.amazonaws.com/*/de-senseclient-prod-usagemetrics&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To which AWS SQS responds unhappily (because my code is too long???, it is 2MB and there is a limit of 260KB of data transfer setup there?)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "Error": {
        "Code": "InvalidParameterValue",
        "Message": "One or more parameters are invalid. Reason: Message must be shorter than 262144 bytes.",
        "Type": "Sender"
    },
    "RequestId": "*"
}&lt;/LI-CODE&gt;
&lt;P&gt;What is going on?&lt;/P&gt;
&lt;P&gt;Can I disable this feature in general to avoid these errors? Do I have to opt in? Is my JavaScript actually faulty or is it on the Qlik side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use a modern webpack bundler, Qlik's AngularJS, and some dependent JS libraries loaded via webpack library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 10:04:49 GMT</pubDate>
    <dc:creator>fabian3684386</dc:creator>
    <dc:date>2023-11-09T10:04:49Z</dc:date>
    <item>
      <title>How can I debug extension_load_error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-debug-extension-load-error/m-p/2136196#M19449</link>
      <description>&lt;P&gt;reproduction:&lt;/P&gt;
&lt;P&gt;put my custom extension into app (working fine)&lt;/P&gt;
&lt;P&gt;clicking on selections tab in Qlik header&lt;/P&gt;
&lt;P&gt;close selection tab again&lt;/P&gt;
&lt;P&gt;(extension reloads fine)&lt;/P&gt;
&lt;P&gt;I get `400 Bad Request` back from the AWS SQS Queueing service with this payload:&lt;/P&gt;
&lt;P&gt;Action: SendMessage&lt;/P&gt;
&lt;P&gt;DelaySeconds: 10&lt;/P&gt;
&lt;P&gt;Version:&amp;nbsp;2012-11-05 (Is this outdated, it seems old?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{"location":{"origin":"https://qliksense*.*.com",
"pathname":"/sense/app/*/sheet/*/state/analysis"},
"eventCategory":"sense-client",
"eventName":"extension_load_error",
"properties":{"currentState":0,
"currentView":3,
"details":{"type":"third-party-code-split",
"message":"Mismatched anonymous define() module: function(t){
\"use strict\";function n(t,n){return null==t||null==n?NaN:t&amp;lt;n?-1:t&amp;gt;n?1:t&amp;gt;=n?0:NaN}function e(t,n){return null==t||null==n?NaN:n&amp;lt;t?-1:n&amp;gt;t?1:n&amp;gt;=t?0:NaN}function r(t){let r,o,a;function u(t,n,e=0,i=t.length)
... (very long cryptic JS code) ...
t.zoomIdentity=ww,t.zoomTransform=Mw}\nhttps://requirejs.org/docs/errors.html#mismatch"},
"appId":"*"},
"qlikmetricsId":"*",
"qlikmetricsVersion":"2.0.0",
"sessionId":"*",
"timestamp":1699523179404,
"userId":"*",
"version":"7.947.16",
"serviceClusterId":"*",
"deploymentEnv":"*",
"packagingEnv":"*",
"productVersion":"14.129.12"}

(internal identifiers redacted with *)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To this URL:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://sqs.us-east-1.amazonaws.com/*/de-senseclient-prod-usagemetrics" target="_blank" rel="noopener"&gt;https://sqs.us-east-1.amazonaws.com/*/de-senseclient-prod-usagemetrics&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To which AWS SQS responds unhappily (because my code is too long???, it is 2MB and there is a limit of 260KB of data transfer setup there?)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "Error": {
        "Code": "InvalidParameterValue",
        "Message": "One or more parameters are invalid. Reason: Message must be shorter than 262144 bytes.",
        "Type": "Sender"
    },
    "RequestId": "*"
}&lt;/LI-CODE&gt;
&lt;P&gt;What is going on?&lt;/P&gt;
&lt;P&gt;Can I disable this feature in general to avoid these errors? Do I have to opt in? Is my JavaScript actually faulty or is it on the Qlik side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use a modern webpack bundler, Qlik's AngularJS, and some dependent JS libraries loaded via webpack library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 10:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-debug-extension-load-error/m-p/2136196#M19449</guid>
      <dc:creator>fabian3684386</dc:creator>
      <dc:date>2023-11-09T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I debug extension_load_error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-debug-extension-load-error/m-p/2140878#M19541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231325"&gt;@fabian3684386&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you resolve this? If not, would you mind opening a support case for this? It seems you're tripping on a telemetry endpoint, and it's not something I've seen before.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 15:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-debug-extension-load-error/m-p/2140878#M19541</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-11-23T15:24:32Z</dc:date>
    </item>
  </channel>
</rss>

