srbdev / pynotes

Write and manage notes from the command line
MIT License
0 stars 0 forks source link

Error from copy/paste from a different program #13

Open srbdev opened 6 years ago

srbdev commented 6 years ago

sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.

srbdev commented 6 years ago

It completely ignored the edit for the note. I need to catch the error and save the content of the note somewhere else so the work is not lost. That's bad!

That actually may be a different ticket...