@何梓Black
触发条件是,在掷完之后,在机器人还没有说消息时,立马回复"是"
多试几次就会出现多个人进入OnTerm状态,只有一个人能继续进行游戏。
应该搞个互斥啥的?
Latest posts made by TeamBreakerr
-
RE: MonopolyForMirai 大富翁插件
-
RE: DaFuWeng群聊大富翁游戏插件
有几个改进建议和bug
1、希望能够过圈有固定2000的资金流入
2、只有一个人的时候游戏也并未结束啊,0.19版本
3、可以呆着不动重复购买地皮
4、资金不够时仍然会进行购买操作,然后会破产 -
RE: Pixiv插件 涩图推送 日榜推送 搜索涩图 搜索原图 米游社订阅
长时间启动之后,Lolicon的接口会报错,其他接口没问题。重启恢复正常。
sendGeneralLoliconImageAsync异常
The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
详细请查看Log日志2022-11-04 07:54:00,713 [184] ERROR RollingLog [(null)] - sendGeneralLoliconImageAsync异常
System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
---> System.TimeoutException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory1 buffer) at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at Theresa3rd_Bot.Util.HttpHelper.PostJsonAsync(String url, String postJsonStr, Dictionary
2 headerDic, Int32 timeout) in D:\project\Theresa3rd-Bot\Theresa3rd-Bot\Util\HttpHelper.cs:line 104
at Theresa3rd_Bot.Business.LoliconBusiness.getLoliconResultAsync(Int32 r18Mode, String[] tags) in D:\project\Theresa3rd-Bot\Theresa3rd-Bot\Business\LoliconBusiness.cs:line 50
at Theresa3rd_Bot.Handler.LoliconHandler.sendGeneralLoliconImageAsync(IMiraiHttpSession session, IGroupMessageEventArgs args, String message) in D:\project\Theresa3rd-Bot\Theresa3rd-Bot\Handler\LoliconHandler.cs:line 55