<?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: TypeError: %d format: a number is required, not str in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126232#M9975</link>
    <description>&lt;P&gt;Apologies, it's totally my fault. I hadn't configured it to connect to the App.&lt;/P&gt;

&lt;P&gt;Duh!&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2014 17:40:41 GMT</pubDate>
    <dc:creator>Lazarix</dc:creator>
    <dc:date>2014-11-17T17:40:41Z</dc:date>
    <item>
      <title>TypeError: %d format: a number is required, not str</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126230#M9973</link>
      <description>&lt;P&gt;I'm getting the error:&lt;BR /&gt;
    TypeError: %d format: a number is required, not str&lt;BR /&gt;
from cmdPortlookup.py and loadImData.py when I tail splunkd.log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-17-2014 15:41:30.726 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py" Traceback (most recent call last):
11-17-2014 15:41:30.726 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"   File "/opt/splunk/lib/python2.7/logging/handlers.py", line 76, in emit
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"     if self.shouldRollover(record):
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"   File "/opt/splunk/lib/python2.7/logging/handlers.py", line 154, in shouldRollover
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"     msg = "%s\n" % self.format(record)
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 724, in format
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"     return fmt.format(record)
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 464, in format
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"     record.message = record.getMessage()
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 328, in getMessage
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py"     msg = msg % self.args
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py" TypeError: %d format: a number is required, not str
11-17-2014 15:41:30.727 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/cmdPortlookup.py" Logged from file exitHandler.py, line 88
11-17-2014 15:41:36.490 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py" Traceback (most recent call last):
11-17-2014 15:41:36.490 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"   File "/opt/splunk/lib/python2.7/logging/handlers.py", line 76, in emit
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"     if self.shouldRollover(record):
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"   File "/opt/splunk/lib/python2.7/logging/handlers.py", line 154, in shouldRollover
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"     msg = "%s\n" % self.format(record)
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 724, in format
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"     return fmt.format(record)
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 464, in format
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"     record.message = record.getMessage()
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"   File "/opt/splunk/lib/python2.7/logging/__init__.py", line 328, in getMessage
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py"     msg = msg % self.args
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py" TypeError: %d format: a number is required, not str
11-17-2014 15:41:36.491 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/InterMapper/bin/loadImData.py" Logged from file exitHandler.py, line 88
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ideas on a postcard!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 15:45:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126230#M9973</guid>
      <dc:creator>Lazarix</dc:creator>
      <dc:date>2014-11-17T15:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: %d format: a number is required, not str</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126231#M9974</link>
      <description>&lt;P&gt;What versions are you using?  Please include splunk, intermapper, and intermapper app.,Lazarix, &lt;/P&gt;

&lt;P&gt;What version are splunk, intermapper server, and intermapper app?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 17:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126231#M9974</guid>
      <dc:creator>InterMapper</dc:creator>
      <dc:date>2014-11-17T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: %d format: a number is required, not str</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126232#M9975</link>
      <description>&lt;P&gt;Apologies, it's totally my fault. I hadn't configured it to connect to the App.&lt;/P&gt;

&lt;P&gt;Duh!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 17:40:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/TypeError-d-format-a-number-is-required-not-str/m-p/126232#M9975</guid>
      <dc:creator>Lazarix</dc:creator>
      <dc:date>2014-11-17T17:40:41Z</dc:date>
    </item>
  </channel>
</rss>

