Exiled-Team / DiscordIntegration

GNU General Public License v3.0
13 stars 36 forks source link

Address already in use #37

Closed morfigo90 closed 3 years ago

morfigo90 commented 3 years ago

System.Net.Sockets.SocketException (0x80004005): Address already in use at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at System.Net.Sockets.TcpListener.Start (System.Int32 backlog) [0x00044] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at System.Net.Sockets.TcpListener.Start () [0x00000] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at DiscordIntegration_Bot.ProcessSTT.Init (DiscordIntegration_Bot.Program program) [0x00097] in <0241de0b471a465cb51bb0491f53e8c8>:0 at DiscordIntegration_Bot.Bot.b__11_0 () [0x00000] in <0241de0b471a465cb51bb0491f53e8c8>:0 at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in :0 at System.Threading.ThreadHelper.ThreadStart () [0x00008] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException (0x80004005): Address already in use at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at System.Net.Sockets.TcpListener.Start (System.Int32 backlog) [0x00044] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at System.Net.Sockets.TcpListener.Start () [0x00000] in <6bc04dcac0a443ee834a449c98b8ed9d>:0 at DiscordIntegration_Bot.ProcessSTT.Init (DiscordIntegration_Bot.Program program) [0x00097] in <0241de0b471a465cb51bb0491f53e8c8>:0 at DiscordIntegration_Bot.Bot.b__11_0 () [0x00000] in <0241de0b471a465cb51bb0491f53e8c8>:0 at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in :0 at System.Threading.ThreadHelper.ThreadStart () [0x00008] in :0

joker-119 commented 3 years ago

This means something else is bound to the TCP socket on the port you specified for the bot to use. This isn't an issue with the bot.