WebhookProxy | Discord webhooks go brrrrrrr

I used this module I found called Voyager to setup command logs, and I thought I was in the clear since I don’t make 10 requests per second or anything crazy like that, as seen here:

Just today I got hit with a 403, so don’t use it for anything like join logs.
Honestly just make an ingame gui if you absolutely need them.

2 Likes

Dang thats a shame. I don’t see why we cant as long as we respect rate limits.
I use guilded for my logs currently but I would love for the option to use discord.

I wish I could find out the reason I got hit with a 403, since I was well within the limits, and see what adjustments I need to make if needed to get this back up and running. These command logs I setup are neccessary for my game and use case.

1 Like

Ik this was posted 2 years ago but whatever

How did you get it to work? If I have 3 people in my game and they are all talking it only logs 2 (sometimes only 1) the entire time until the server shuts down (and if the picked person leaves it just refuses to log the other person :skull:)

Http code 403 means forbidden, not ratelimited. Could the webhook have been deleted by mistake maybe? If not I urge you to make a issue on the Voyager github using the bug report template.

I’ve no idea what went wrong, but it seems to be working alright once again. Probably discord having issues. I’ll make a bug report if something goes awry again, thanks for the response

1 Like

Getting HTTP 403 errors from the proxy even though Lewisakura said they haven’t handed out a Cloudflare ban to me, anyone else having issues?

Works fine for me, on both Lewis’s site and my site, using the same engine.
Perhaps try with another webhook URL?
Or test your code, perhaps the code from roblox isn’t working.

https://webhook.lewisakura.moe/
https://webhook.newstargeted.com/
image
image

Actually it turns out Discord changed how they handle requests and my API no longer works correctly. All messages return bad request.

1 Like

So when will it get a fix? Wom wompy

Fix what?
Both proxies work fine.
It was only thefeline’s own system with an API, that was failing.

Is down for us since 03.01. and still doesn’t work.

It must be a Cloudflare issue since it works here in Norway.

hi, can I know how you generate the join place url?

Discord embed field:

Summary
		{
			name = "Join Server:",
			value = "[Join Place](https://www.roblox.com/games/start?launchData=%7B%22giftTarget%22%3A%22roblox%22%7D&placeId=" .. game.PlaceId .. "&jobId=" .. game.JobId .. ")",
			inline = true,
		},
1 Like

Getting Error 502 when using the proxy, what’s going on?

But it is wierd, normal messages keep being posted still but embeds no

Perhaps you have set up the embed in a way that doesn’t work.

i used (in my testing place) a feedback system and got banned for it


is that normal?

You explicitly mentioned the discord invite link didn’t you.