[GH-ISSUE #800] invalid children order: A child is missing: bookmark:2325 #505

Closed
opened 2026-02-25 22:37:21 +03:00 by kerem · 6 comments
Owner

Originally created by @thd6n75 on GitHub (Jan 22, 2021).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/800

Describe the bug
When syncing with Nextcloud, floccus fails with the message:

Nextcloud API error: {"status":"error","data":"invalid children order: A child is missing: bookmark:2325"}

Similar to https://github.com/marcelklehr/floccus/issues/705 . When this happens, Floccus consumes a lot of CPU.

To Reproduce

  1. Sync

Expected behavior

Successful sync

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser Chromium
  • Browser Version Version 89.0.4385.0 (Developer Build) Ubuntu 18.04 (64-bit)
  • Floccus version: 4.4.8 (released yesterday, but I think the problem pre-dates this)
  • Floccus sync method: nextcloud folders

Server (please complete the following information):

  • OS: Ubuntu 18.04
  • Nextcloud version: 20.0.3
  • Bookmarks app version: 4.0.6 (problem initially occurred I think on 4.0.4 before I updated to 4.0.6)

Note: Please write down the actual version numbers instead of writing 'latest'.

Debug log
It is often useful to provide a debug log file along with the issue. You can obtain a debug log of the most recent sync runs by clicking 'Debug log' in the bottom right corner of the floccus panel in your browser.

Note: As your debug log usually contains large parts of your bookmark data, instead of attaching it publicly to the issue here, I recommend uploading it privately at the following URL https://klehranlage.net/index.php/s/7nn82NSBsfQKdsJ

  • Debug log provided

Additional context

This didn't fix the issue:

docker exec --user www-data nextcloud php occ maintenance:repair

output:

 - Deduplicate shared bookmark folders
     - Removed 0 duplicate shares
 - Remove superfluous shared bookmark folders
     - Removed 0 superfluous shares
 - Remove orphaned bookmark shares
     - Removed 0 orphaned shares
     - Removed 0 orphaned public links
 - Remove orphaned bookmark tree items
     - Removed 0 orphaned bookmarks entries
     - Removed 0 orphaned folders entries
     - Removed 0 orphaned children entries
     - Removed 0 orphaned bookmark folders
     - Removed 0 orphaned bookmarks
 - Update bookmark group shares
     - Removed 0 users and added 0 users to 0 groups
     - Removed 0 shares

A "sync from scratch" seems to temporarily fix this, but a couple syncs later the problem occurs again persistently.

Originally created by @thd6n75 on GitHub (Jan 22, 2021). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/800 **Describe the bug** When syncing with Nextcloud, floccus fails with the message: ``` Nextcloud API error: {"status":"error","data":"invalid children order: A child is missing: bookmark:2325"} ``` Similar to https://github.com/marcelklehr/floccus/issues/705 . When this happens, Floccus consumes a lot of CPU. **To Reproduce** 1. Sync **Expected behavior** Successful sync **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Ubuntu 18.04 - Browser Chromium - Browser Version Version 89.0.4385.0 (Developer Build) Ubuntu 18.04 (64-bit) - Floccus version: 4.4.8 (released yesterday, but I think the problem pre-dates this) - Floccus sync method: nextcloud folders **Server (please complete the following information):** - OS: Ubuntu 18.04 - Nextcloud version: 20.0.3 - Bookmarks app version: 4.0.6 (problem initially occurred I think on 4.0.4 before I updated to 4.0.6) Note: Please write down the actual version numbers instead of writing 'latest'. **Debug log** It is often useful to provide a debug log file along with the issue. You can obtain a debug log of the most recent sync runs by clicking 'Debug log' in the bottom right corner of the floccus panel in your browser. Note: As your debug log usually contains large parts of your bookmark data, instead of attaching it publicly to the issue here, I recommend uploading it privately at the following URL https://klehranlage.net/index.php/s/7nn82NSBsfQKdsJ - [ ] Debug log provided **Additional context** This didn't fix the issue: ``` docker exec --user www-data nextcloud php occ maintenance:repair ``` output: ``` - Deduplicate shared bookmark folders - Removed 0 duplicate shares - Remove superfluous shared bookmark folders - Removed 0 superfluous shares - Remove orphaned bookmark shares - Removed 0 orphaned shares - Removed 0 orphaned public links - Remove orphaned bookmark tree items - Removed 0 orphaned bookmarks entries - Removed 0 orphaned folders entries - Removed 0 orphaned children entries - Removed 0 orphaned bookmark folders - Removed 0 orphaned bookmarks - Update bookmark group shares - Removed 0 users and added 0 users to 0 groups - Removed 0 shares ``` A "sync from scratch" seems to temporarily fix this, but a couple syncs later the problem occurs again persistently.
kerem 2026-02-25 22:37:21 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@sinesiobittencourt commented on GitHub (Jan 23, 2021):

Hi!

I have the same error and so far I have not found a solution.

I hope the community helps.

tks!

<!-- gh-comment-id:766108045 --> @sinesiobittencourt commented on GitHub (Jan 23, 2021): Hi! I have the same error and so far I have not found a solution. I hope the community helps. tks!
Author
Owner

@tradespite commented on GitHub (Jan 27, 2021):

Same problem occurred to me today.

It was fixed in my case by updating:
Floccus version: 4.4.8 -> 4.4.9
Bookmarks app version: 4.0.6 -> 4.0.8

<!-- gh-comment-id:768092704 --> @tradespite commented on GitHub (Jan 27, 2021): Same problem occurred to me today. It was fixed in my case by updating: Floccus version: 4.4.8 -> 4.4.9 Bookmarks app version: 4.0.6 -> 4.0.8
Author
Owner

@thd6n75 commented on GitHub (Jan 28, 2021):

I updated:

Floccus version: 4.4.9
Bookmarks app version: 4.0.8

And I still get this error after a sync from scratch.

<!-- gh-comment-id:769302848 --> @thd6n75 commented on GitHub (Jan 28, 2021): I updated: Floccus version: 4.4.9 Bookmarks app version: 4.0.8 And I still get this error after a sync from scratch.
Author
Owner

@marcelklehr commented on GitHub (Feb 1, 2021):

Can you try again with the latest version?

<!-- gh-comment-id:770701893 --> @marcelklehr commented on GitHub (Feb 1, 2021): Can you try again with the latest version?
Author
Owner

@thd6n75 commented on GitHub (Feb 2, 2021):

I've been running 4.4.10 for a day and it seems to have fixed the issue. Thanks!

<!-- gh-comment-id:771618743 --> @thd6n75 commented on GitHub (Feb 2, 2021): I've been running 4.4.10 for a day and it seems to have fixed the issue. Thanks!
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:1477135487 --> @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#505
No description provided.