We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I can not export the database.
To Reproduce Steps to reproduce the behavior:
Expected behavior Database exported as file.
Logs
Database Not Exported ERROR - TypeError: Cannot read properties of undefined (reading 'length')
Desktop (please complete the following information):
Additional context I tested using developer build locally and found out why it stopped after this query below
Sent - search query - SELECT game.id, title, alternateTitles, series, developer, publisher, platformsStr, platformName, dateAdded, dateModified, broken, extreme, playMode, status, notes, tagsStr, source, applicationPath, launchCommand, releaseDate, version, originalDescription, language, activeDataId, activeDataOnDisk, lastPlayed, playtime, activeGameConfigId, activeGameConfigOwner, archiveState, library, playCounter FROM game WHERE ( game.title, game.title, game.id ) > ( '🪄🗓Perpetual Calendar🗓' , '🪄🗓Perpetual Calendar🗓', '588223d6-ceaf-4055-a6e7-413dcb4b4547' ) ORDER BY game.title ASC LIMIT 5000 4634ms - "EXPORT_DATABASE"
the actual title of the game is 🪄🗓Perpetual Calendar🗓 so there is character encoding issues
🪄🗓Perpetual Calendar🗓
The text was updated successfully, but these errors were encountered:
Solved with PR #440
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I can not export the database.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Database exported as file.
Logs
Desktop (please complete the following information):
Additional context
I tested using developer build locally and found out why it stopped after this query below
the actual title of the game is
🪄🗓Perpetual Calendar🗓
so there is character encoding issuesThe text was updated successfully, but these errors were encountered: