Multiple Errors in console, tried uninstall same resultNot An Issue

I'm currently having a issue with the plugin

[Discord Logger] HandleQueue: Connection is NOT OK! Retrying in 60 seconds. Messages in queue: 432
[Discord Logger] DiscordSendMessageCallback: code = 404 message = {"message": "Unknown Webhook", "code": 10015}

No clue whats going on, tried remove/add it back, reconfig can't seem to find the issue

Which part of error text "Unknown Webhook" you can't understand?
You set wrong url in one of the following options:

"Default WebhookURL": ""​
"WebhookURL": ""
LUa8QkhG9ydaYE3.png MONaH

Which part of error text "Unknown Webhook" you can't understand?
You set wrong url in one of the following options:

"Default WebhookURL": ""​
"WebhookURL": ""

I had one webhook for a death log, but i deleted the channel while the plugin was running by mistake, it kept running and trying to send messages to that webhook that didnt exist, when i realized that, i removed the webhook from the config file, the same ammount of messages were in "queue" even doe the room didnt exist anymore, uninstalled the plugin, reconfig, same error that's why I've opened a thread, anyway, it kept showing the error for 1 day, now seems to be fine, nothing was changed on my end

To avoid such problems, before making any changes in config/data files you should always unload plugin by using command

oxide.unload PluginName​

 

Locked automatically