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
Trying to debug why my API calls are failing I tried to look for places that might have debug logs. Trying to parse_response on a API call that returns 404 will fail, since there is no json to parse here.
Overall, it would be nice if there were a way to get better debug logging to find issues in API calls.
The text was updated successfully, but these errors were encountered:
Trying to debug why my API calls are failing I tried to look for places that might have debug logs. Trying to
parse_response
on a API call that returns 404 will fail, since there is no json to parse here.Overall, it would be nice if there were a way to get better debug logging to find issues in API calls.
The text was updated successfully, but these errors were encountered: