obsidian-livesync
obsidian-livesync copied to clipboard
IPad and Iphone Fetch remote database fail
Abstract
IPad and Iphone Fetch remote database fail
Expected behaviour
- Every File synchronised
Actually happened
- Just some file have been synchroised
Reproducing procedure
- Delete Obsidian in IPad
- Install LiveSync
- Use "Open URL" to config LiveSync
- Fetch
Note: If you do not catch the reproducing procedure, please let me know the frequency and signs.
Report materials
If the information is not available, do not hesitate to report it as it is. You can also of course omit it if you think this is indeed unnecessary. If it is necessary, I will ask you.
Report from the LiveSync
Report from hatch
----remote config----
cors:
credentials: "true"
headers: accept, authorization, content-type, origin, referer
max_age: "3600"
methods: GET, PUT, POST, HEAD, DELETE
origins: app://obsidian.md,capacitor://localhost,http://localhost
chttpd:
bind_address: any
max_http_request_size: "4294967296"
port: "****"
require_valid_user: "true"
admins: "π
πΈπ·π΄πΆππΈπ·"
vendor:
name: The Apache Software Foundation
feature_flags:
partitioned||*: "true"
chttpd_auth:
authentication_redirect: /e=_/_utils/session.html
require_valid_user: "true"
ssl:
cert_file:****
enable: "true"
key_file: ****
port: "****"
indexers:
couch_mrview: "true"
prometheus:
additional_port: "false"
bind_address: 127.0.0.1
port: "*****"
httpd:
WWW-Authenticate: Basic realm="couchdb"
bind_address: 127.0.0.1
enable_cors: "true"
port: "****"
couch_httpd_auth:
authentication_db: "π
πΈπ·π΄πΆππΈπ·"
secret: "π
πΈπ·π΄πΆππΈπ·"
authentication_redirect: "π
πΈπ·π΄πΆππΈπ·"
couchdb_engines:
couch: couch_bt_engine
couchdb:
database_dir: ./data
max_document_size: "50000000"
single_node: "true"
uuid: "π
πΈπ·π΄πΆππΈπ·"
view_index_dir: ./data
---- Plug-in config ---
version:0.20.5
couchDB_URI: self-hosted
couchDB_USER: "π
πΈπ·π΄πΆππΈπ·"
couchDB_PASSWORD: "π
πΈπ·π΄πΆππΈπ·"
couchDB_DBNAME: "π
πΈπ·π΄πΆππΈπ·"
liveSync: false
syncOnSave: false
syncOnStart: false
savingDelay: 200
lessInformationInLog: false
gcDelay: 0
versionUpFlash: ""
minimumChunkSize: 20
longLineThreshold: 250
showVerboseLog: false
suspendFileWatching: false
trashInsteadDelete: true
periodicReplication: false
periodicReplicationInterval: 60
syncOnFileOpen: false
encrypt: false
passphrase: "π
πΈπ·π΄πΆππΈπ·"
usePathObfuscation: false
doNotDeleteFolder: false
resolveConflictsByNewerFile: false
batchSave: true
deviceAndVaultName: ""
usePluginSettings: false
showOwnPlugins: true
showStatusOnEditor: false
usePluginSync: false
autoSweepPlugins: false
autoSweepPluginsPeriodic: true
notifyPluginOrSettingUpdated: true
checkIntegrityOnSave: false
batch_size: 50
batches_limit: 20
useHistory: true
disableRequestURI: true
skipOlderFilesOnSync: true
checkConflictOnlyOnOpen: false
syncInternalFiles: false
syncInternalFilesBeforeReplication: false
syncInternalFilesIgnorePatterns: \/node_modules\/, \/\.git\/, \/obsidian-livesync\/
syncInternalFilesInterval: 60
additionalSuffixOfDatabaseName: ""
ignoreVersionCheck: false
lastReadUpdates: 19
deleteMetadataOfDeletedFiles: false
syncIgnoreRegEx: ""
syncOnlyRegEx: ""
customChunkSize: 50
readChunksOnline: true
watchInternalFileChanges: true
automaticallyDeleteMetadataOfDeletedFiles: 0
disableMarkdownAutoMerge: false
writeDocumentsIfConflicted: false
useDynamicIterationCount: false
syncAfterMerge: false
configPassphraseStore: ""
encryptedPassphrase: "π
πΈπ·π΄πΆππΈπ·"
encryptedCouchDBConnection: "π
πΈπ·π΄πΆππΈπ·"
permitEmptyPassphrase: false
useIndexedDBAdapter: true
useTimeouts: false
writeLogToTheFile: false
doNotPaceReplication: false
hashCacheMaxCount: 300
hashCacheMaxAmount: 50
concurrencyOfReadChunksOnline: 100
minimumIntervalOfReadChunksOnline: 333
hashAlg: xxhash64
suspendParseReplicationResult: false
doNotSuspendOnFetching: false
useIgnoreFiles: false
ignoreFiles: .gitignore
syncOnEditorSave: false
pluginSyncExtendedSetting: {}
useV1: true
</details>