You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11:53:30.388 | ERR Unobserved exception in Task.
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Operation is not supported on this platform.)
---> System.PlatformNotSupportedException: Operation is not supported on this platform.
at System.Action`1.BeginInvoke(T obj, AsyncCallback callback, Object object)
at WebSocketSharp.WebSocket.open()
at WebSocketSharp.WebSocket.Connect()
at AutoSweep.Paissa.PaissaClient.<ReconnectWS>b__29_0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
The text was updated successfully, but these errors were encountered:
The error in the debug log is actually an unrelated symptom - the reason sweeps (from aetheryte/ferry) were not working at the time of posting was because the network opcode had not yet been updated for v6.11a.
I'll leave this issue open to track the websocket error (the one the attached error relates to), but the presence of this in the log does not actually effect the functionality of the plugin (for reasons beyond my comprehension).
zhudotexe
changed the title
Sweeps not working, exception in debug log
Websocket exception in debug log
May 31, 2022
The text was updated successfully, but these errors were encountered: