20240510.log 7.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [2024/5/10 0:30:29]MySql.Data.MySqlClient.MySqlException
  2. at MySql.Data.MySqlClient.MySqlStream.ReadPacketAsync(Boolean execAsync)
  3. at MySql.Data.MySqlClient.NativeDriver.GetResultAsync(Int32 affectedRow, Int64 insertedId, Boolean execAsync)
  4. at MySql.Data.MySqlClient.Driver.GetResultAsync(Int32 statementId, Int32 affectedRows, Int64 insertedId, Boolean execAsync)
  5. at MySql.Data.MySqlClient.Driver.NextResultAsync(Int32 statementId, Boolean force, Boolean execAsync)
  6. at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync(Boolean execAsync, CancellationToken cancellationToken)
  7. at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync(Boolean execAsync, CancellationToken cancellationToken)
  8. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  9. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  10. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  11. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  12. at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
  13. at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1156
  14. at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1184
  15. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  16. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  17. at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 815
  18. at dodohold.core.SimpleCRUD.Query[T2](IDbConnection connection, String sql, Object parameters, IDbTransaction transaction, Nullable`1 commandTimeout)
  19. at dodohold.core.DBContext.Table.Select[T](IDbTransaction transaction, Boolean use_found_rows)
  20. at molilian.core.ApiAccountCore.List(Boolean force) in E:\project\2024\molilian\server\molilian.core\Core\ApiAccountCore.cs:line 45
  21. at molilian.core.ApiAccountCore.GetOne(String api_key) in E:\project\2024\molilian\server\molilian.core\Core\ApiAccountCore.cs:line 32
  22. at molilian.api.Controllers.TkController.unionParse(String s, String a, Int32 t, String sign, String c, String ip, String oaid) in E:\project\2024\molilian\server\molilian.api\Controllers\public\TkController.cs:line 51
  23. at lambda_method5(Closure, Object, Object[])
  24. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  25. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  26. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  27. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  28. --- End of stack trace from previous location ---
  29. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  30. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  31. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  32. --- End of stack trace from previous location ---
  33. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  34. 2024-05-10 00:30:29.664 QueryString
  35. s = https://m.tb.cn/h.gYBCKiCLTNDBLrd?tk=GZFPWsytf5Y
  36. a = 1
  37. t = 1715272207
  38. sign = 1
  39. c = tb
  40. 2024-05-10 00:30:29.665 Table 'webhook.api_account' doesn't exist
  41. at MySql.Data.MySqlClient.MySqlStream.ReadPacketAsync(Boolean execAsync)
  42. at MySql.Data.MySqlClient.NativeDriver.GetResultAsync(Int32 affectedRow, Int64 insertedId, Boolean execAsync)
  43. at MySql.Data.MySqlClient.Driver.GetResultAsync(Int32 statementId, Int32 affectedRows, Int64 insertedId, Boolean execAsync)
  44. at MySql.Data.MySqlClient.Driver.NextResultAsync(Int32 statementId, Boolean force, Boolean execAsync)
  45. at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync(Boolean execAsync, CancellationToken cancellationToken)
  46. at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync(Boolean execAsync, CancellationToken cancellationToken)
  47. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  48. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  49. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean execAsync, CancellationToken cancellationToken)
  50. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  51. at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
  52. at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1156
  53. at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1184
  54. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  55. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  56. at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 815
  57. at dodohold.core.SimpleCRUD.Query[T2](IDbConnection connection, String sql, Object parameters, IDbTransaction transaction, Nullable`1 commandTimeout)
  58. at dodohold.core.DBContext.Table.Select[T](IDbTransaction transaction, Boolean use_found_rows)
  59. at molilian.core.ApiAccountCore.List(Boolean force) in E:\project\2024\molilian\server\molilian.core\Core\ApiAccountCore.cs:line 45
  60. at molilian.core.ApiAccountCore.GetOne(String api_key) in E:\project\2024\molilian\server\molilian.core\Core\ApiAccountCore.cs:line 32
  61. at molilian.api.Controllers.TkController.unionParse(String s, String a, Int32 t, String sign, String c, String ip, String oaid) in E:\project\2024\molilian\server\molilian.api\Controllers\public\TkController.cs:line 51
  62. at lambda_method5(Closure, Object, Object[])
  63. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  64. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  65. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  66. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  67. --- End of stack trace from previous location ---
  68. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  69. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  70. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  71. --- End of stack trace from previous location ---
  72. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)