atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
685 stars 130 forks source link

HTTP Error code 429 (Too Many Requests) when calling API https://opensquat1.p.rapidapi.com #90

Open whateverLive opened 1 year ago

whateverLive commented 1 year ago

I encountered HTTP Error code 429 (Too Many Requests) when calling https://opensquat1.p.rapidapi.com.

According to MDN: The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time ("rate limiting").

Today I have only call that API once, How could this be "too many requests"?

Thanks!

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

atenreiro commented 1 year ago

Hello @whateverLive

I can't come up with a reason. There's a limit of 1,000 requests per hour by RapidAPI, but that limit wasn't reached.

Does the issue persist?