I've downloaded the example projects but when I try to load them it says "unable to parse or not a valid .json file." Is there anything I can do to resolve this? Thanks for any assistance.
Happy to. I'm on Linux, and the file was downloaded straight from the website where the documentation is. Here is the console output, or at least I hope this is what you're looking for:
index.js:29 Init!
store.jsx:1696 Adding drafft_test to dbList
remotedb.js:1326 {canceled: false, filePaths: Array(1)}
remotedb.js:1177 {content: Blob, fileName: '/home/dan/Desktop/The goddess of fate..json', content_type: 'application/json', json: null}
store.jsx:1696 Adding drafft_test to dbList
remotedb.js:126 Create a new Database: drafft_test
remotedb.js:140 Autosave database at interval: 5 seconds
remotedb.js:693 No Project Settings Found. Generating Defaults.
remotedb.js:644 No Dialogue Folder. Generating Default.
remotedb.js:396 Remote Syncing is set to OFF
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!