<?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 Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747277#M13293</link>
    <description>&lt;P&gt;i can´t make it, because i haven´t access to the partnher panel... do you have any idea how do i do that?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 16:46:54 GMT</pubDate>
    <dc:creator>bortolotti_carl</dc:creator>
    <dc:date>2020-09-25T16:46:54Z</dc:date>
    <item>
      <title>exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1746843#M13280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After update customer's environment some mashups and/or extensions does not working when call method exportImg. The promise always returns "status: -1" (Image bellow). I ran the same mashup on previous version (November 2019) and it works perfect. Here is my code:&lt;/P&gt;&lt;P&gt;const renderImg = (qlikApp, htmlObjectId, qlikObjectId) =&amp;gt; {&lt;BR /&gt;const imageContainer = $(`#${htmlObjectId}`);&lt;BR /&gt;return qlikApp.visualization.get(qlikObjectId)&lt;BR /&gt;.then((vis) =&amp;gt; {&lt;BR /&gt;// const settings = { format: 'png', height: 768, width: 1366 };&lt;BR /&gt;const settings = { format: 'png', height: 100, width: 100 };&lt;BR /&gt;return vis.exportImg(settings)&lt;BR /&gt;.then((result) =&amp;gt; {&lt;BR /&gt;return new Promise((resolve, reject) =&amp;gt; {&lt;BR /&gt;imageContainer.onload = () =&amp;gt; {&lt;BR /&gt;console.log(`Image loaded`); // AQUI&lt;BR /&gt;resolve(result);&lt;BR /&gt;}&lt;BR /&gt;imageContainer.onerror = () =&amp;gt; {&lt;BR /&gt;console.error(`Image load error`);&lt;BR /&gt;reject(result);&lt;BR /&gt;}&lt;BR /&gt;$(imageContainer).attr("src", result);&lt;BR /&gt;});&lt;BR /&gt;}, error =&amp;gt; alert(JSON.stringify(error)));&lt;BR /&gt;});&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;//callbacks -- inserted here --&lt;BR /&gt;//open apps -- inserted here --&lt;BR /&gt;app = qlik.openApp('1a6d14f8-64ff-4e4e-af22-452e5b13928c');&lt;/P&gt;&lt;P&gt;//get objects -- inserted here --&lt;BR /&gt;renderImg(app, "QV01I", "GBsMh");&lt;BR /&gt;renderImg(app, "QV02I", "ZvVmxmc");&lt;BR /&gt;renderImg(app, "QV03I", "LmUrUs");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bortolotti_carl_0-1600956267215.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41160iCC201CAC32CE2DE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bortolotti_carl_0-1600956267215.png" alt="bortolotti_carl_0-1600956267215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1746843#M13280</guid>
      <dc:creator>bortolotti_carl</dc:creator>
      <dc:date>2024-11-16T01:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747026#M13283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48805"&gt;@bortolotti_carl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This should have worked, any console errors or failing requests in the network tab? can you export the same visualization in Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 05:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747026#M13283</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2020-09-25T05:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747124#M13288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45449"&gt;@Aiham_Azmeh&lt;/a&gt;&amp;nbsp;, no errors... how i mentionate above, the promise&amp;nbsp;exportImg raise a reject with error object result "{ status: -1 }"... At the code "error =&amp;gt; alert(JSON.stringify(error)))"...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 10:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747124#M13288</guid>
      <dc:creator>bortolotti_carl</dc:creator>
      <dc:date>2020-09-25T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747151#M13291</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;- we probably need to do a deeper investigation, pls contact support and report this issue so we can get priority on it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 11:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747151#M13291</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2020-09-25T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747277#M13293</link>
      <description>&lt;P&gt;i can´t make it, because i haven´t access to the partnher panel... do you have any idea how do i do that?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1747277#M13293</guid>
      <dc:creator>bortolotti_carl</dc:creator>
      <dc:date>2020-09-25T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1758501#M13484</link>
      <description>&lt;P&gt;Hi Aaz,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are similar similar issue in export pdf,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do we have any resolution?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version - QS June 2020 Patch 7.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 15:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1758501#M13484</guid>
      <dc:creator>kishore3k</dc:creator>
      <dc:date>2020-11-04T15:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: exportImg  from App API does not working on Qliksense June 2020 Patch 1</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1758754#M13489</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/38620"&gt;@kishore3k&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48805"&gt;@bortolotti_carl&lt;/a&gt;&amp;nbsp;, I unfortunately have no item to track this in R&amp;amp;D - please contact support and report this issue.&lt;BR /&gt;I would have created an issue on my own, but I cannot reproduce it.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 06:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/exportImg-from-App-API-does-not-working-on-Qliksense-June-2020/m-p/1758754#M13489</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2020-11-05T06:53:53Z</dc:date>
    </item>
  </channel>
</rss>

