rkokkelk / todo.txt-ext

Thunderbird extension for the Todo.txt application.
GNU General Public License v2.0
30 stars 7 forks source link

Error when marking a task as completed #20

Closed JoergPalmer closed 7 years ago

JoergPalmer commented 7 years ago

The interaction with my todo.txt file works just fine, such as adding or deleting tasks. However, when I'm ticking off a task as competed, the following happens:

  1. Warning message: "oDoneStream is not defined"
  2. Error message: "Error writing calendar ", MODIFICATION_FAILED

As a result, the task in question is deleted from the todo.txt file (which is correct). The done.txt file remains untouched, meaning the task is not added.

rkokkelk commented 7 years ago

Hi,

My apologies for my late reply but could you provide me with some additional information so that I can tackle the issue.

Thank you for reporting this issue.

rkokkelk commented 7 years ago

My sincere apologies, I've made a small error within the code which resulted in the issue. A new version is uploaded to Mozilla and should be made available within the next few days which will resolve this issue. I will close this issue but if the fix was not sufficient or if there are other relevant issues please let me know.

Thank you for reporting this.

JoergPalmer commented 7 years ago

Thanks for taking care about this! Got the update and can confirm that the issue went away.

I have noticed another glitch though, but guess it is better to open a new issue for that.