还在使用mirai吗:是
通过那种登录方式使用的mirai:
Overflow
mirai登录情况稳定吗:稳定
mirai的相关功能使用方式:
mirai插件
mirai-http外接
使用mirai的相关平台:win
Viomeat 发布的帖子
-
RE: 想收集一下现在大家对于mirai的使用情况
-
RE: 【TheresaBot】Pixiv日榜 涩图推送 搜索原图 词云 谁是卧底 Web界面
2024-04-09 19:49:05,724 FATAL - 连接到mirai-console失败
System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.JsonDocument.Parse(ReadOnlySpan
1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter) at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken) at Mirai.CSharp.HttpApi.Extensions.HttpClientExtensions.GetJsonAsync(Task
1 responseTask, JsonDocumentOptions options, CancellationToken token)
at Mirai.CSharp.HttpApi.Session.MiraiHttpSession.GetVersionAsync(HttpClient client, MiraiHttpSessionOptions options, CancellationToken token)
at Mirai.CSharp.HttpApi.Session.MiraiHttpSession.ConnectAsync(Int64 qqNumber, Boolean listenCommand, CancellationToken token)
at TheresaBot.MiraiHttpApi.Helper.MiraiHelper.ConnectMirai()
2024-04-09 19:49:05,734 FATAL - 启动异常
System.AggregateException: One or more errors occurred. (The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.)
---> System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.JsonDocument.Parse(ReadOnlySpan
1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter) at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken) at Mirai.CSharp.HttpApi.Extensions.HttpClientExtensions.GetJsonAsync(Task
1 responseTask, JsonDocumentOptions options, CancellationToken token)
at Mirai.CSharp.HttpApi.Session.MiraiHttpSession.GetVersionAsync(HttpClient client, MiraiHttpSessionOptions options, CancellationToken token)
at Mirai.CSharp.HttpApi.Session.MiraiHttpSession.ConnectAsync(Int64 qqNumber, Boolean listenCommand, CancellationToken token)
at TheresaBot.MiraiHttpApi.Helper.MiraiHelper.ConnectMirai()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at TheresaBot.MiraiHttpApi.Startup.ConfigureServices(IServiceCollection services)