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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Protect against app crash when loading data from the server. Currently, the app crashes when encountering an unpublished destination associated with an event with a foreign key error.
If this or some similar data or parsing issue is encountered, catch and log the error, skip the record, and proceed to process the rest. Consider showing the user a Toast message or other feedback if the entire fetch or parse failed.
The text was updated successfully, but these errors were encountered:
Protect against app crash when loading data from the server. Currently, the app crashes when encountering an unpublished destination associated with an event with a foreign key error.
See: azavea/cac-tripplanner#1044
If this or some similar data or parsing issue is encountered, catch and log the error, skip the record, and proceed to process the rest. Consider showing the user a Toast message or other feedback if the entire fetch or parse failed.
The text was updated successfully, but these errors were encountered: