Im using discord webhook via n8n and got stuck on Cloudflare Rate Limit
natthavat28
PROOP

4 months ago

Im using n8n on railway which request to my discord webhook every hour, few days ago I got stuck on cloudflare rate limit from ip address (msg is below).

Any idea to change the ip or break through the rate limit ?

The owner of this website (discord.com) has banned you temporarily from accessing this website.

Please see https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1015/ for more details.

Was this page helpful? Yes No Thank you for your feedback!
Cloudflare Ray ID: 999030caa820fe17 • Your IP: Click to reveal 208.77.246.68
Solved$10 Bounty

Pinned Solution

4 months ago

Hey, the only solution I see here is to unfortunately re-deploy your service until you get a new IP which isn't rate-limited at the moment. Discord applies a global rate limit for a single IP, and Railway does not have dedicated outbound IPs at the moment. Also, make sure that you're not the one making the high amount of requests.

You may be able to use a proxy service as well. As a small hack, you could utilize https://www.svix.com/ingest/ as a proxy, simply add your Discord Webhook URL and then send requests through that service.

3 Replies

Railway
BOT

4 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


4 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 4 months ago


4 months ago

Hey, the only solution I see here is to unfortunately re-deploy your service until you get a new IP which isn't rate-limited at the moment. Discord applies a global rate limit for a single IP, and Railway does not have dedicated outbound IPs at the moment. Also, make sure that you're not the one making the high amount of requests.

You may be able to use a proxy service as well. As a small hack, you could utilize https://www.svix.com/ingest/ as a proxy, simply add your Discord Webhook URL and then send requests through that service.


passos

Hey, the only solution I see here is to unfortunately re-deploy your service until you get a new IP which isn't rate-limited at the moment. Discord applies a global rate limit for a single IP, and Railway does not have dedicated outbound IPs at the moment. Also, make sure that you're not the one making the high amount of requests.You may be able to use a proxy service as well. As a small hack, you could utilize https://www.svix.com/ingest/ as a proxy, simply add your Discord Webhook URL and then send requests through that service.

natthavat28
PROOP

4 months ago

Im start using svix as u recommend and it's working great !!!

but anyways I think I have to make another notify method as backup also but i'll go with this one for now.

Thanks


Status changed to Solved brody 4 months ago


Loading...