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

Data load failure #120

Closed
Rokt33r opened this issue Sep 20, 2016 · 1 comment
Closed

Data load failure #120

Rokt33r opened this issue Sep 20, 2016 · 1 comment
Labels
bug 🐛 Issue concerns a bug.

Comments

@Rokt33r
Copy link
Member

Rokt33r commented Sep 20, 2016

Currently, Boostnote app seems to be trying to parse .DS_Store inside of notes directory of storage directory as a JSON.
It can be fixed easily by deleting .DS_Store file.

It must be deleted from Terminal. rm ~/Boostnote/notes/.DS_Store

I'll fix this problem by making the app parse only .cson files.

Before it fixing, please don't touch notes directory.
.DS_Store is generated when storing meta data, like location of file icons.

@Rokt33r Rokt33r added bug 🐛 Issue concerns a bug. OS X labels Sep 20, 2016
@Rokt33r
Copy link
Member Author

Rokt33r commented Sep 21, 2016

Fixed

@Rokt33r Rokt33r closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug.
Projects
None yet
Development

No branches or pull requests

1 participant