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
First off I would like to mention I don't know if this is the plugin causing this crash as the details in dalamud.boot.log say no other namespace than WebSocketSharp. However, when searching on Github this is the only plugin I have that has that library.
The error occurred sometime after 11:52:24 and before 12:13:50. However, according to the dalamud.boot.log happened at 12:13:49
The error reads as the following:
3/7/2023 12:13:49 PM|Fatal|<>c__DisplayClass174_0.<startReceiving>b__2:0|WebSocketSharp.WebSocketException: The header part of a frame could not be read.
at WebSocketSharp.WebSocketFrame.processHeader(Byte[] header)
at WebSocketSharp.WebSocketFrame.<>c__DisplayClass73_0.<readHeaderAsync>b__0(Byte[] bytes)
at WebSocketSharp.Ext.<>c__DisplayClass58_0.<ReadBytesAsync>b__0(IAsyncResult ar)
The text was updated successfully, but these errors were encountered:
First off I would like to mention I don't know if this is the plugin causing this crash as the details in
dalamud.boot.log
say no other namespace than WebSocketSharp. However, when searching on Github this is the only plugin I have that has that library.Here is the
dalamud.boot.log
anddalamud.log
https://gist.github.com/thakyZ/7e7c56efed7d2b8e0f0ed732b845aa10
The error occurred sometime after 11:52:24 and before 12:13:50. However, according to the
dalamud.boot.log
happened at 12:13:49The error reads as the following:
The text was updated successfully, but these errors were encountered: