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
This is the first time that I get to see it but the API just thrown a html-shaped 520 error.
Return webpage title was : api.hubapi.com | 520: Web server is returning an unknown error
This error is not handled by the /hubspot/api-client/lib/RetryMiddlewareFactory.php
This is the first time that I get to see it but the API just thrown a html-shaped 520 error.
Return webpage title was : api.hubapi.com | 520: Web server is returning an unknown error
This error is not handled by the /hubspot/api-client/lib/RetryMiddlewareFactory.php
Solution : change the handled HTTP Error codes to the following ranges : 500-503 and 520-599.
Two proposed changes :
Range 505-511 would still be considered as an exception without retry.
The text was updated successfully, but these errors were encountered: