mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[GH-ISSUE #651] Infinite loading #345
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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

With dev tools:

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
@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.

@Flexo013 commented on GitHub (Oct 22, 2020):
Transferred this to the correct repo
@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
@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.jsonwith following content: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 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.jsonto the newboostnote.jsonand 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
constructorin that last note, and it didn't work for some reason. I checked the oldboostnote.json, and it didn't have aconstructor-tag, but the note file I had tried to make the tag in had a tag calledconstructor. 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.jsonupdated 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 updatingboostnote.jsonwith theconstructor-tag (along with the other tags in that note file), everything crashed...Someone knows what happened here?
@JYPDWhite commented on GitHub (Jan 4, 2021):
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 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