<?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: Session App Tutorial - Connection Lost in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1922616#M16701</link>
    <description>&lt;P&gt;No-one has ever experienced this issue?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 10:17:27 GMT</pubDate>
    <dc:creator>AG-gugelbisolutions</dc:creator>
    <dc:date>2022-04-26T10:17:27Z</dc:date>
    <item>
      <title>Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1918724#M16628</link>
      <description>&lt;P&gt;Hi there, I'm trying to follow the official tutorial&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/Subsystems/Mashups/Content/Sense_Mashups/Howtos/session-app-tutorial.htm?_ga=2.129206795.668982776.1649661800-1525608296.1551449788" target="_self"&gt;Tutorial: Creating a session app&lt;/A&gt;&amp;nbsp;, but I'm getting a &lt;EM&gt;Connection Lost&lt;/EM&gt; error at some point after hitting the &lt;EM&gt;Create Session App&lt;/EM&gt;&amp;nbsp;button.&lt;/P&gt;
&lt;P&gt;Mashup is hosted by Qlik Sense itself and I'm reaching it through a URL like &lt;A href="https://localhost/extension/[...]" target="_blank"&gt;https://localhost/extension/[...]&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 17:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1918724#M16628</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-14T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1922616#M16701</link>
      <description>&lt;P&gt;No-one has ever experienced this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1922616#M16701</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-04-26T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926467#M16730</link>
      <description>&lt;P&gt;Let me reformulate. The problem (at least the first) seems to be finding enigma. Please note that I'm trying to run this tutorial as an extension.&lt;/P&gt;
&lt;P&gt;I have installed &lt;EM&gt;enigma.js&lt;/EM&gt; and &lt;EM&gt;ws&lt;/EM&gt; packages with the following command, run with administrator privileges.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;npm i -S enigma.js ws&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;This creates the relevant folders under C:\Windows\system32.&lt;/P&gt;
&lt;P&gt;However, even if I try to require enigma with&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;const enigma = require("enigma.js");&lt;/LI-CODE&gt;
&lt;P&gt;I get the following error&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Uncaught Error: Module name "enigma.js" has not been loaded yet for context: _. Use require([])&lt;/LI-CODE&gt;
&lt;P&gt;The same happens if I use the absolute path.&lt;/P&gt;
&lt;P&gt;If I instead use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;const enigma = require('enigma.js');&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the this error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Uncaught Error: Module name "enigma.js" has not been loaded yet for context: _. Use require([])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can enigma code be run on the browser?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 17:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926467#M16730</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-05-04T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926598#M16733</link>
      <description>&lt;P&gt;From what I can see, the tutorial you are linking isn't using engima.js.&lt;BR /&gt;It's using the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;require&lt;/SPAN&gt;&lt;SPAN&gt;( [&lt;/SPAN&gt;&lt;SPAN&gt;"js/qlik"&lt;/SPAN&gt;&lt;SPAN&gt;],...&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;that will do the communication with engine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What's the goal here? Just learning?&lt;BR /&gt;You could try the tutorials at&amp;nbsp;&lt;A href="https://qlik.dev/tutorials/build-a-simple-mashup-using-capability-apis" target="_blank"&gt;https://qlik.dev/tutorials/build-a-simple-mashup-using-capability-apis&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 05:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926598#M16733</guid>
      <dc:creator>hakana</dc:creator>
      <dc:date>2022-05-05T05:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926712#M16735</link>
      <description>&lt;P&gt;Yes, the tutorial does not use enigma, but it works only on Qlik Sense Desktop. If I try to run it on QSEoW a "Connection Lost" error pops up and my intention was to solve it making use of enigma.&lt;/P&gt;
&lt;P&gt;At the moment the goal is to learn, but I will need a much more solid knowledge, especially of session apps, in three or four months.&lt;/P&gt;
&lt;P&gt;I will try to follow the Capability APIs tutorial as well.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926712#M16735</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-05-05T08:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926741#M16736</link>
      <description>&lt;P&gt;Hey there&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111148"&gt;@AG-gugelbisolutions&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you tried taking a look at these resources?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;enigma.js overview on QSEfW's help page:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" target="_self"&gt;enigma.js&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;complete example of how to create a session app using enigma.js:&amp;nbsp;&lt;A href="https://github.com/qlik-oss/enigma.js/tree/master/examples/complete/car-models" target="_self"&gt;car-models&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;BR /&gt;Riccardo&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926741#M16736</guid>
      <dc:creator>rzenere_avvale</dc:creator>
      <dc:date>2022-05-05T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926762#M16737</link>
      <description>&lt;P&gt;The "Connection Lost" problem stopped me as I was trying to follow all possible example to gain as much as experience possible.&lt;/P&gt;
&lt;P&gt;At the moment I'm following &lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/qlik-field-interface.htm" target="_self"&gt;this&lt;/A&gt; Capability API tutorial and is working fine. I feel like the right learning path starts from Capability/Root APIs and the enigma.&lt;/P&gt;
&lt;P&gt;At the beginning I was pretty optimistic about enigma, but the only good result was a series of scripts to use as backend scripts; never been able to make it work on the browser.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1926762#M16737</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-05-05T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Session App Tutorial - Connection Lost</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1927022#M16741</link>
      <description>&lt;P&gt;Just a quick update: I'm working without enigma at the moment, but I'm stuck on rendering objects within a session app (see &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/QVisualization-show-not-working-with-session-app/m-p/1927018#M16740" target="_blank" rel="noopener"&gt;this other post&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Session-App-Tutorial-Connection-Lost/m-p/1927022#M16741</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-05-05T16:39:39Z</dc:date>
    </item>
  </channel>
</rss>

