mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #382] Floccus duplicates bookmarks on the server #307
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ratermir on GitHub (Oct 1, 2019).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/382
Floccus creates duplications of the bookmarka. I use it for syncing between two instances and it halppens that dome bookmarks are duplicate many times on the server.
I didn't observer any "logic" in this - some folders are multiplied (some of them even 10x), but most of then isn't.
It happens mainly on folders. In data downloaded from server i saw these bookmark folders have even the same ID.
I don't know who manages these IDs (whether client or server), but I suppose the ID should (or must?) be unique. So there should be a way how to avoid duplications of IDs (don't create new item with already existing ID, but merge them instead?).
I captured some data - it is attached in #383
@marcelklehr commented on GitHub (Dec 4, 2019):
Mmh, I have a theory about why this is happening. Could you try to produce a debug log for a sync run that creates duplicate folders? I know this is probably not easy, but would help a lot :)
@ratermir commented on GitHub (Dec 4, 2019):
Ok, I'll try to capture it during christmas holiday (until then I am really busy).
@marcelklehr commented on GitHub (Dec 15, 2019):
In the process of debugging #401 I stumbled into this as well, and I'm fairly certain how to avoid it. (Background: Recent floccus versions are able to bulk import a whole folder into the bookmarks app, if, however, said folder is too large to be handled before the reverse proxy timeout, or the php execution timeout, floccus will think it failed, when it actually (partially) succeeded, causing duplicate folders.) The way out of this is to avoid bulk imports for folders with too much content.
@marcelklehr commented on GitHub (Dec 17, 2019):
This should be fixed in v3.5.3
@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.