thesamim / TickTickSync

GNU General Public License v3.0
99 stars 2 forks source link

Plugin Won't Sync #54

Closed MinamiHasaki closed 5 months ago

MinamiHasaki commented 5 months ago

Here are the settings: image image

When I press the sync button, this is the error I get in the console:

plugin:tickticksync:68108 An error occurred while synchronizing: TypeError: Cannot read properties of undefined (reading 'includes')
    at eval (plugin:tickticksync:68031:36)
    at Array.filter (<anonymous>)
    at SyncMan.syncTickTickToObsidian (plugin:tickticksync:68030:45)
    at async TickTickSync.scheduledSynchronization (plugin:tickticksync:68568:24)
    at async eval (plugin:tickticksync:59000:11)
thesamim commented 5 months ago

Well, that's incredibly embarrassing. That's a regression. It was fixed a while back, but I messed up a branch and lost the change.

I should have a new release in a couple of days that will fix this and a bunch of other bugs.

Sorry!