Hello, My team has a reporting process that pulls daily from the Meraki API site. It has been functioning fine until Thursday of last week. It now begins to connect and pull data but errors after some time with the following: 2024-10-15 02:21:54,725 DEBUG Incremented Retry for (url='/api/v1/networks/L_x/alerts/settings'): Retry(total=19, connect=None, read=None, redirect=None, status=None)
2024-10-15 02:21:54,725 WARNING Retrying (Retry(total=19, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /api/v1/networks/L_x/alerts/settings
2024-10-15 02:21:54,725 DEBUG Starting new HTTPS connection (2): n459.meraki.com:443 requests.exceptions.ConnectionError: HTTPSConnectionPool(host='n459.meraki.com', port=443): Max retries exceeded with url: /api/v1/networks/L_x/alerts/settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) To triage the delay between connection attempts has been up to 5 minutes and still erroring.
... View more