When the connection to overwatchleague.com fails the program deadlocks with aiohttp.client_exceptions.ClientConnectorError.
To mitigate this either try to catch the specific exception when trying to connect or add a global exception handler that shuts the async runner down in order to allow automation software to restart the program.
When the connection to overwatchleague.com fails the program deadlocks with aiohttp.client_exceptions.ClientConnectorError.
To mitigate this either try to catch the specific exception when trying to connect or add a global exception handler that shuts the async runner down in order to allow automation software to restart the program.