mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 20:05:39 -04:00
[GH-ISSUE #178] [Bug] Game Fails to Import Due to Foreign Key Constraint #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JamesRy96 on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/178
Version: 0.3.1
When adding a new game to my library the process fails silently, looking at the logs it seems like data is trying to be added to the table
publicbefore the game is added to theGametable.@JamesRy96 commented on GitHub (Aug 6, 2025):
The "Drop has detected you have new verions of this game to import." banner is no longer shown on the game in the library but the "You have no versions of this game available." banner still shows, it is not possible to add a new version after this.
@Huskydog9988 commented on GitHub (Aug 6, 2025):
Can you check the server logs and see what shows up there? It seems like Drop somehow imported a version on a game that doesn't exist, but appears to be showing up in the ui.
[Bug] Game Fails to Import Due to Foreign Key Constraintto [GH-ISSUE #178] [Bug] Game Fails to Import Due to Foreign Key Constraint