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
As a mentordash user, I'd like better indication in the UI when I've hit the API too often.
Today I got this error: Error: An error has occurred. Check your logs or contact the app author for clarification.
The logs showed me:
Warning: Error in validate_response: Too Many Requests (RFC 6585) (HTTP 429).
It's possible (likely?) that upcoming changes will make this at least very unlikely, but it would still be good to explicitly handle (and throttle) this case.
The text was updated successfully, but these errors were encountered:
As a mentordash user, I'd like better indication in the UI when I've hit the API too often.
Today I got this error:
Error: An error has occurred. Check your logs or contact the app author for clarification.
The logs showed me:
Warning: Error in validate_response: Too Many Requests (RFC 6585) (HTTP 429).
It's possible (likely?) that upcoming changes will make this at least very unlikely, but it would still be good to explicitly handle (and throttle) this case.
The text was updated successfully, but these errors were encountered: