-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync stopped working #44
Comments
Same problem. macOS Ventura 13.2.1. M1 mini. Things 3.17.4. May be related to update of URL scheme. |
Some discussion on Reddit indicates that the location and structure of the local database has changed. Perhaps details there are helpful. |
You need to change the following constant and add the Folder "ThingsData-S6UZE" to the path.
|
@netfly Sorry can you explain more?, where should I make the changes? |
In your Obsidian Vault-Folder (in the Filesystem) there is a folder called .obsidian/plugins/things-logbook. There is a main.js. Open it with an editor and search for this constant THINGS_DB_PATH. For me it is on line 570, but I already changed some code. I think I will write a pullrequest for this fix, but for now you can do this manually. |
Thanks!!! By the way the name of this folder ThingsData-S6UZE, I think it changes on each computer on mine it was ThingsData-9D38J |
Hmm ... thats bad. So it's not possible to have this path hardcoded as a constant anymore. In this case we either need a setting to save this generated folder name (which is not very user friendly) or get the info at the initialize. |
I also had a different folder name. It's back to working like normal for me after adding that folder to the constant. Thanks, @netfly! |
Had the same issue and fixed it using PATH code above. Mine was also a different alphanumeric string after ThingsData-_____ so I can confirm it does change based on your computer. Thank you! |
Brilliant. Thanks so much @netfly ... this solution worked for me (but needed to rename with my database string). |
Many have noticed the database location has recently changed (link to Reddit discussion). |
Describe the bug
After the latest Things 3 update (3.17.4), the Things Logbook plugin stopped syncing.
Steps to reproduce
Expected behavior
To sync completed tasks from the Logbook.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please specify)
OS
macOS 12.6.3
Obsidian Version (e.g. v0.10.6)
1.1.16
Theme (if applicable):
If the bug is visual, please provide the name of the Community Theme you're using.
The text was updated successfully, but these errors were encountered: