01-07-2025 02:43 PM
I am testing bssid.py cloned from github , but i got error.
My API looks working fine , because i can type Organization number...
Anyone point me out what's wrong.
Traceback (most recent call last):
File "/home/jkim3/automation-scripts/./bssid.py", line 134, in <module>
main()
File "/home/jkim3/automation-scripts/./bssid.py", line 129, in main
bssid_dict = get_bssid(org_id, net_ids)
File "/home/jkim3/automation-scripts/./bssid.py", line 98, in get_bssid
bssid_dict = dashboard.wireless.getOrganizationWirelessSsidsStatusesByDevice\
AttributeError: 'Wireless' object has no attribute 'getOrganizationWirelessSsidsStatusesByDevice'
Solved! Go to Solution.
01-08-2025 11:43 AM
pip install --upgrade meraki
01-07-2025 09:31 PM
Seems like your Meraki library may be out of date and not have that function?
01-07-2025 10:47 PM
Name: meraki
Version: 1.33.0
Summary: Cisco Meraki Dashboard API library
Home-page: https://github.com/meraki/dashboard-api-python
Author: Cisco Meraki
Author-email: api-feedback@meraki.net
License: MIT
Location: /home/jkim3/.local/lib/python3.10/site-packages
Requires: aiohttp, requests
Required-by:
is it out of date ?
01-08-2025 12:36 AM
Yes, latest here: Release 1.54.0 · meraki/dashboard-api-python · GitHub
01-08-2025 09:22 AM
Thanks It fixed my issue..
01-08-2025 11:43 AM
pip install --upgrade meraki
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide