<?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 IPInfo app not working properly in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756692#M82590</link>
    <description>&lt;P&gt;I am getting this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SyntaxError&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;while using the IPinfo Splunk App on my Splunk Enterprise instance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Splunk Version:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;9.2.2&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;App Name:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;IPinfo Splunk App&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;OS:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Linux&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;When running the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ipinfo&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command in a search, the command fails. Upon inspecting the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;search.log, I found that the external search command is exiting with a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SyntaxError.&lt;/P&gt;&lt;P&gt;It appears the script&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ipinfo_command.py&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;uses the assignment expression (Walrus Operator&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:=), which was introduced in Python 3.8. However, even on Splunk 9.2.2, the script is being invoked using the bundled Python 3.7 interpreter in my environment, leading to the following error:&lt;/P&gt;&lt;P&gt;ERROR ChunkedExternProcessor - stderr: File "/opt/splunk/etc/apps/ipinfo_app/bin/ipinfo_command.py", line 139&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: ip_addresses = [v.strip() for f in fields if (v := record.get(f)) and v.strip()]&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: SyntaxError: invalid syntax&lt;BR /&gt;ERROR ChunkedExternProcessor - Error in 'ipinfo' command: External search command exited unexpectedly with non-zero error code 1.&lt;BR /&gt;&lt;BR /&gt;Can someone please help ?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Dec 2025 02:17:55 GMT</pubDate>
    <dc:creator>dm1</dc:creator>
    <dc:date>2025-12-22T02:17:55Z</dc:date>
    <item>
      <title>IPInfo app not working properly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756692#M82590</link>
      <description>&lt;P&gt;I am getting this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SyntaxError&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;while using the IPinfo Splunk App on my Splunk Enterprise instance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Splunk Version:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;9.2.2&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;App Name:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;IPinfo Splunk App&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;OS:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Linux&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem Description:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;When running the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ipinfo&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command in a search, the command fails. Upon inspecting the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;search.log, I found that the external search command is exiting with a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SyntaxError.&lt;/P&gt;&lt;P&gt;It appears the script&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ipinfo_command.py&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;uses the assignment expression (Walrus Operator&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:=), which was introduced in Python 3.8. However, even on Splunk 9.2.2, the script is being invoked using the bundled Python 3.7 interpreter in my environment, leading to the following error:&lt;/P&gt;&lt;P&gt;ERROR ChunkedExternProcessor - stderr: File "/opt/splunk/etc/apps/ipinfo_app/bin/ipinfo_command.py", line 139&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: ip_addresses = [v.strip() for f in fields if (v := record.get(f)) and v.strip()]&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;BR /&gt;ERROR ChunkedExternProcessor - stderr: SyntaxError: invalid syntax&lt;BR /&gt;ERROR ChunkedExternProcessor - Error in 'ipinfo' command: External search command exited unexpectedly with non-zero error code 1.&lt;BR /&gt;&lt;BR /&gt;Can someone please help ?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 02:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756692#M82590</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2025-12-22T02:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: IPInfo app not working properly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756694#M82592</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233960"&gt;@dm1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of the app are you running, and does your Splunk deployment only have Python 3.7?&lt;/P&gt;&lt;P&gt;Can you check which Python runtimes are available on your Splunk instance, and if you have a 3.7+ runtime, explicitly reference that in the app’s commands.conf and test the command again.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SPLUNK_HOME/bin/splunk cmd python3 -V&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 04:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756694#M82592</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-12-22T04:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: IPInfo app not working properly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756729#M82600</link>
      <description>&lt;P&gt;&lt;BR /&gt;9.4.0 is the App version&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;/opt/splunk/bin/splunk cmd python3 -V&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Output is&amp;nbsp;Python 3.7.17&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 21:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756729#M82600</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2025-12-22T21:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: IPInfo app not working properly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756771#M82602</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I work for IPinfo. Can you please open a support ticket with us? Our integration engineering team will take a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;— Abdullah | DevRel, IPinfo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 13:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756771#M82602</guid>
      <dc:creator>max-ipinfo</dc:creator>
      <dc:date>2025-12-24T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPInfo app not working properly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756822#M82603</link>
      <description>&lt;P&gt;I already opened a case 12 days ago but have not heard back on the issue yet.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 00:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/IPInfo-app-not-working-properly/m-p/756822#M82603</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2025-12-29T00:34:34Z</dc:date>
    </item>
  </channel>
</rss>

