mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #874] Hanging at Loading data... #426
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#426
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 @Mirdarthos on GitHub (Mar 18, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/874
Current behavior
When I open Boostnote, it hangs at the startup "Loading data..." screen. See screenshot. And it just stays there. It looks as id it's unable to read the configuration.
I have:
Boostnote.jsonfile; andAll to no avail. I am entirely unsure why this is happening.
I tried finding out if there any errors, but I couldn't find its logs, if there are any.
journalctl -fis also very silent when starting it up.Expected behavior
It should start up and work as usual.
Steps to reproduce
It happens every time I open it. As far as I'm aware it started after the last update. Might be wrong about that, but that's according to what I know.
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Mar 18, 2021):
Hi, Mirdarthos,
Can you DM me on slack (https://join.slack.com/t/boostnote-group/shared_invite/zt-cun7pas3-WwkaezxHBB1lCbUHrwQLXw), I resolved few such cases already, it's probably because of corrupted files or file storage locations that have additional unsupported files.
Please ensure there are no binaries, any other files in notes/ subfolder or any other image attachments file types in attachments/ subfolder where boost note file storage is located.
Also, can you screenshot the console errors found/thrown? Open the console via Ctrl+Shift+I.
You can also try looking at similar issues opened recently about the same loading issue.
@Mirdarthos commented on GitHub (Mar 18, 2021):
Hi @Komediruzecki,
I don't have and/or use slack, so no not really.
I saw you had many cases like this, so I dug deeper. Turns out it was caused by two corrupt images in the
attachments/folder. I'm now recovering many deleted notes (deleted them because I have backups and wanted to eliminate anything until I got thee problem.)So, my sincere apologies about this. Now I know what to look out for.
@Komediruzecki commented on GitHub (Mar 18, 2021):
Ok, yes we have fix in place so in the next release the boost note will be able to handle corrupted attachments/file types.
Sorry for the trouble, if you resolved the issue, please close it or post any more insight if you want.
@Mirdarthos commented on GitHub (Mar 18, 2021):
Thanks a lot!
I really do appreciate the swift response!