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

Infinite loading #651

Closed
jeffrey-carr opened this issue Oct 21, 2020 · 7 comments
Closed

Infinite loading #651

jeffrey-carr opened this issue Oct 21, 2020 · 7 comments
Labels
needs investigation 🔬 Issue requires further investigation to locate or narrow down the problem.

Comments

@jeffrey-carr
Copy link

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
@jeffrey-carr
Copy link
Author

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

@Flexo013 Flexo013 transferred this issue from BoostIO/BoostNote-Legacy Oct 22, 2020
@Flexo013 Flexo013 changed the title Infinite Loading 0.9 Infinite loading Oct 22, 2020
@Flexo013 Flexo013 added the needs investigation 🔬 Issue requires further investigation to locate or narrow down the problem. label Oct 22, 2020
@Flexo013
Copy link
Contributor

Transferred this to the correct repo

@jeffrey-carr
Copy link
Author

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

@J3n50m4t
Copy link

J3n50m4t commented 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.

@stenwall
Copy link

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?

@JYPDWhite
Copy link

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.

@Rokt33r
Copy link
Member

Rokt33r commented Aug 23, 2021

We have separated the local space feature. Please follow this issue BoostIO/BoostNote.next-local#21

@Rokt33r Rokt33r closed this as completed Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation 🔬 Issue requires further investigation to locate or narrow down the problem.
Projects
None yet
Development

No branches or pull requests

6 participants