Server Logs:
https://pastebin.com/41yviTPY
Discord bot goes offline please help
Well, I've never seen that before. I'm not sure if it's an issue with your server or Discord, but it couldn't find the Discord server to connect to. Is this issue still happening?
MJSUWell, I've never seen that before. I'm not sure if it's an issue with your server or Discord, but it couldn't find the Discord server to connect to. Is this issue still happening?
I think I figured out what the problem was. Discord blocked in Turkey. I think the reason for the errors is from this. i change dns in my vds and solve this problem.
have a another error. I sometimes get this error from the console;
ExType: HttpRequestException
[DiscordExtension] [Exception]: IpApiService.GetCountryCodeInternal An error occured during IP lookup. (WebException: The operation has timed out.)
at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <09af50eda9a647268d2c4fcdf7fac506>:0
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00020] in <09af50eda9a647268d2c4fcdf7fac506>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.Http.MonoWebRequestHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x004ae] in <47ef39777a954e11aa742f58c0c8c611>:0
anltrnI think I figured out what the problem was. Discord blocked in Turkey. I think the reason for the errors is from this. i change dns in my vds and solve this problem.
have a another error. I sometimes get this error from the console;
ExType: HttpRequestException
[DiscordExtension] [Exception]: IpApiService.GetCountryCodeInternal An error occured during IP lookup. (WebException: The operation has timed out.)
at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <09af50eda9a647268d2c4fcdf7fac506>:0
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00020] in <09af50eda9a647268d2c4fcdf7fac506>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.Http.MonoWebRequestHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) [0x004ae] in <47ef39777a954e11aa742f58c0c8c611>:0
This one can be ignored. Just failed to lookup the IP info.
MJSUThis one can be ignored. Just failed to lookup the IP info.
Oh okay. Thank you so much 😇
DiscordChat has stopped working for me. I have updated to the latest version of Oxide.Ext.Discord when it was released. However, I still encounter the following error:
[21:05:00] > Failed compiling 'DiscordChat.cs':
[21:05:00] > 1. The type or namespace name 'Cache' does not exist in the namespace 'Oxide.Ext.Discord' (are you missing an assembly reference?) [CS0234]
(DiscordChat 25 line 8)
[21:05:00] > 2. The type or namespace name 'IDiscordPlugin' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(DiscordChat 57 line 30)
[21:05:00] > 3. Argument 3: cannot convert from 'Oxide.Ext.Discord.Entities.Users.DiscordUser' to 'DiscordUser' [CS1503]
(DiscordChat 48 line 43)
[21:05:00] > 4. The name 'GatewayIntents' does not exist in the current context [CS0103]
(DiscordChat 31 line 145)
[21:05:00] > 5. 'PlayerExt' does not contain a definition for 'CreateDummyPlayer' [CS0117]
(DiscordChat 70 line 398)
The same applies to DiscordSignLogger: It produces this error:
[21:11:21] > Failed compiling 'DiscordSignLogger.cs':
[21:11:21] > 1. The type or namespace name 'Cache' does not exist in the namespace 'Oxide.Ext.Discord' (are you missing an assembly reference?) [CS0234]
(DiscordSignLogger 25 line 9)
[21:11:21] > 2. The type or namespace name 'IDiscordPlugin' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(DiscordSignLogger 58 line 38)
[21:11:21] > 3. The name 'AllowedMentions' does not exist in the current context [CS0103]
(DiscordSignLogger 31 line 63)
[21:11:21] > 4. 'ReadOnlySpan<char>' does not contain a definition for 'TryParseNextString' and no accessible extension method 'TryParseNextString' accepting a first argument of type 'ReadOnlySpan<char>' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(DiscordSignLogger 23 line 570)
[21:11:21] > 5. Operator '!' cannot be applied to operand of type 'method group' [CS0023]
(DiscordSignLogger 21 line 1576)
I am running Carbon.
These errors mean you aren't using the latest Discord Extension. Carbon has a different install location than Oxide so make sure you follow their steps.
Thanks!