xbrowsersync / app

xBrowserSync browser extensions / mobile app
GNU General Public License v3.0
1.51k stars 100 forks source link

Background/timed sync repeatedly fails with "Error: Can't find bookmark for id. at checkForApiError" log messages #481

Open trystero11 opened 3 months ago

trystero11 commented 3 months ago

Describe the issue you are experiencing Background sync operations consistently fail with "Something went wrong" error notifications. The log shows "Error: Can't find bookmark for id. at checkForApiError" messages at the times of failure.

I don't see this failure when I manually click "Update Sync" to force a refresh; it's only the timed/background sync operations that produce it.

I've tried disabling my existing sync and creating a new one; still seeing the same issue.

How can the issue be reproduced? Allow sync operations to run in the background, I guess.

Desktop browser Please complete the following information for all affected desktop browsers:

I have Chrome's native bookmark sync functionality disabled.

I also run xbrowsersync in Firefox 127.0; that extension doesn't produce the same background-sync failures, and its log doesn't show the "Error: Can't find bookmark for id." error messages.

Application log Please include the logs from the affected clients:

Log entries ``` 2024-06-17 18:09:06.540 [trace] onMoved event detected 2024-06-17 18:09:06.737 [trace] onRemoved event detected 2024-06-17 18:09:07.902 [trace] Sync cxykyw (push) queued 2024-06-17 18:09:08.152 [trace] Sync 9e7c5h (push) queued 2024-06-17 18:09:08.590 [error] Error: Can't find bookmark for id. at checkForApiError (chrome-extension://lcbjdhceifofjlpecfpeimnnphbcjgnc/js/background.min.js:5048:19) at chrome-extension://lcbjdhceifofjlpecfpeimnnphbcjgnc/js/background.min.js:5367:36 2024-06-17 18:09:08.606 [trace] Sync cxykyw failed ```