Boostnote.next: Infinite loading

Created on 21 Oct 2020  路  5Comments  路  Source: BoostIO/BoostNote.next

Current behavior

Stuck in infinite loading screen
Screen Shot 2020-10-21 at 3 08 45 PM

With dev tools:
Screen Shot 2020-10-21 at 3 08 54 PM

Expected behavior

Open and be able to view notes.

Steps to reproduce

Just started happening one day. Storage is in Dropbox, but I reinstalled so it shouldn't even be connected to those.

Environment

  • Boostnote version: 0.9.0
  • OS version and name: MacOS Catalina 10.15.7
needs investigation

Most helpful comment

For anyone else with this problem, I wrote a quick python script to remove the notes since I needed them immediately. It only takes title and content, and sorts them into their respective folders.
Link to repo

All 5 comments

In the dev tools I saw that it was still using the storage in Dropbox, but I was able to delete it. Now I can get into the "Create Storage" page. I moved the storage out of Dropbox and into my documents, but I'm still getting the same error.
Screen Shot 2020-10-21 at 3 15 13 PM

Transferred this to the correct repo

For anyone else with this problem, I wrote a quick python script to remove the notes since I needed them immediately. It only takes title and content, and sorts them into their respective folders.
Link to repo

I've had the same Problem. In my Filesystemstorage i had a Folder /notes/notes and a file
notes/boostnote.json with following content:

{
  "folders": [],
  "version": "1.0"
}

I deleted this file and the folder and restartet Boost Note.app. Now Everything works fine again.

Error started with upgrading form 0.10.1 to 0.10.2.

I got this exact problem. I moved the local storage folder and then restarted Boost Note, and it booted without a problem. I then manually copied the folder info from the old boostnote.json to the new boostnote.json and also copied over all my notes-json-files folder by folder. When I came to the last file in the last folder, Boost Note was back to this infinite loading.

I then remembered that I had tried to make a tag called constructor in that last note, and it didn't work for some reason. I checked the old boostnote.json, and it didn't have a constructor-tag, but the note file I had tried to make the tag in had a tag called constructor. I removed it manually from the note json file and Boost Note then booted with no problem again.

I then added the tag manually to the new boostnote.json. Still no problem booting. Went on to manually add it to the note json again, still no probs. The tag is there in the tag list. I added the tag to another note through the program, no problem.

I find this last part extra weird, since the new boostnote.json updated with tag-names automatically when I moved a note with tags to the correct local storage folder. I only wrote in the folder info manually, not the tags. So instead of just updating boostnote.json with the constructor-tag (along with the other tags in that note file), everything crashed...

Someone knows what happened here?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stevenwchien picture stevenwchien  路  4Comments

themattgabriel picture themattgabriel  路  4Comments

HSQCoollaughing picture HSQCoollaughing  路  3Comments

KrzysztofKowalczyk picture KrzysztofKowalczyk  路  5Comments

Username77177 picture Username77177  路  4Comments