Makar8000 / ACT-Discord-Triggers

An ACT plugin for routing audio to discord
50 stars 14 forks source link

Discord.NET API / Connection errors #75

Open FrUct1s opened 1 year ago

FrUct1s commented 1 year ago

Hi Makar, don't stress over this - I just wanted to place an Issue on GitHub as a "reminder" for when you are free and have time to look into it as sometimes I am able to make the bot connect and work for an Hour or two.

There are these issues I found:

System.MissingMethodException - Method not found: 'Void Discord.WebSocket.DiscordSocketConfig.set_GatewayIntents(Discord.GatewayIntents)'.
   at DiscordAPI.DiscordClient.<InIt>d__8.MoveNext()
   at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
   at DiscordAPI.DiscordClient.InIt(String logintoken)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

DiscordAPI.DiscordClient+<InIt>d__8, DiscordAPI, Version=1.3.10.0, Culture=neutral, PublicKeyToken=null

And image

image image

Thank you for your time ♥

djc5166 commented 1 year ago

I get these too