API URL not working
Hi, I seem to have trouble with this part: (Taken from my RustAdmin feedback to server)

(18:10:57) | Web request produced exception (Url: https://api.poundbot.com/api/chat) in 'PoundBotChatRelay v1.3.0' plugin (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0

(18:10:57) | Web request produced exception (Url: https://api.poundbot.com/api/chat) in 'PoundBotChatRelay v1.3.0' plugin (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0

(18:10:57) | Web request produced exception (Url: https://api.poundbot.com/api/chat) (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0

Why does it seem, this is the only problem to the Chat relay not working?

It does not pick up any connection to the URL. Even when I try to go there with Browser, I get: 404 - Page not found

This usually happens when the plugin is reloaded. It's unavoidable as I don't have a way to kill the in-flight polling requests for chat messages.