"ValueError: Invalid webhook URL provided."
dbva opened this issue · 4 comments
Works for me ™️
Does your webhook start with https://discord.com or https://discordapp.com? It was fixed in 247fac5 but 1.1.4 is the commit before this one, so you need to change discordapp to discord.
Works for me ™️
Does your webhook start with https://discord.com or https://discordapp.com? It was fixed in 247fac5 but 1.1.4 is the commit before this one, so you need to change discordapp to discord.
Yeah, I've tried both discordapp.com and discord.com but none of them worked, I tried using a website that tests your webhook by sending a message with it, that worked but my original code still doesnt.
Welp, then I have no idea lol
I guess you have tried a fresh virtual environment?
Welp, then I have no idea lol I guess you have tried a fresh virtual environment?
I've actually figured it out, I just reinstalled PyCharm and reinstalled all of the packages and now it worked, I guess there was some error with the app or something but thanks for helping anyways.