<?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:Error receiving message after registering as a new subscriber in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1553770#M500</link>
    <description>&lt;P&gt;Apologies for the delay in my response, I have reached out to the development team for further assistance. &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Dec 2023 00:48:20 GMT</pubDate>
    <dc:creator>JesusE_Intel</dc:creator>
    <dc:date>2023-12-14T00:48:20Z</dc:date>
    <item>
      <title>Error receiving message after registering as a new subscriber</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1544052#M497</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to receive messages sent from Publisher in another container by registering a subscriber. However, the error message below continues to occur. Is there any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;ERROR:proto_zmq_subscriber_new:685: Failed to create URI for topic: start_inferencing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR : {} : root : [&lt;/SPAN&gt;&lt;A href="http://server.py/" target="_blank" rel="noopener"&gt;server.py&lt;/A&gt;&lt;SPAN&gt;]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in line : [189] :&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Failed to subscribe to topic "start_inferencing": Failed to subscribe to topic&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;======== code ==========&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;sub_msgbus = mb.MsgbusContext(msgbus_cfg) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;try: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;subscriber = sub_msgbus.new_subscriber(topic) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;if subscriber is not None: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;metadata, _ = subscriber.recv() self.logger.info(f'[INFO] Control PLC Sub - Receiving:&amp;nbsp; {metadata}')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;else: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.logger.error(f'[ERROR] Subscriber is None. Subscription might have failed.') &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;except eii.exc.MessageBusError as e: # Log or print the detailed error information&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;self.logger.error(f'Failed to subscribe to topic "{topic}": {e}')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Inline-image-2023-11-15 14.32.07.066.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/48035iC706BDFC09CCA08A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Inline-image-2023-11-15 14.32.07.066.png" alt="Inline-image-2023-11-15 14.32.07.066.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/STRONG&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>Wed, 15 Nov 2023 05:37:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1544052#M497</guid>
      <dc:creator>Louis8</dc:creator>
      <dc:date>2023-11-15T05:37:36Z</dc:date>
    </item>
    <item>
      <title>Re:Error receiving message after registering as a new subscriber</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1545675#M498</link>
      <description>&lt;P&gt;Hi Louis8,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay in my response, could you please share the path/filename to all the files you modified? Where you able to successfully send/receive messages using the steps in my other thread before registering a new subscriber? In the meantime, I am setting up an environment using the latest Edge Insights for Industrial v4.1 to run some tests.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 17:49:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1545675#M498</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2023-11-20T17:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error receiving message after registering as a new subscriber</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1546315#M499</link>
      <description>&lt;P&gt;Where I tested it, I put the above code into callback() of server.py.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 01:34:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1546315#M499</guid>
      <dc:creator>Louis8</dc:creator>
      <dc:date>2023-11-22T01:34:04Z</dc:date>
    </item>
    <item>
      <title>Re:Error receiving message after registering as a new subscriber</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1553770#M500</link>
      <description>&lt;P&gt;Apologies for the delay in my response, I have reached out to the development team for further assistance. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2023 00:48:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1553770#M500</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2023-12-14T00:48:20Z</dc:date>
    </item>
    <item>
      <title>Re:Error receiving message after registering as a new subscriber</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1595743#M501</link>
      <description>&lt;P&gt;Hi Louis8,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay in our response. We recently released a new version of the software. Would it be possible for you to test on the latest release and create a new issue if you continue to encounter the same error?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Additional details can be found in the documentation: &lt;A href="https://eiidocs.intel.com/pages/advanced-guide.html#mqtt-publishing" rel="noopener noreferrer" target="_blank"&gt;Advanced Guide — Intel® Edge Insights System Documentation v1.0 documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2024 22:01:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-receiving-message-after-registering-as-a-new-subscriber/m-p/1595743#M501</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2024-05-07T22:01:21Z</dc:date>
    </item>
  </channel>
</rss>

