Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Well this is definitely weird! I’m on Linux too, using the AppImage version I get this:

{content: Blob, fileName: '/home/baj/Downloads/The goddess of fate..json', content_type: 'application/json', json: {…}}
content: Blob {size: 860384, type: ''}
content_type: "application/json"
fileName: "/home/baj/Downloads/The goddess of fate..json"
json: {total_rows: 68, offset: 0, rows: Array(68)}

I’m a little lost on what else to test, seems like the app cannot open the file to read its content for some reason, or the file is corrupted. If you create a test project, export it (Backup Database) and import it, do you get the same error? Thanks!

Creating a new project, then exporting it to .json, then adding it back in works fine. It creates the new database successfully.

can you test if the file that you downloaded is a valid JSON ?

Okay, well, when I went to GitHub and downloaded the raw output as a .json, that worked. Right clicking and saving-as apparently did not save it correctly.

Maybe it was my fault. I really appreciate all your help. Sorry about the hassle.

No worries! Thanks for the confirmation!