[GH-ISSUE #651] Infinite loading #345

Closed
opened 2026-03-03 00:20:26 +03:00 by kerem · 7 comments
Owner

Originally created by @jeffrey-carr on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/651

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
Originally created by @jeffrey-carr on GitHub (Oct 21, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/651 # Current behavior Stuck in infinite loading screen <img width="1312" alt="Screen Shot 2020-10-21 at 3 08 45 PM" src="https://user-images.githubusercontent.com/33735493/96771223-61720900-13af-11eb-9cb7-440d2625cb1b.png"> With dev tools: <img width="1312" alt="Screen Shot 2020-10-21 at 3 08 54 PM" src="https://user-images.githubusercontent.com/33735493/96771269-6e8ef800-13af-11eb-890d-720bc373fd5c.png"> <!-- Let us know what is currently happening. Please include some **screenshots** with the **developer tools** open (console tab) when you report a bug. If your issue is regarding the new Boost Note.next, please open an issue in the new repo 👉 https://github.com/BoostIO/BoostNote.next/issues. --> # Expected behavior Open and be able to view notes. <!-- Let us know what you think should happen. --> # Steps to reproduce <!-- Please be thorough, issues we can reproduce are easier to fix. --> 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 <!-- Love Boostnote? Please consider supporting us on IssueHunt: 👉 https://issuehunt.io/repos/53266139 -->
kerem 2026-03-03 00:20:26 +03:00
Author
Owner

@jeffrey-carr commented on GitHub (Oct 21, 2020):

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

<!-- gh-comment-id:713818402 --> @jeffrey-carr commented on GitHub (Oct 21, 2020): 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. <img width="1312" alt="Screen Shot 2020-10-21 at 3 15 13 PM" src="https://user-images.githubusercontent.com/33735493/96771883-4f449a80-13b0-11eb-851d-c154d7cc39a0.png">
Author
Owner

@Flexo013 commented on GitHub (Oct 22, 2020):

Transferred this to the correct repo

<!-- gh-comment-id:714643402 --> @Flexo013 commented on GitHub (Oct 22, 2020): Transferred this to the correct repo
Author
Owner

@jeffrey-carr commented on GitHub (Oct 22, 2020):

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

<!-- gh-comment-id:714647848 --> @jeffrey-carr commented on GitHub (Oct 22, 2020): 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](https://github.com/jcarr98/boostnote-extractor)
Author
Owner

@J3n50m4t commented on GitHub (Nov 6, 2020):

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.

<!-- gh-comment-id:723048680 --> @J3n50m4t commented on GitHub (Nov 6, 2020): I've had the same Problem. In my Filesystemstorage i had a Folder /notes/notes and a file `notes/boostnote.json` with following content: ``` json { "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.
Author
Owner

@stenwall commented on GitHub (Nov 26, 2020):

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?

<!-- gh-comment-id:734461788 --> @stenwall commented on GitHub (Nov 26, 2020): 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?
Author
Owner

@JYPDWhite commented on GitHub (Jan 4, 2021):

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.

That was also the solution for my problem. Inside the BoostNote Data folder there where several boostnote.json in /notes in /attachments and in subfolder inside of notes also.

<!-- gh-comment-id:753897498 --> @JYPDWhite commented on GitHub (Jan 4, 2021): > I've had the same Problem. In my Filesystemstorage i had a Folder /notes/notes and a file > `notes/boostnote.json` with following content: > > ```json > { > "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. That was also the solution for my problem. Inside the BoostNote Data folder there where several boostnote.json in /notes in /attachments and in subfolder inside of notes also.
Author
Owner

@Rokt33r commented on GitHub (Aug 23, 2021):

We have separated the local space feature. Please follow this issue https://github.com/BoostIO/BoostNote.next-local/issues/21

<!-- gh-comment-id:903580244 --> @Rokt33r commented on GitHub (Aug 23, 2021): We have separated the local space feature. Please follow this issue https://github.com/BoostIO/BoostNote.next-local/issues/21
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#345
No description provided.