SqliteException(1555): while executing statement,
UNIQUE constraint failed: scrobbler_table.id, constraint failed (code 1555)
Causing statement: INSERT INTO "scrobbler_table" ("id", "username", "password_hash") VALUES (?, ?, ?),
parameters: 0, agcrisbp, *****
Is there an existing issue for this? (Please read the description)
Current Behavior
When attempting to log in to Last.fm in Spotube, the authentication fails with a SQLite exception indicating a duplicate primary key conflict on the scrobbler_table .
Expected Behavior
User should be successfully authenticated and logged into Last.fm for scrobbling functionality.
Steps to reproduce
Logs
Logs
Operating System
Android
Spotube version
v5.1.1
Installation source
GitHub Releases (Binary)
Additional information
No response
Self grab