-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
ready for testingThis issue has been fixed and is ready for testingThis issue has been fixed and is ready for testing
Milestone
Description
If in offline mode, alert retrieval doesnt work. This is because self._get_attribute("alerts")
returns a dictionary if online, and a list of IDs if offline. Then get_alert_details()
tries to access the 'alerts' parameter, which fails for offline mode.
I dont know the best way to fix this since the details returned by the online mode arent easy to recover in offline mode (theyre written to a file from the Alert class). For now I plan to add a if offline
check into .alerts
which just retrieves and returns the list of IDs from staging
Metadata
Metadata
Assignees
Labels
ready for testingThis issue has been fixed and is ready for testingThis issue has been fixed and is ready for testing