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
Right now, we do not have any proper error handling for API responses that do not contain data in the structure we expect. This can be because of an API issue, but most of the time it's due to the user not configuring the API scopes before usage.
We should have some error handling around the Caracara calls to ensure that we do not 'crash', and we give useful output to the user if something fails.
Right now, we do not have any proper error handling for API responses that do not contain data in the structure we expect. This can be because of an API issue, but most of the time it's due to the user not configuring the API scopes before usage.
We should have some error handling around the Caracara calls to ensure that we do not 'crash', and we give useful output to the user if something fails.
This may be related to #33.
The text was updated successfully, but these errors were encountered: