-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multiples problems with Livesync-bridge #8
Comments
Not sure if this helps, but mine only syncs if I hit the 'replicate' button in Obsidian. |
I've just tried and no, nothing ;( But thank you! |
Sorry for being very late! P.S. We should configure the passphrase as same as obfuscatePassphrash. Both are normally the same. |
Well well well... I don't know exactly why or how, but it works now. What I have done:
Here is the magic config that works: {
"peers": [
{
"type": "couchdb",
"name": "obsidian",
"database": "obsidian",
"username": "[...]",
"password": "[...]",
"url": "https://[...]/",
"customChunkSize": 100,
"minimumChunkSize": 20,
"passphrase": "[blabla]",
"obfuscatePassphrase": "[blabla]",
"baseDir": ""
},
{
"type": "storage",
"name": "storage-obsidian",
"baseDir": "./obsidian/",
"scanOfflineChanges": true
}
]
} |
I'm not sure what to write in this issue, because the behavior of the program changes quite often.
In one case it launches like this:
And it stays stuck like that indefinitely (I left it running for 20 minutes) without doing anything.
In another case it seems to work, it replies? well the files, but there are a lot of files that I assume are temporary in the storage, which pollutes the storage folder a lot.
Files and folders look like this:
%6c69cb467b42342ead6f240746dbd7414103147efddc038c3f32a762643a3a2570rjA1AbrQpWh76pXMfNOkAtdedcviwobjUbym0=
And yet another case, the process works, there are my files (always with a lot of temporary files) and it ends up doing:
And finally, it worked once, but only on the last file saved in the database, but it replicated the changes as needed:
In all of these cases, it doesn't work "enough" to be usable. I tried to understand why but I couldn't figure it out. I would like to point out that I use Obsidian-LiveSync during all these tests and that it works wonderfully.
Specifications
CouchDB v3.3.3-1~bullseye
CouchDB's response to
https://[***]/_all_dbs
:["obsidian"]
I'll say it again but replication on several devices with obsidian-livesync works flawlessly, so I would say that it's livesync-bridge which has a problem...
I'm on the main branch of this project for my tests.
The configuration of dat/config.json:
Hope you can help me :)
The text was updated successfully, but these errors were encountered: