HttpError: DnsResolve

Hey! I’ve been recently working on an in-game report system, which then sends a Discord embed message by using a webhook. However, I get an error when firing the event for the webhook.

ReportModule.SendWebhook(contentTable)

HttpError: DnsResolve

The site i’ve used for importing the webhook URL is https://hooks.hyra.io/.

Alright, I actually managed to fix this! :smiley: The issue was that I am using Canary Discord (version for beta features). Meaning hyro generated the link as canary.hooks.hyra, which made it not working. Well then, the fix was to remove canary. :wink:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.