<?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 XIQ-AP Import workflow failure in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-ap-import-workflow-failure/m-p/117994#M12581</link>
    <description>&lt;P&gt;We are using the XIQ-AP Import workflow since months and it has worked well for us.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/README.md#xiq-site-engine-xmc-daily-job-workflows" target="_blank"&gt;https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/README.md#xiq-site-engine-xmc-daily-job-workflows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Staring Feb 23rd (Sunday) the script fails after having pulled 500 APs from XIQ with a&amp;nbsp;RuntimeError: maximum recursion limit exceeded. We tried different batch sizes and it fails after reaching 500 APs&lt;/P&gt;&lt;P&gt;You see the 6th batch of 100 APs failing with some charset error and thet the traceback.&lt;/P&gt;&lt;P&gt;2025-02-24 12:26:43,378 DEBUG [connectionpool.py:823] Starting new HTTPS connection (1): api.extremecloudiq.com&lt;BR /&gt;2025-02-24 12:26:43,575 DEBUG [connectionpool.py:394] &lt;A href="https://api.extremecloudiq.com:443" target="_blank"&gt;https://api.extremecloudiq.com:443&lt;/A&gt; "GET /devices?page=6&amp;amp;limit=100 HTTP/1.1" 200 None&lt;BR /&gt;2025-02-24 12:26:44,759 DEBUG [eucjpprober.py:61] EUC-JP Japanese prober hit error at byte 7219&lt;BR /&gt;2025-02-24 12:26:45,005 DEBUG [mbcharsetprober.py:65] EUC-KR Korean prober hit error at byte 7219&lt;BR /&gt;2025-02-24 12:26:45,460 DEBUG [mbcharsetprober.py:65] EUC-TW Taiwan prober hit error at byte 7218&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 135, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 92, in main&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 69, in call&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/requests/models.py", line 852, in text&lt;BR /&gt;encoding = self.apparent_encoding&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/requests/models.py", line 722, in apparent_encoding&lt;BR /&gt;return chardet.detect(self.content)['encoding']&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/__init__.py", line 38, in detect&lt;BR /&gt;detector.feed(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/universaldetector.py", line 211, in feed&lt;BR /&gt;if prober.feed(byte_str) == ProbingState.FOUND_IT:&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/charsetgroupprober.py", line 71, in feed&lt;BR /&gt;state = prober.feed(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/hebrewprober.py", line 227, in feed&lt;BR /&gt;byte_str = self.filter_high_byte_only(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/charsetprober.py", line 63, in filter_high_byte_only&lt;BR /&gt;buf = re.sub(b'([\x00-\x7F])+', b' ', buf)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/WEB-INF/lib/jython-dev.jar/Lib/re.py", line 151, in sub&lt;BR /&gt;RuntimeError: maximum recursion limit exceeded&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be the cause?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 11:50:49 GMT</pubDate>
    <dc:creator>Jan_Reister</dc:creator>
    <dc:date>2025-02-24T11:50:49Z</dc:date>
    <item>
      <title>XIQ-AP Import workflow failure</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-ap-import-workflow-failure/m-p/117994#M12581</link>
      <description>&lt;P&gt;We are using the XIQ-AP Import workflow since months and it has worked well for us.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/README.md#xiq-site-engine-xmc-daily-job-workflows" target="_blank"&gt;https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/README.md#xiq-site-engine-xmc-daily-job-workflows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Staring Feb 23rd (Sunday) the script fails after having pulled 500 APs from XIQ with a&amp;nbsp;RuntimeError: maximum recursion limit exceeded. We tried different batch sizes and it fails after reaching 500 APs&lt;/P&gt;&lt;P&gt;You see the 6th batch of 100 APs failing with some charset error and thet the traceback.&lt;/P&gt;&lt;P&gt;2025-02-24 12:26:43,378 DEBUG [connectionpool.py:823] Starting new HTTPS connection (1): api.extremecloudiq.com&lt;BR /&gt;2025-02-24 12:26:43,575 DEBUG [connectionpool.py:394] &lt;A href="https://api.extremecloudiq.com:443" target="_blank"&gt;https://api.extremecloudiq.com:443&lt;/A&gt; "GET /devices?page=6&amp;amp;limit=100 HTTP/1.1" 200 None&lt;BR /&gt;2025-02-24 12:26:44,759 DEBUG [eucjpprober.py:61] EUC-JP Japanese prober hit error at byte 7219&lt;BR /&gt;2025-02-24 12:26:45,005 DEBUG [mbcharsetprober.py:65] EUC-KR Korean prober hit error at byte 7219&lt;BR /&gt;2025-02-24 12:26:45,460 DEBUG [mbcharsetprober.py:65] EUC-TW Taiwan prober hit error at byte 7218&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 135, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 92, in main&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 69, in call&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/requests/models.py", line 852, in text&lt;BR /&gt;encoding = self.apparent_encoding&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/requests/models.py", line 722, in apparent_encoding&lt;BR /&gt;return chardet.detect(self.content)['encoding']&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/__init__.py", line 38, in detect&lt;BR /&gt;detector.feed(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/universaldetector.py", line 211, in feed&lt;BR /&gt;if prober.feed(byte_str) == ProbingState.FOUND_IT:&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/charsetgroupprober.py", line 71, in feed&lt;BR /&gt;state = prober.feed(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/hebrewprober.py", line 227, in feed&lt;BR /&gt;byte_str = self.filter_high_byte_only(byte_str)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/jython/Lib/site-packages/chardet/charsetprober.py", line 63, in filter_high_byte_only&lt;BR /&gt;buf = re.sub(b'([\x00-\x7F])+', b' ', buf)&lt;BR /&gt;File "/usr/local/Extreme_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/WEB-INF/lib/jython-dev.jar/Lib/re.py", line 151, in sub&lt;BR /&gt;RuntimeError: maximum recursion limit exceeded&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be the cause?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 11:50:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-ap-import-workflow-failure/m-p/117994#M12581</guid>
      <dc:creator>Jan_Reister</dc:creator>
      <dc:date>2025-02-24T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: XIQ-AP Import workflow failure</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-ap-import-workflow-failure/m-p/118028#M12584</link>
      <description>&lt;P&gt;Seems an XIQ Cloud issue. Modified the script to fetch APs in groups of 10 instead of 100, and works.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 15:13:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-ap-import-workflow-failure/m-p/118028#M12584</guid>
      <dc:creator>Jan_Reister</dc:creator>
      <dc:date>2025-02-25T15:13:22Z</dc:date>
    </item>
  </channel>
</rss>

