部分玩家在进入服务器输入密码之后并无任何反应,也没有密码错误或者其他提示
后台提示:[AuthMe] Error during SQL operation: [SQLException]: Can't find record in 'authme'
其他报错:
| Error during SQL operation: [SQLException]: Can't find record in 'authme' [04-20 16:34:59]: java.sql.SQLException: Can't find record in 'authme'
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1966)
 at fr.xephi.authme.libs.com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
 at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
 at fr.xephi.authme.datasource.MySQL.getAuth(MySQL.java:276)
 at fr.xephi.authme.process.login.AsynchronousLogin.getPlayerAuth(AsynchronousLogin.java:133)
 at fr.xephi.authme.process.login.AsynchronousLogin.login(AsynchronousLogin.java:94)
 at fr.xephi.authme.process.Management.lambda$performLogin$0(Management.java:53)
 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
 | 
