AuthMe Reloaded

AuthMe Reloaded

3M Downloads

The plugin doesn't start due to an SQL exception on the build 2415 and newer

ChrisTaylor201 opened this issue ยท 6 comments

commented

What behaviour is observed

The plugin doesn't start due to an SQL exception on the build 2415 and newer. I think it's because of the changes introduced in this commit.

What behaviour is expected

The plugin should start properly.

Steps/models to reproduce

  1. Use the build 2415 and newer.
  2. Check for the issue mentioned above.

Plugin list

Plugins (0): Censored

Environment description

Standalone server with SQLite database.

AuthMe build number

2415

Error log

https://gist.github.com/christaylor201/858c40c90a41bb009353823b5eff80c6

Configuration

https://gist.github.com/christaylor201/53d982c6374036d166010d7de328bc80

commented

Had the same issue, 2414 works fine.

commented

Yes, I had to downgrade to this build, too.

commented

The issue should have been fixed in the latest dev build, let me know :)

commented

Yes, the issue has been fixed. Thank you for the quick response!

commented

You're right @ljacqu thank you

commented

I'm only reading fast but shouldn't the conditions for a migration be ORed together?

&& SqlDataSourceUtils.getColumnSize(metaData, tableName, col.TOTP_KEY) != 32;