basecrm-ruby icon indicating copy to clipboard operation
basecrm-ruby copied to clipboard

new type of error 429 in 404

Open glebe opened this issue 3 years ago • 1 comments

Hello, I just noticed the number of errors increased a lot since jul 20th

BaseCRM::ErrorsCollection:
[...] http_status=404 Not Found
code=incorrect_path message=path was not found details=Requested path at '/429.json' was not found using the HTTP method 'GET'.

anyone knows what this could mean? For example it happens when executing AssociatedContactsService's where method Thanks!

glebe avatar Sep 02 '21 20:09 glebe

Have noticed this as well on other services, I believe due to rate limiting, as 429 is the HTTP response for Too Many Requests. I imagine this is down to a) almost all responses should be a json template and b) the 429 one hasnt been implemented yet.

redroot avatar Dec 18 '21 22:12 redroot