Plugin crash on startup after updated to latest version (0.23.23).
Using windows PC. Rechecked settings multiple times. DB is fine, connection is also ok.
Rebuilds return no error, seems to be working. Only live syncing is not working.
I can also run a check for differences between DB and local.
Tested also on Android, and the exact same thing happens.
Report materials
Verbose log from windows PC (main):
25/10/2024, 07:46:28->Initialized, NOW TRACKING!
25/10/2024, 07:46:28->UPDATE DATABASE All done: DONE:56, FAILED:0
25/10/2024, 07:46:28->Initialize done!
25/10/2024, 07:46:28->Lock remote database to prevent data corruption
25/10/2024, 07:46:28->Just checkpoint or some server information has been missing. The 404 error shown above is not an error.
25/10/2024, 07:46:28->Error while loading Self-hosted LiveSync
25/10/2024, 07:46:28->{
"error": "error",
"reason": "internal_server_error",
"status": 500,
"name": "error",
"message": "internal_server_error",
"stack": "Error\n at generateErrorFromResponse (plugin:obsidian-livesync:9649:41)\n at fetchJSON (plugin:obsidian-livesync:14826:13)\n at async HttpPouch.api._put (plugin:obsidian-livesync:15121:24)",
"docId": "_local/obsydian_livesync_milestone"
}
Expected behaviour
Actually happened
Plugin crash on startup after updated to latest version (0.23.23). Using windows PC. Rechecked settings multiple times. DB is fine, connection is also ok. Rebuilds return no error, seems to be working. Only live syncing is not working. I can also run a check for differences between DB and local.
Tested also on Android, and the exact same thing happens.
Report materials
Verbose log from windows PC (main): 25/10/2024, 07:46:28->Initialized, NOW TRACKING! 25/10/2024, 07:46:28->UPDATE DATABASE All done: DONE:56, FAILED:0 25/10/2024, 07:46:28->Initialize done! 25/10/2024, 07:46:28->Lock remote database to prevent data corruption 25/10/2024, 07:46:28->Just checkpoint or some server information has been missing. The 404 error shown above is not an error. 25/10/2024, 07:46:28->Error while loading Self-hosted LiveSync 25/10/2024, 07:46:28->{ "error": "error", "reason": "internal_server_error", "status": 500, "name": "error", "message": "internal_server_error", "stack": "Error\n at generateErrorFromResponse (plugin:obsidian-livesync:9649:41)\n at fetchJSON (plugin:obsidian-livesync:14826:13)\n at async HttpPouch.api._put (plugin:obsidian-livesync:15121:24)", "docId": "_local/obsydian_livesync_milestone" }