bgregos / foreground

Simple Android personal task manager with Taskwarrior integration
Apache License 2.0
253 stars 15 forks source link

client=taskd 1.1.0, code=500, status=ERROR: '253402124400' is not a valid date in the 'm/d/Y' format. #152

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi,

i managed to set foreground to accept my certificates finally, but next issue there is error:

TaskwarriorMessage [headers={client=taskd 1.1.0, code=500, status=ERROR: '253402124400' is not a valid date in the 'm/d/Y' format.}, payload=Optional.empty]

bradyt commented 1 year ago

I guess you have a task like due:someday. Taskserver can't send this in a response.

See https://github.com/bgregos/foreground/issues/135.

ghost commented 1 year ago

yep true, i had to "someday" value for due and wait... and delete data from server and resync

thx for help