Server Hangs With the oxide.ext.discord.dllSolved

Hi all my server just hangs with the oxide.ext.discord.dll installed, once I remove it the server runs fine, any idea on how to fix this issue?

The extension itself wouldn't cause any hangs. Can you provide a list of plugins using the extension? Also, any message related to discord plugins that appear in the server console would help.

so get this message Oxide.Ext.Discord is referenced by DiscordCore plugin but is not loaded! An appropriate include file needs to be saved to plugins\include\Ext.Discord.cs if this extension is not required. This pops up on the console when I do o.reload "plugin"

Current plugins using the Oxide.Ext.Discord 

DiscordCore

DiscordCallAdmin =Oxide.Ext.Discord is referenced by DiscordCallAdmin plugin but is not loaded! An appropriate include file needs to be saved to plugins\include\Ext.Discord.cs if this extension is not required.

Discord Deaths

Discord Rewards

Discord Wipe

Discord Presence -Oxide.Ext.Discord is referenced by DiscordPresence plugin but is not loaded! An appropriate include file needs to be saved to plugins\include\Ext.Discord.cs if this extension is not required.

 

They all have those kind of messages.

Those messages are because the extension isn't loaded. Which DiscordRewards are you using?

Discordrewards 0.2.2 By KillYou

Merged post

just find it strange that if i take out the discord extension my server does not hang, when I put the extension back in my console just hangs on waiting for Rcon.... 

"Waiting for RCON" is not the server itself, that's a message from your host's panel. You'd need to check your server logs to see what the actual issue is that is preventing the server from starting.

Try it without that plugin. I know that one had some issues that can cause the extension to break. We tried to release an extension update a week ago but uMod is having some issues so we can't get it out to handle that issue better.

So i tried taking out all of the Discord plugins, but the server still hangs, added back the discord plugins and removed oxide.ext.discord.dll  and server starts straight away.

Merged post

So i figured what the problem was, for some reason I had duplicated the file one was in my main plugin folder, and the other was where it was suppose to be, to I guess that is where the problem was, because now it seems to be working fine.

Locked automatically