Closed jwvdm closed 1 year ago
Interesting - There may be a race condition / uncaught exception in refreshing the auth tokens for the application. Can you let me know
alfred.mstodo
after this occurs? in normal operation there should be two items, one an oauth_token
and one a refresh_token
I'll check the keychain next time this happens and get back to you.
I can't say I was doing anything special in terms of steps to reproduce. Basically the plugin works as normal for some time (might be around 14 days) and then stops working when I try to add a ToDo at some point.
I'm getting the same error. I fix it by deleting the two items from the keychain and re-doing the login flow.
Auth has been refactored in release 0.2.0 which should resolve this issue
Thank you for your work on this plugin!
I am experiencing some form of authentication issue, possibly related to the refreshing of tokens. The plugin, which was working previously, now returns an error "Error in Workflow 'Microsoft ToDo".
I am attaching output from the debugging console. I've previously managed to resolve this issue by calling
_td-full-reset
and re-authenticating. This seems to happen approx every two weeks.