thesamim / TickTickSync

GNU General Public License v3.0
159 stars 12 forks source link

TickTick reporting too many requests #164

Closed ms3056 closed 1 month ago

ms3056 commented 1 month ago

I am getting this today in Obsidian:

image

Dennyyusuf commented 1 month ago

same to me as well today

IMXeno123 commented 1 month ago

same

gyuraam commented 1 month ago

same....

jee-ee commented 1 month ago

It looks like the issue is now with the version property in x-device.

As a temporary workaround, you can go into the folder of your vault and modify the file .obsidian/plugins/tickticksync/main.js and search for "version":4576

Replace the id "version":4576 with any other 4 digit number (e.g "version":5192) and save the file. Reload Obsidian and things should work now.

For the proper fix, you will need to wait for the maintainer 😃

thesamim commented 1 month ago

As always: Thanks @jee-ee

Tracking through: https://github.com/thesamim/TickTickSync/issues/165