Skip to content
New issue

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

[BUG] Unable to export database #439

Closed
dot-mike opened this issue Nov 27, 2024 · 1 comment
Closed

[BUG] Unable to export database #439

dot-mike opened this issue Nov 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dot-mike
Copy link
Member

Describe the bug
I can not export the database.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Developer
  2. Click on Export Datbase
  3. See error

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):

  • OS: Windows 10
  • Flashpoint Version: 2024-05-26

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

@dot-mike dot-mike added the bug Something isn't working label Nov 27, 2024
@dot-mike
Copy link
Member Author

Solved with PR #440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant