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
Sometimes when I log-in and the OS autolaunches obsidian, the dialog for entering password to my key gets ignored if I am working on something else. But, at the end of the day when I notice it and provide the password, it performs all the pulls it had queued in the background waiting for the key and executes all of them, there-by, spamming obsidian with multiple notifications that say "Pull: Everything is upto date". When it has run out of them, it stops.
Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)
Steps to reproduce
Make a SSH Key with password
Enable Obsidian git and configure it to pull every X mins.
launch system without auto keyring configured such that dialog needs to be filled-in for SSH key password
Describe the bug
Sometimes when I log-in and the OS autolaunches obsidian, the dialog for entering password to my key gets ignored if I am working on something else. But, at the end of the day when I notice it and provide the password, it performs all the pulls it had queued in the background waiting for the key and executes all of them, there-by, spamming obsidian with multiple notifications that say "Pull: Everything is upto date". When it has run out of them, it stops.
Relevant errors (if available) from notifications or console (
CTRL+SHIFT+I
)Steps to reproduce
Expected Behavior
No response
Addition context
{ "settings": { "commitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", "autoSaveInterval": 5, "autoPushInterval": 0, "autoPullInterval": 5, "autoPullOnBoot": false, "disablePush": false, "pullBeforePush": true, "disablePopups": false, "disablePopupsForNoChanges": false, "listChangedFilesInMessageBody": false, "showStatusBar": true, "updateSubmodules": false, "syncMethod": "merge", "customMessageOnAutoBackup": false, "autoBackupAfterFileChange": true, "treeStructure": false, "refreshSourceControl": true, "basePath": "", "differentIntervalCommitAndPush": false, "changedFilesInStatusBar": false, "showedMobileNotice": true, "refreshSourceControlTimer": 7000, "showBranchStatusBar": true, "setLastSaveToLastCommit": false, "submoduleRecurseCheckout": false, "gitDir": "", "showFileMenu": true, "authorInHistoryView": "hide", "dateInHistoryView": false, "lineAuthor": { "show": false, "followMovement": "inactive", "authorDisplay": "initials", "showCommitHash": false, "dateTimeFormatOptions": "date", "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm", "dateTimeTimezone": "viewer-local", "coloringMaxAge": "1y", "colorNew": { "r": 255, "g": 150, "b": 150 }, "colorOld": { "r": 120, "g": 160, "b": 255 }, "textColorCss": "var(--text-muted)", "ignoreWhitespace": false, "gutterSpacingFallbackLength": 5, "lastShownAuthorDisplay": "initials", "lastShownDateTimeFormatOptions": "date" }, "autoCommitMessage": "vault backup: {{date}}" }, "pluginVersion": "2.30.1" }
Operating system
Linux
Installation Method
Snap
Plugin version
2.30.1
The text was updated successfully, but these errors were encountered: