Advertisement
kuba17ism

Untitled

Jan 1st, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [2020-01-01 00:00:00 +01:00] [kuvuLogging] [Error] An exception occured during kuvuś's invocation of 'leaderboard': MySql.Data.MySqlClient.MySqlException
  2. MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(
  3. SELECT `u0`.`Id`, `u0`.`DiscordUser`, `u0`.`Exp`, `u0`.`GlobalUserId`, `u' at line 10
  4. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(
  5. SELECT `u0`.`Id`, `u0`.`DiscordUser`, `u0`.`Exp`, `u0`.`GlobalUserId`, `u' at line 10
  6. at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in C:\projects\mysqlconnector\src\MySqlConnector\Core\ResultSet.cs:line 49
  7. at MySql.Data.MySqlClient.MySqlDataReader.ActivateResultSet() in C:\projects\mysqlconnector\src\MySqlConnector\MySql.Data.MySqlClient\MySqlDataReader.cs:line 130
  8. at MySql.Data.MySqlClient.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToke
  9. n cancellationToken) in C:\projects\mysqlconnector\src\MySqlConnector\MySql.Data.MySqlClient\MySqlDataReader.cs:line 391
  10. at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in C:\projects\mysqlconnector\src\MySqlConnec
  11. tor\Core\CommandExecutor.cs:line 62
  12. at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) in C:\projects\mysqlconnector\src\MySqlConnector\MySql.Data.MySqlClient\MySqlCommand.cs:line 217
  13. at System.Data.Common.DbCommand.ExecuteReader()
  14. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  15. at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.InitializeReader(DbContext _, Boolean result)
  16. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  17. at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext()
  18. at System.String.JoinCore[T](Char* separator, Int32 separatorLength, IEnumerable`1 values)
  19. at System.String.Join[T](String separator, IEnumerable`1 values)
  20. at Microsoft.EntityFrameworkCore.Internal.EnumerableExtensions.Join(IEnumerable`1 source, String separator)
  21. at kuvuBot.Commands.Information.LeaderboardCommand.Leaderboard(CommandContext ctx) in D:\projects\kuvuBot\kuvuBot\Commands\Information\LeaderboardCommand.cs:line 26
  22. at DSharpPlus.CommandsNext.Command.ExecuteAsync(CommandContext ctx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement