You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I've deployed it using docker latest version, but it don't sync with meraki dashboard:
The API key is correct and it can get the org ID and name:
When I select the SGT to sync it shows Meraki Missing:
And in the console log it shows the following error::
Job "sync_dashboard (trigger: interval[0:00:30], next run at: 2022-05-13 09:05:28 UTC)" raised an exception
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
File "/opt/app/adaptive_policy_sync/scripts/dashboard_monitor.py", line 334, in sync_dashboard
ingest_dashboard_data(dbs, log)
File "/opt/app/adaptive_policy_sync/scripts/dashboard_monitor.py", line 45, in ingest_dashboard_data
sgpolicies = meraki_read_sgpolicy(dashboard, org_id)
File "/opt/app/adaptive_policy_sync/scripts/meraki_addons.py", line 122, in meraki_read_sgpolicy
return db._session.get(metadata, resource)
File "/usr/local/lib/python3.7/site-packages/meraki/rest_session.py", line 268, in get
response = self.request(metadata, 'GET', url, params=params)
File "/usr/local/lib/python3.7/site-packages/meraki/rest_session.py", line 262, in request
raise APIError(metadata, response)
meraki.exceptions.APIError: organizations, getOrganizationAdaptivePolicyBindings - 404 Not Found, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtmplease wait a minute if the key or org was just newly created.
Also when I check the Match Report it shows:
Could you review that bug? Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi
I've deployed it using docker latest version, but it don't sync with meraki dashboard:
The API key is correct and it can get the org ID and name:
When I select the SGT to sync it shows Meraki Missing:
And in the console log it shows the following error::
Job "sync_dashboard (trigger: interval[0:00:30], next run at: 2022-05-13 09:05:28 UTC)" raised an exception
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
File "/opt/app/adaptive_policy_sync/scripts/dashboard_monitor.py", line 334, in sync_dashboard
ingest_dashboard_data(dbs, log)
File "/opt/app/adaptive_policy_sync/scripts/dashboard_monitor.py", line 45, in ingest_dashboard_data
sgpolicies = meraki_read_sgpolicy(dashboard, org_id)
File "/opt/app/adaptive_policy_sync/scripts/meraki_addons.py", line 122, in meraki_read_sgpolicy
return db._session.get(metadata, resource)
File "/usr/local/lib/python3.7/site-packages/meraki/rest_session.py", line 268, in get
response = self.request(metadata, 'GET', url, params=params)
File "/usr/local/lib/python3.7/site-packages/meraki/rest_session.py", line 262, in request
raise APIError(metadata, response)
meraki.exceptions.APIError: organizations, getOrganizationAdaptivePolicyBindings - 404 Not Found, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtmplease wait a minute if the key or org was just newly created.
Also when I check the Match Report it shows:
Could you review that bug? Thanks in advance
The text was updated successfully, but these errors were encountered: