mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #1031] Boostnote Hanging on 'Loading Data...' upon open #449
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#449
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 @jacobhutchinson on GitHub (Jun 30, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1031
Boostnote.next is hanging when opening. This happened shortly after upgrading to the newest version and converting my data to a local file system. Things were working fine until my desktop died (power blackout). Now it just hangs on 'Loading Data...'. In the Dev Console, it has the following output errors:
Love BoostNote.next by the way. I hope to get back to using it soon, it is fairly essential for my workflow.
@Komediruzecki commented on GitHub (Jun 30, 2021):
Hi, jacobhutchinson,
Are you familiar how boost note stores local storages? If yes, please make a backup first.
Then try the following:
Move the location of your storage (all boost note next storage data, that is
boostnote.jsonfile, andnotesandattachmentsfolder) - to somewhere else.Try to open the boost note now, it will load either empty storage or not load that storage causing a problem.
You can then go to create new space (local space) and select your new destination, where you moved the storage. It should load it correctly.
Also, did you try reloading the application, after you got this error?
Can you inspect boost note folder location and see if there are any hidden or corrupted files inside, the location should contain only:
boostnote.jsonfile - main file which contains storage metadatanotesfolder with all your notesattachmentsfolder with all your attachmentsThis loading issue could be due to a fact that boostnote was writing some data on disk, probably a note or
boostnote.jsonreload and it corrupted the file, can you please inspect all notes andboostnote.jsonfile in your storage location and see if it has corrupted data?The
boostnote.jsonis a JSON format and it should be a proper JSON format.I added some better handing of loading multiple storages, and errors locally, it should be available in next release, with that, we can easily debug such stuck on loading situations.
Please provide more details about your storage, and if you can, contact me directly on slack to resolve this faster.
Thank you for your patience!
@jacobhutchinson commented on GitHub (Jun 30, 2021):
Hi there, thanks for the quick feedback.
So firstly, I backed up the storage and moved the file location, then restarted Boostnote. When I opened it, it created a new notes folder with all 3 of those files inside of it with the notes folder empty, however, it still hangs on 'Loading Data...', so hopefully that means its not a corrupted note that is the problem. It does not allow me to add a new Local Space, as nothing pops up when I select it from the File menu. I did attempt to Reload and Force Reload the application several times to no avail.
I was going to post this information before but then you responded, but I accidentally created the new local storage space inside of my old local storage space, meaning that inside of my previous notes folder, containing the previous local storage files, was the boostnote.json, attachments and notes folders. Not sure if this accidental nested notes folder situation could have caused this. Since removing those folders entirely above didn't seem to work, I am not sure if this is connected however.
Also, I can move this over to slack if you prefer. Should I just use the listed Slack from the app?
@jacobhutchinson commented on GitHub (Jun 30, 2021):
For anyone else searching for an answer here, my problem likely resulted from the accidental nesting of my notes folder. If you did something similar, before anything else backup your entire data, then I did a deep uninstall of Boost Note (deleted all relevant directories I could find) and did a clean install, pointed it towards my (now no longer nested) notes folders and it worked out. Some of my files were moved to the archive section but restoring them was easy. Good Luck! Will close this, as I believe this was the issue.
@Komediruzecki commented on GitHub (Jul 1, 2021):
I think we will reproduce this issue locally and fix it for the next release, so that nested boost note locations are recognized and handled correctly (by ignoring), or possibly warning about this, since it is not a nice setup, and as I see it, a lot of people do that acciddently, so it's not so rare.