<?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 error attempting rto execute manageadmins.py in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400166#M468</link>
    <description>&lt;P&gt;That link is to a v0 endpoint, v0 is end of life, see...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I suggest update your code to use the v1 endpoints only...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organizations" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organizations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-admins" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-admins&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 18:47:09 GMT</pubDate>
    <dc:creator>sungod</dc:creator>
    <dc:date>2023-06-05T18:47:09Z</dc:date>
    <item>
      <title>Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400157#M459</link>
      <description>&lt;P&gt;I am using Python on a Windows 10 device to execute manageadmins.py&lt;/P&gt;&lt;P&gt;It does not run and prompts to install the module requests which si already installed and listed in pip list&lt;/P&gt;&lt;P&gt;I have tried Python 3.6.8 and 3.10.0 and requests 2.26 and 2.70&lt;/P&gt;&lt;P&gt;pip 18.? and 21.3 have been tried&lt;/P&gt;&lt;P&gt;I have installed it for the individual and All Users.&lt;/P&gt;&lt;P&gt;All to no luck.&lt;/P&gt;&lt;P&gt;I can stand a linux box but dont have one readily handy.&lt;/P&gt;&lt;P&gt;Any suggestions on what the issue may be?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:45:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400157#M459</guid>
      <dc:creator>amiur.chaudry@nts-kelser.com</dc:creator>
      <dc:date>2021-10-27T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400158#M460</link>
      <description>&lt;P&gt;Maybe the version of requests you are using is to old and needs an update.  Try:&lt;/P&gt;&lt;P&gt;pip install -U requests&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 19:54:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400158#M460</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2021-10-27T19:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400159#M461</link>
      <description>&lt;P&gt;If you are running Windows 10 have you considered using WSL (Windows Subsystem for Linux)?  It runs Ubuntu and is pretty good.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows/wsl/install" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.microsoft.com/en-us/windows/wsl/install&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 19:55:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400159#M461</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2021-10-27T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400160#M462</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;Ive also tried installing it for a use    pip install --user requests but all requirements are already satisfied.&lt;/P&gt;&lt;P&gt;import requests in the python shell has no response so I'm trying to work my way through this.&lt;/P&gt;&lt;P&gt;I will try this but I have installed requests 2.20, 2.24, 2.26 and 2.70 with 2.70 being the latest.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:33:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400160#M462</guid>
      <dc:creator>amiur.chaudry@nts-kelser.com</dc:creator>
      <dc:date>2021-10-27T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400161#M463</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I will try this - it may solve a few issues for me&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:35:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400161#M463</guid>
      <dc:creator>amiur.chaudry@nts-kelser.com</dc:creator>
      <dc:date>2021-10-27T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400162#M464</link>
      <description>&lt;P&gt;I managed to replicate your issue by installing Python 3.10.0 on a Windows computer that already had Python 3.9.5 installed.&lt;/P&gt;&lt;P&gt;I successfully fixed it with the following steps:&lt;/P&gt;&lt;P&gt;* Go to &lt;STRONG&gt;Control Panel &amp;gt; Programs and features&lt;/STRONG&gt; and remove all versions of Python, as well as the Python launcher&lt;BR /&gt;* Open &lt;STRONG&gt;C:\&lt;/STRONG&gt; in File explorer and remove all &lt;STRONG&gt;PythonXX-XX&lt;/STRONG&gt; folders&lt;BR /&gt;* Go to &lt;STRONG&gt;Control panel &amp;gt; System &amp;gt; Advanced &amp;gt; Environment variables&lt;/STRONG&gt; and remove everything Python related from Path&lt;BR /&gt;* Do a clean installation of Python 3.10.0 (I selected the "Add to environment variables" option)&lt;BR /&gt;* Install requests via pip&lt;BR /&gt;* Run the script as normal. It should now work&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 13:53:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400162#M464</guid>
      <dc:creator>mpapazog</dc:creator>
      <dc:date>2021-11-08T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400163#M465</link>
      <description>&lt;P&gt;Thank you all to everybody who replied. I apologize for the delay but I was sidelined by another project for the last few weeks and was only able to return to this over the weekend.&lt;/P&gt;&lt;P&gt;I had followed the suggestions from Mihail already without any success. It turns out the error message displayed was not the issue. The only resolution I found to the issue was:&lt;/P&gt;&lt;P&gt;1.  Delete the existing API key in the Meraki portal and create and use a new one.&lt;/P&gt;&lt;P&gt;Once this was done, I could execute the script and receive erros about admin credentials which I was able to resolve independently on this.&lt;/P&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;Amiur&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400163#M465</guid>
      <dc:creator>amiur.chaudry@nts-kelser.com</dc:creator>
      <dc:date>2021-11-29T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400164#M466</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I've been using the maangeadmins.py successfully for years now and as recently as a few weeks ago. When attempting to run the script now, I am just presented with a number of warnings that the organization admin list can't be obtained.&lt;/P&gt;&lt;P&gt;@ WARNING: Unable to get admin list for organization ""&lt;BR /&gt;@ WARNING: Unable to get admin list for organization ""&lt;BR /&gt;@ WARNING: Unable to get admin list for organization ""&lt;/P&gt;&lt;P&gt;I've tried upgrading to the latest version of Python, changing my API key and testing from another Windows 10 machine and from an Ubuntu Linux box.&lt;/P&gt;&lt;P&gt;Running a POSTMAN GET&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/organizations?X-Cisco-Meraki-API-Key=" rel="nofollow noopener noreferrer" target="_blank"&gt;https://api.meraki.com/api/v0/organizations?X-Cisco-Meraki-API-Key=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;does return the list of organizations I can see so I know my API key is valid.&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 18:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400164#M466</guid>
      <dc:creator>spjeffgricus</dc:creator>
      <dc:date>2023-06-05T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400165#M467</link>
      <description>&lt;P&gt;API v0 (which you are pointing at) has been sunset:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;try using the v1 version of the endpoint.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 18:42:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400165#M467</guid>
      <dc:creator>dajirku</dc:creator>
      <dc:date>2023-06-05T18:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400166#M468</link>
      <description>&lt;P&gt;That link is to a v0 endpoint, v0 is end of life, see...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/Dashboard-API-v0-End-of-Support-Sunset-amp-Grace-Period/m-p/138696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I suggest update your code to use the v1 endpoints only...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organizations" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organizations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-admins" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-admins&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 18:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400166#M468</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2023-06-05T18:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python error attempting rto execute manageadmins.py</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400167#M469</link>
      <description>&lt;P&gt;Brilliant!  Thank you, that resolved the issue.  Strange that it worked on v0 up until May 2023.  Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 19:22:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-error-attempting-rto-execute-manageadmins-py/m-p/5400167#M469</guid>
      <dc:creator>spjeffgricus</dc:creator>
      <dc:date>2023-06-05T19:22:09Z</dc:date>
    </item>
  </channel>
</rss>

