Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket exception in debug log #14

Open
allainecactuar opened this issue May 26, 2022 · 1 comment
Open

Websocket exception in debug log #14

allainecactuar opened this issue May 26, 2022 · 1 comment

Comments

@allainecactuar
Copy link

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 ---
@zhudotexe
Copy link
Owner

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 zhudotexe changed the title Sweeps not working, exception in debug log Websocket exception in debug log May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants