charlesthomas / magpie

Git-backed Evernote replacement
MIT License
645 stars 50 forks source link

Encoding issues still - internal server error 500 #51

Closed erickr closed 9 years ago

erickr commented 10 years ago

We are still having encoding issues at different places as it seems.

The following reproduces one issue:

  1. Create notebook containing utf8 characters, for example "testnotebook åäö"
  2. Create a note containing utf8 characters, for example "test åäö"
  3. Add a few tasks to the note, for example: [ ] task 1 [ ] task 2
  4. Save
  5. Try to edit the note, and on save the internal server error shows.

Have seen a few more but need to detail the way to reproduce them. Whats the state of python 3, is it reasonable to use that as a requirement instead of 2.7, if it at all might help us here?

erickr commented 10 years ago

Turns out this was because nothing was changed in the note, in that case the git commit command failed and causes the error.

erickr commented 10 years ago

I made a fix in pull request #53

tony-o commented 9 years ago

This issue was resolved - please close