Cannot access a disposed object. Object name: 'MobileAuthenticatedStream'
12/05/2020 6:07:38 PM|Fatal|WebSocket.<startReceiving>b__170_2|System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'MobileAuthenticatedStream'.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <ID>:0 1fps 125gc 1h23m36s
at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <ID>:0 2kb/s in, 25kb/s out
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <ID>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <ID>:0
at System.Runtime.CompilerServices.TaskAwaiter.Hand12/05/2020 6:07:38 PM|Fatal|WebSocket.<startReceiving>b__170_2|System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'SslStream'.
at System.Net.Security.SslStream.CheckDisposed () [0x00008] in <ID>:0
at System.Net.Security.SslStream.get_Impl () [0x00000] in <ID>:0
at System.Net.Security.SslStream.EndRead (System.IAsyncResult asyncResult) [0x00000] in <ID>:0
at WebSocketSharp.Ext+<>c__DisplayClass54_0.<ReadBytesAsync>b__0 (System.IAsyncResult ar) [0x00002] in <ID>:0
at System.Net.Security.SslStream.EndRead (System.IAsyncResult asyncResult) [0x00006] in <aID>:0
at WebSocketSharp.Ext+<>c__DisplayClass54_0.<ReadBytesAsync>b__0 (System.IAsyncResult ar) [0x00002] in <ID>:0
eption: Cannot access a disposed object.
Object name: 'SslStream'.
at System.Net.Security.SslStream.CheckDisposed () [0x00008] in <ID>:0
at System.Net.Security.SslStream.get_Impl () [0x00000] in <ID>:0
at System.Net.Security.SslStream.EndRead (System.IAsyncResult asyncResult) [0x00000] in <ID>:0
at WebSocketSharp.Ext+<>c__DisplayClass54_0.<ReadBytesAsync>b__0 (System.IAsyncResult ar) [0x00002] in <ID>:0

Please help!
What are you trying to do?
discord plugins.
Remove "s" from https so that it is http if you are using webhooks or whatever.
5b6ed4c9ac8e4.jpg misticos
Remove "s" from https so that it is http if you are using webhooks or whatever.

The error is with websockets, not webhooks. Doesn't appear to be related to HTTPS vs. HTTP either, rather a connection drop.

OK done some testing, seems like it only happens after I do o.reload * on a clean startup it doesn't throw that error..