Web request produced exceptionSolved
I get this on my server:

Could not load plugin 'backup\PoundBot' (no plugin found with that file name)
Unloaded plugin Pound Bot Raid Alerts v2.0.4 by MrPoundsign
Web request produced exception (Url: https://api.poundbot.com/api/players/registered) (NullReferenceException: Object reference not set to an instance of an object)

Any idea why?

kind regards,

Arthur William Shelby
`backup\PoundBot` seems strange. Did you perhaps make a `backup` directory in the `oxide\plugins` directory and put things in there? 

WebRequests that are in-flight when plugins get unloaded throw an NRE; I think the problem is with how you have your plugins installed.
Im guessing oxide is trying to load plugins from a subfolder inside the plugins folder. Ill move them for now to see what happens.

Merged post

I think that was the issue. I didnt expect subfolders to be read by oxide to load plugins. ty for your reply
The first message actually isn't an issue, that's all there is to it. Oxide itself doesn't load from subfolders, the compiler just sees the file there but doesn't actually load it.

The second message (the error) is actually coming from this plugin under oxide/plugins.
Locked automatically