- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
automation-scripts/bssid.py
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like your Meraki library may be out of date and not have that function?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks It fixed my issue..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
pip install --upgrade meraki
