You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the great workflow! The line here throws a KeyError. I didn't dissect the stack enough to follow exactly what myLabels represents here, but it seems like it's probably some kind of placeholder the first time through before the first Todoist refresh has succeeded? This was blocking initial syncing for me. I changed it to use myLabels.get('is_deleted', False) locally (and did the same on the next L102), and that allowed me to sync up.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the great workflow! The line here throws a KeyError. I didn't dissect the stack enough to follow exactly what
myLabels
represents here, but it seems like it's probably some kind of placeholder the first time through before the first Todoist refresh has succeeded? This was blocking initial syncing for me. I changed it to usemyLabels.get('is_deleted', False)
locally (and did the same on the next L102), and that allowed me to sync up.The text was updated successfully, but these errors were encountered: