<?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: subscription_modular_input.py error message in Splunk cloud gateway in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386462#M47009</link>
    <description>&lt;P&gt;It looks like one of the import libraries is missing.  Can you try reinstalling the app?&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 16:48:15 GMT</pubDate>
    <dc:creator>casingc_splunk</dc:creator>
    <dc:date>2019-05-24T16:48:15Z</dc:date>
    <item>
      <title>subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386460#M47007</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I am suddenly getting the following error in my Splunk cloud gateway app and can't see to correct it.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Unable to initialize modular input "subscription_modular_input" defined inside the app "splunk_app_cloudgateway": Introspecting scheme=subscription_modular_input: script running failed (exited with code 1).&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Running the failed script above via Splunk cmd  gives the following error. Looking for the missing libraries shows them all in their correct place.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk cmd python /opt/splunk/etc/apps/splunk_app_cloudgateway/bin/subscription_modular_input.py Traceback (most recent call last):   File "/opt/splunk/etc/apps/splunk_app_cloudgateway/bin/subscription_modular_input.py", line 24, in &amp;lt;module&amp;gt;
    from spacebridgeapp.sodium_client import SodiumClient   File "/opt/splunk/etc/apps/splunk_app_cloudgateway/bin/spacebridgeapp/sodium_client/__init__.py", line 1, in &amp;lt;module&amp;gt;
    from sodium_client import SodiumClient   File "/opt/splunk/etc/apps/splunk_app_cloudgateway/bin/spacebridgeapp/sodium_client/sodium_client.py", line 10, in &amp;lt;module&amp;gt;
    from sodium import sodium_server_pb2 as sodium   File "/opt/splunk/etc/apps/splunk_app_cloudgateway/bin/spacebridgeapp/sodium_client/sodium/sodium_server_pb2.py", line 6, in &amp;lt;module&amp;gt;
    from google.protobuf.internal import enum_type_wrapper ImportError: No module named protobuf.internal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can anyone steer me in the right direction to correct this,&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;BR /&gt;
Simon&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386460#M47007</guid>
      <dc:creator>srichansen</dc:creator>
      <dc:date>2020-09-30T00:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386461#M47008</link>
      <description>&lt;P&gt;@srichansen, did you make any changes before getting this ? have a look here this could be a step in the right direction : &lt;A href="https://docs.splunk.com/Documentation/Gateway/1.3.1/Registration/TroubleshootGateway"&gt;https://docs.splunk.com/Documentation/Gateway/1.3.1/Registration/TroubleshootGateway&lt;/A&gt; or just go for support, it weird that this just drops...&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 12:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386461#M47008</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-24T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386462#M47009</link>
      <description>&lt;P&gt;It looks like one of the import libraries is missing.  Can you try reinstalling the app?&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 16:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386462#M47009</guid>
      <dc:creator>casingc_splunk</dc:creator>
      <dc:date>2019-05-24T16:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386463#M47010</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;There were no changes in the system to do with cloud gateway. The only changes were within an app and should not affect the system files.&lt;/P&gt;

&lt;P&gt;I should have added that i have tried re-installing, cleaning the app off the system and installing it again and&lt;BR /&gt;
over installing Splunk again (update) to refresh the python2.7 files.&lt;/P&gt;

&lt;P&gt;Somehow it seems that whatever has changed is not being undone by the updates or resets above.&lt;/P&gt;

&lt;P&gt;regards,&lt;BR /&gt;
Simon&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 07:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386463#M47010</guid>
      <dc:creator>srichansen</dc:creator>
      <dc:date>2019-05-27T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386464#M47011</link>
      <description>&lt;P&gt;I'd say go for support &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 07:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386464#M47011</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-27T07:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386465#M47012</link>
      <description>&lt;P&gt;I have worked out what the issue is with the cloud gateway. &lt;/P&gt;

&lt;P&gt;If you install any other apps that use the google proto-buffer protocol, cloud gateway will stop working. &lt;/P&gt;

&lt;P&gt;Removal of that app will get it working again.&lt;/P&gt;

&lt;P&gt;Thanks for help all.&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
Simon&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 13:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386465#M47012</guid>
      <dc:creator>srichansen</dc:creator>
      <dc:date>2019-07-08T13:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: subscription_modular_input.py error message in Splunk cloud gateway</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386466#M47013</link>
      <description>&lt;P&gt;Just update your proxy details in splunk-launch.conf  and also in the $Splunk_Home\etc\apps\splunk_app_cloudgateway\local\cloudgateway.conf and then restart splunk. &lt;BR /&gt;
This will take care of the error\issue.&lt;/P&gt;

&lt;P&gt;Tested ..!!!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/subscription-modular-input-py-error-message-in-Splunk-cloud/m-p/386466#M47013</guid>
      <dc:creator>Sridhar_bu</dc:creator>
      <dc:date>2020-09-30T03:02:33Z</dc:date>
    </item>
  </channel>
</rss>

