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

v0.6.7にアップデートしてもデータが読み込めない問題(Data load failure) #122

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

Comments

@Rokt33r
Copy link
Member

Rokt33r commented Sep 21, 2016

Currently, only Japanese users confront this problem. English description is written bottom of this issue.

atom/season#16
atom/season#17

日本人の方で\u2028文字がないように含まれてしまいちゃんとデータが読み込めないバグが発生しています。
ストレージのnotesの中にノートが一つずつ一つのCSONファイルで保存されていますが、現在使っているParserがちゃんと.csonが読み込めていないようです。
明日アップデートをもう一回しますが、先に直したければ、次の命令から直接\u2028が入っている記事を探し、\u2028文字を消してください。(見えない文字なので、行ごとに消したほうがいいかもしれないです)

pwd && grep $(python -c 'print u"\u2028".encode("utf8")') ~/Boostnote/notes/*

基本ストレージパスは~/Boostnoteです。なので、他の位置をストレージとして使うならパスを編集してください。


It is due to \u2028 characters(Line separator) inside of .cson files. I'll update the fixed version within 12 hours. If you want to fix it your self before the release, you can find the char by the command below.

pwd && grep $(python -c 'print u"\u2028".encode("utf8")') ~/Boostnote/notes/*

Default storage path is ~/Boostnote. If you use another location, fix the path.

And remove it.(This char is invisible most editors. So it would be good to delete whole line if you can't find the characters)

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

Rokt33r commented Sep 22, 2016

Fixed.

@Rokt33r Rokt33r closed this as completed Sep 22, 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