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
I've been having an issue with running the bot under mono in Ubuntu 14.04. When it tries to connect:
Disconnected: You must send data by websocket after websocket is opened!
Unhandled Exception:
System.Exception: You must send data by websocket after websocket is opened!
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Discord.TaskManager.ThrowException () [0x00000] in <filename unknown>:0
at Discord.Net.WebSockets.WebSocket.WaitForConnection (CancellationToken cancelToken) [0x00000] in <filename unknown>:0
at Discord.Net.WebSockets.GatewaySocket.WaitForConnection (CancellationToken cancelToken) [0x00000] in <filename unknown>:0
at Discord.DiscordClient+<BeginConnect>d__76.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Discord.DiscordClient+<BeginConnect>d__76.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
at Discord.DiscordClient+<Connect>d__74.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.String].GetResult () [0x00000] in <filename unknown>:0
at hammerbot.HammerBot+<InitializeConnection>c__async0.MoveNext () [0x00000] in <filename unknown>:0
I saw that you mentioned here that you were aware of Mono issues but since the post last year I am unsure whether the fix was pushed or not:
The majority of issues with Mono tend to be cert related, try running certmgr -ssl https://gateway-1.discord.gg in terminal and importing anything it finds.
Mono will be officially supported with the launch of 1.0 (and will have much more useful error messages for cert issues), but a lot of people seem to be running 0.9.3-rc3 just fine under it.
Hi,
I've been having an issue with running the bot under mono in Ubuntu 14.04. When it tries to connect:
I saw that you mentioned here that you were aware of Mono issues but since the post last year I am unsure whether the fix was pushed or not:
#3
I use 0.9.0-rc3-3
The text was updated successfully, but these errors were encountered: