kyngs / LibreLogin

Open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Mozilla Public License 2.0
164 stars 53 forks source link

SQLSyntaxErrorException #233

Closed cirosanchez closed 5 months ago

cirosanchez commented 5 months ago

When initalizing LibreLogin for the first time using my MariaDB, this error pops up:

[17:16:50 WARN] [xyz.kyngs.librelogin.lib.mariadb.jdbc.message.server.ErrorPacket]: Error: 1060-42S21: Duplicate column name 'secret' [17:16:50 ERROR] [librelogin]: Failed to validate schema! Cause: SQLSyntaxErrorException: (conn=414) Duplicate column name 'secret' [17:16:50 ERROR] [librelogin]: Please open an issue on our GitHub, or visit Discord support

The table is created and the database is used, but, from there my proxy can't start. help!

kyngs commented 5 months ago

Deleting the database does not help?

cirosanchez commented 5 months ago

No, databse nor table deletion helps.

cirosanchez commented 5 months ago

This errors popping in mariadb: https://imgur.com/a/h0tAp1V

cirosanchez commented 5 months ago

Full log if needed: https://paste.md-5.net/eyodanadad.sql

kyngs commented 5 months ago

I'm sorry, but I can not replicate this either in sqlite or mariadb