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
I'm running self-hosted CouchDB and three client instances (iphone, pc, docker container on vds (https://github.com/linuxserver/docker-obsidian) ). After setting up livesync it works perfectly fine on iphone and pc, though the docker instance shows errors when trying to replicate/sync. |
I ensured that the codephrase used for encoding and decoding is the same.
Configuration of the db is checked fine. The instance connects to the db no problem.
No experimental dynamic iteration.
Path obfuscation on.
Same (0.24.2) plugin version on every platform.
The same access to the database over https persistent cloudflare tunnel linked to my own subdomain.
Tried both fast URI and minimal setup, no luck.
Tried clean obsidian install. Tried starting from a new db.
Expected behaviour
Synchronisation ends with the message Replication completed
Everything synchronised
Actually happened
Synchronisation has been cancelled with the message Decryption failed (23)TypeError:Cannot read properties of undefined (reading 'processing') (captured in the attached log)
No files synchronised
Reproducing procedure
Configure LiveSync as in the attached material.
Obsidian container has a new empty vault, only livesync plugin installed.
Paste URI OR Minimal setup OR manual setup leads to an error.
Trying to replicate/sync afterwards leads to the same error.
We can see the log by tapping the Document box icon. If you noticed something suspicious, please let me know.
Note: Please enable Verbose Log. For detail, refer to Logging, please.
Well, as of now I think that might aswell be related to the docker image itself though no idea which local settings might be wrong in this case.
Anyway, I got that docker instance running so when you got time for testing please hit me so I can give you the access.
I am running into these same errors pretty consistently.
Here is my setup: I've set up a remote CouchDB database in a docker container (following this user's helpful suggestions). Note that I configured CouchDB using your couchdb-init.sh script as well as a manual configuration in two different setups. With both these setups, I've managed to get LiveSync to successfully work on both Mac and Windows versions of Obsidian. The files sync correctly across all these devices. Note though that in the plugins Sync Settings, I find that syncing only works if I set the Sync mode to On events. Despite that, the syncing of files across these devices makes me hopeful that my remote setup is correct and working as intended.
However, I get the same error Error:Cannot read properties of undefined (reading 'processing') on the most recent version (1.7.7) of Obsidian for Linux.
Abstract
I'm running self-hosted CouchDB and three client instances (iphone, pc, docker container on vds (https://github.com/linuxserver/docker-obsidian) ). After setting up livesync it works perfectly fine on iphone and pc, though the docker instance shows errors when trying to replicate/sync. |
I ensured that the codephrase used for encoding and decoding is the same.
Configuration of the db is checked fine. The instance connects to the db no problem.
No experimental dynamic iteration.
Path obfuscation on.
Same (0.24.2) plugin version on every platform.
The same access to the database over https persistent cloudflare tunnel linked to my own subdomain.
Tried both fast URI and minimal setup, no luck.
Tried clean obsidian install. Tried starting from a new db.
Expected behaviour
Replication completed
Actually happened
Decryption failed (23)
TypeError:Cannot read properties of undefined (reading 'processing')
(captured in the attached log)Reproducing procedure
Report materials
Report from the LiveSync
For more information, please refer to Making the report.
Report from hatch
Obsidian debug info
Debug info
Plug-in log
We can see the log by tapping the Document box icon. If you noticed something suspicious, please let me know.
Note: Please enable
Verbose Log
. For detail, refer to Logging, please.Plug-in log
Other information, insights and intuition.
I'm using this docker image:
https://github.com/linuxserver/docker-obsidian
The text was updated successfully, but these errors were encountered: