I too am receiving errors when running the script. Both on Organizations with and without devices on their network. See below. Python 3.6.5 requests 2.18.4 meraki 0.33 HTTP Status Code: 404 - No returned data
Traceback (most recent call last):
File "meraki-backup.py", line 159, in <module>
write_admins(file,apikey, orgid, suppressprint);
File "meraki-backup.py", line 53, in write_admins
for row in myOrgAdmins:
TypeError: 'NoneType' object is not iterable
... View more