cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

Sync Errors #217

Closed toolmanz closed 3 years ago

toolmanz commented 3 years ago

Please see attached. Problem with syncing. It keeps adding the same notes multiple times. It quits after saying ok.

Windows host Simplenote works fine except it too has added all the duplicate notes.

Running on Linux Mint in Oracle VM running on Windows 10 Host.

Unexpected Error_005

yuuki0xff commented 3 years ago

Thank you for the bug report.

This error occurs by data race in the notes_db. I knew this issue, but I forgot to fix it. I will fix it during winter vacation.

toolmanz commented 3 years ago

Excellent....

A very good and useful program. Kudos...

Tim

-------- Original Message -------- From: yuuki notifications@github.com Sent: Thu Dec 24 12:31:03 EST 2020 To: cpbotha/nvpy nvpy@noreply.github.com Cc: toolmanz chandltim1@gmail.com, Author author@noreply.github.com Subject: Re: [cpbotha/nvpy] Sync Errors (#217)

Thank you for the bug report.

This error occurs by data race in the notes_db. I knew this issue, but I forgot to fix it. I will fix it during winter vacation.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/cpbotha/nvpy/issues/217#issuecomment-750932256

yuuki0xff commented 3 years ago

I added mitigations for this issue in 844e8e5ad67cbae91603e95703b5fc34e78675ab. Reopen it if this issue recurs.