<?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: python errors in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62205#M3781</link>
    <description>&lt;P&gt;Running version 4.8 and getting similar errors:&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py" socket.error: [Errno 98] Address already in use&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"     return getattr(self._sock,name)(*args)&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"   File "/opt/splunk/lib/python2.7/socket.py", line 224, in meth&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"     s.bind((HOST, PORT))&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"   File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py", line 32, in &lt;MODULE&gt;&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py" Traceback (most recent call last):&lt;/MODULE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:49:29 GMT</pubDate>
    <dc:creator>piuagpPUOGHPUG0</dc:creator>
    <dc:date>2020-09-28T14:49:29Z</dc:date>
    <item>
      <title>python errors</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62203#M3779</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;On our installation the collector-script dies with following error:&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py", line 38, in &lt;MODULE&gt;&lt;BR /&gt;
    ipfix_pkt = ipfix.IPFIX(data)&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/ipfix.py", line 52, in &lt;STRONG&gt;init&lt;/STRONG&gt;&lt;BR /&gt;
    self.records.append(IPFIXRecord(rec_id, rec_length, self.timestamp, raw[pos+4:pos+rec_length]))&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/ipfix.py", line 18, in &lt;STRONG&gt;init&lt;/STRONG&gt;&lt;BR /&gt;
    data,data_len = parse_fn(raw[pos:])&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/ipfixrec.py", line 704, in parse_template_264&lt;BR /&gt;
    data[SYSLOG_MESSAGE], slen = '"' + get_var_string(raw[data_len:]) + '"'&lt;BR /&gt;
TypeError: cannot concatenate 'str' and 'tuple' objects&lt;BR /&gt;
&lt;/MODULE&gt;&lt;/PRE&gt;&lt;BR /&gt;
Am I the only one seeing this?&lt;BR /&gt;
Any ideas how to fix it?&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62203#M3779</guid>
      <dc:creator>nexellent</dc:creator>
      <dc:date>2020-09-28T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: python errors</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62204#M3780</link>
      <description>&lt;P&gt;What version of the app are you using? There was a bug in the app v4.6 that caused this error. Please try to download and install the latest version of the app, and see if that will fix it.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62204#M3780</guid>
      <dc:creator>athana</dc:creator>
      <dc:date>2011-11-21T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: python errors</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62205#M3781</link>
      <description>&lt;P&gt;Running version 4.8 and getting similar errors:&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py" socket.error: [Errno 98] Address already in use&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"     return getattr(self._sock,name)(*args)&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"   File "/opt/splunk/lib/python2.7/socket.py", line 224, in meth&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"     s.bind((HOST, PORT))&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py"   File "/opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py", line 32, in &lt;MODULE&gt;&lt;BR /&gt;
09-20-2013 13:41:59.916 -0600 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SplunkforCitrixNetScaler/bin/appflow_collector.py" Traceback (most recent call last):&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/python-errors/m-p/62205#M3781</guid>
      <dc:creator>piuagpPUOGHPUG0</dc:creator>
      <dc:date>2020-09-28T14:49:29Z</dc:date>
    </item>
  </channel>
</rss>

