[GH-ISSUE #120] Error Removing a bookmark on the server failed. #112

Closed
opened 2026-02-25 22:36:10 +03:00 by kerem · 7 comments
Owner

Originally created by @skewty on GitHub (Jun 5, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/120

Software versions

  • Browser: Firefox Developer Edition 61.0b10 64-bit
  • Nextcloud: 13.0.2
  • Nextcloud Bookmarks app: 0.11.0
  • Floccus: 2.2.7

Steps to reproduce

  1. Click [Sync now] on account that would always error before completing in previous version

Expected outcome

Sync completion without error.

Actual outcome

Error!

Removing a bookmark on the server failed. 
remoteId=848
Originally created by @skewty on GitHub (Jun 5, 2018). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/120 ### Software versions * Browser: Firefox Developer Edition 61.0b10 64-bit * Nextcloud: 13.0.2 * Nextcloud Bookmarks app: 0.11.0 * Floccus: 2.2.7 ### Steps to reproduce 1. Click [Sync now] on account that would always error before completing in previous version ### Expected outcome Sync completion without error. ### Actual outcome Error! ``` Removing a bookmark on the server failed. remoteId=848 ```
Author
Owner

@skewty commented on GitHub (Jun 5, 2018):

Also, is the new Bookmark app going to be released soon so I can remove all the bookmarks on the server and start over? Perhaps if I knew how to remove my bookmark with remoteId=848 manually I could resolve the issue, but I don't see the id numbers revealed in the Bookmark app.

<!-- gh-comment-id:394541289 --> @skewty commented on GitHub (Jun 5, 2018): Also, is the new Bookmark app going to be released soon so I can remove all the bookmarks on the server and start over? Perhaps if I knew how to remove my bookmark with remoteId=848 manually I could resolve the issue, but I don't see the id numbers revealed in the Bookmark app.
Author
Owner

@skewty commented on GitHub (Jun 5, 2018):

Here is the log from debug console

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. background.html
Starting sync process for account scott@http://192.168.51.223 Account.js:129:6
SERVERDELETE EgeWXx0mhcxN 848 Account.js:187:10
Response { type: "cors", url: "http://192.168.51.223/index.php/apps/bookmarks/public/rest/v2/bookmark/848", redirected: false, status: 400, ok: false, statusText: "Bad request", headers: Headers, bodyUsed: false }
Nextcloud.js:333:4
Error: "1 errors"
MultiErrormoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/background-script.js:304:9nextmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/background-script.js:423:36runmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:4295:22notifymoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:4308:30flushmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:1398:9 Account.js:169:57
Syncing failed with Removing a bookmark on the server failed. remoteId=848
<!-- gh-comment-id:394542505 --> @skewty commented on GitHub (Jun 5, 2018): Here is the log from debug console ``` The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. background.html Starting sync process for account scott@http://192.168.51.223 Account.js:129:6 SERVERDELETE EgeWXx0mhcxN 848 Account.js:187:10 Response { type: "cors", url: "http://192.168.51.223/index.php/apps/bookmarks/public/rest/v2/bookmark/848", redirected: false, status: 400, ok: false, statusText: "Bad request", headers: Headers, bodyUsed: false } Nextcloud.js:333:4 Error: "1 errors" MultiErrormoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/background-script.js:304:9nextmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/background-script.js:423:36runmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:4295:22notifymoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:4308:30flushmoz-extension://c6f366eb-17fa-4ae2-9455-fdd75a69fe1b/dist/js/polyfill.js:1398:9 Account.js:169:57 Syncing failed with Removing a bookmark on the server failed. remoteId=848 ```
Author
Owner

@marcelklehr commented on GitHub (Jun 5, 2018):

Hm. Try resetting your sync folder.

There's a release candidate available on the app store for the bookmarks app, but you'll have to install it manually. Plus, there are some pending issues we need to sort out.

<!-- gh-comment-id:394780525 --> @marcelklehr commented on GitHub (Jun 5, 2018): Hm. Try resetting your sync folder. There's a release candidate available on the app store for the bookmarks app, but you'll have to install it manually. Plus, there are some pending issues we need to sort out.
Author
Owner

@e-alfred commented on GitHub (Jun 7, 2018):

I had the same problem here https://github.com/marcelklehr/floccus/issues/82 but it is fixed basically with 2.2.7 for me.

<!-- gh-comment-id:395389247 --> @e-alfred commented on GitHub (Jun 7, 2018): I had the same problem here https://github.com/marcelklehr/floccus/issues/82 but it is fixed basically with 2.2.7 for me.
Author
Owner

@marcelklehr commented on GitHub (Jun 21, 2018):

@skewty Could you solve the problem by resetting your sync folder in the options?

<!-- gh-comment-id:399226731 --> @marcelklehr commented on GitHub (Jun 21, 2018): @skewty Could you solve the problem by resetting your sync folder in the options?
Author
Owner

@marcelklehr commented on GitHub (Aug 25, 2018):

bookmarks v0.12.0 has just been released, which definitely fixes this.

<!-- gh-comment-id:416003306 --> @marcelklehr commented on GitHub (Aug 25, 2018): bookmarks v0.12.0 has just been released, which definitely fixes this.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 21, 2023):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1477739270 --> @github-actions[bot] commented on GitHub (Mar 21, 2023): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#112
No description provided.