[GH-ISSUE #215] Chromium Brave: Folder #-1[undefined] contains an nonexistent bookmark 19875 #206

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

Originally created by @digrouz on GitHub (Dec 20, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/215

Software versions

  • Browser: Brave Version 0.57.18 Chromium: 71.0.3578.80 (Build officiel) (64 bits)
  • Nextcloud: Nextcloud 14.0.4
  • Nextcloud Bookmarks app: 0.14.2
  • Floccus: 3.1.15
  • Floccus sync method: nextcloud Bookmarks v0.14+ with folders

Steps to reproduce

Hello, as the latest brave is now based on chromium, I tried to install the Floccus extension to sync my bookmark.

Expected outcome

bookmark syncs :)

Actual outcome

I receive the following error and none bookmark were synchronized

Folder #-1[undefined] contains an nonexistent bookmark 19875

Note that floccus work successfully in Chrome.

Debug log

Originally created by @digrouz on GitHub (Dec 20, 2018). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/215 ### Software versions - Browser: Brave Version 0.57.18 Chromium: 71.0.3578.80 (Build officiel) (64 bits) - Nextcloud: Nextcloud 14.0.4 - Nextcloud Bookmarks app: 0.14.2 - Floccus: 3.1.15 - Floccus sync method: nextcloud Bookmarks v0.14+ with folders ### Steps to reproduce Hello, as the latest brave is now based on chromium, I tried to install the Floccus extension to sync my bookmark. ### Expected outcome bookmark syncs :) ### Actual outcome I receive the following error and none bookmark were synchronized Folder #-1[undefined] contains an nonexistent bookmark 19875 Note that floccus work successfully in Chrome. ### Debug log
kerem 2026-02-25 22:36:28 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Tank-Missile commented on GitHub (Dec 20, 2018):

There's a bug in versions prior to 0.14.3 that caused the bookmarks app to return other user's bookmark IDs (but no actual data) in multi-user environments. All signs point to the issue I was having in #201.

<!-- gh-comment-id:448916779 --> @Tank-Missile commented on GitHub (Dec 20, 2018): There's a bug in versions prior to 0.14.3 that caused the bookmarks app to return other user's bookmark IDs (but no actual data) in multi-user environments. All signs point to the issue I was having in #201.
Author
Owner

@marcelklehr commented on GitHub (Dec 20, 2018):

I agree, this is reminiscent of #201. @digrouz please try updating the bookmarks app :)

<!-- gh-comment-id:449000374 --> @marcelklehr commented on GitHub (Dec 20, 2018): I agree, this is reminiscent of #201. @digrouz please try updating the bookmarks app :)
Author
Owner

@digrouz commented on GitHub (Dec 20, 2018):

I just updated my bookmark app and still have the same issue.

<!-- gh-comment-id:449119018 --> @digrouz commented on GitHub (Dec 20, 2018): I just updated my bookmark app and still have the same issue.
Author
Owner

@digrouz commented on GitHub (Dec 21, 2018):

Do you need the debug log ?

<!-- gh-comment-id:449281830 --> @digrouz commented on GitHub (Dec 21, 2018): Do you need the debug log ?
Author
Owner

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

@digrouz That would be useful, yes. You can also send it via mail, if you like :)

<!-- gh-comment-id:449391440 --> @marcelklehr commented on GitHub (Dec 21, 2018): @digrouz That would be useful, yes. You can also send it via mail, if you like :)
Author
Owner

@digrouz commented on GitHub (Dec 22, 2018):

I've sent it by email.

<!-- gh-comment-id:449552517 --> @digrouz commented on GitHub (Dec 22, 2018): I've sent it by email.
Author
Owner

@iroedius commented on GitHub (Dec 23, 2018):

I have the same error.
Folder #-1[undefined] contains an nonexistent bookmark 7
When there are no bookmarks on the server the sync goes fine but as soon as I add at least one bookmark and sync that to the Nextcloud server, every sync after that returns this error.

Chromium 71.0.3578.98 on Linux (vanilla, not Brave)
Nextcloud 15.0.0
Bookmarks 0.14.3
Floccus 3.2.0 with Nextcloud Bookmarks (v0.14+) sync method

<!-- gh-comment-id:449623701 --> @iroedius commented on GitHub (Dec 23, 2018): I have the same error. `Folder #-1[undefined] contains an nonexistent bookmark 7` When there are no bookmarks on the server the sync goes fine but as soon as I add at least one bookmark and sync that to the Nextcloud server, every sync after that returns this error. Chromium 71.0.3578.98 on Linux (vanilla, not Brave) Nextcloud 15.0.0 Bookmarks 0.14.3 Floccus 3.2.0 with Nextcloud Bookmarks (v0.14+) sync method
Author
Owner

@marcelklehr commented on GitHub (Dec 23, 2018):

I have a suspicion: Which database do you use on the server?

<!-- gh-comment-id:449639204 --> @marcelklehr commented on GitHub (Dec 23, 2018): I have a suspicion: Which database do you use on the server?
Author
Owner

@iroedius commented on GitHub (Dec 23, 2018):

PostgreSQL 11.1 here.

<!-- gh-comment-id:449641000 --> @iroedius commented on GitHub (Dec 23, 2018): PostgreSQL 11.1 here.
Author
Owner

@digrouz commented on GitHub (Dec 23, 2018):

PostgreSQL 9.6 here.

<!-- gh-comment-id:449658645 --> @digrouz commented on GitHub (Dec 23, 2018): PostgreSQL 9.6 here.
Author
Owner

@marcelklehr commented on GitHub (Dec 23, 2018):

I knew it.

<!-- gh-comment-id:449660400 --> @marcelklehr commented on GitHub (Dec 23, 2018): I knew it.
Author
Owner

@marcelklehr commented on GitHub (Dec 23, 2018):

PostgreSQL doesn't return numbers as strings like mysql which makes a strict equality check fail. This is a one liner :)

<!-- gh-comment-id:449660460 --> @marcelklehr commented on GitHub (Dec 23, 2018): PostgreSQL doesn't return numbers as strings like mysql which makes a strict equality check fail. This is a one liner :)
Author
Owner

@tomershvueli commented on GitHub (Dec 29, 2018):

I'm also seeing this issue on Vivaldi 2.2.1388.37, Nextcloud 14.0.4, Bookmarks 0.15.1, and Floccus 3.2.1 with Nextcloud Bookmarks (v0.14+) sync method. Commenting so I can stay in the loop.

<!-- gh-comment-id:450475746 --> @tomershvueli commented on GitHub (Dec 29, 2018): I'm also seeing this issue on Vivaldi 2.2.1388.37, Nextcloud 14.0.4, Bookmarks 0.15.1, and Floccus 3.2.1 with Nextcloud Bookmarks (v0.14+) sync method. Commenting so I can stay in the loop.
Author
Owner

@marcelklehr commented on GitHub (Dec 31, 2018):

I've just released the fix :)

<!-- gh-comment-id:450651881 --> @marcelklehr commented on GitHub (Dec 31, 2018): I've just released the fix :)
Author
Owner

@tomershvueli commented on GitHub (Dec 31, 2018):

Just in time for the New Year! ;) however, I'm now seeing a different issue where all of my bookmarks are imported into the selected folder as siblings, and not in the hierarchal manner they were saved in. Am I missing something?

<!-- gh-comment-id:450653672 --> @tomershvueli commented on GitHub (Dec 31, 2018): Just in time for the New Year! ;) however, I'm now seeing a different issue where all of my bookmarks are imported into the selected folder as siblings, and not in the hierarchal manner they were saved in. Am I missing something?
Author
Owner

@marcelklehr commented on GitHub (Dec 31, 2018):

@tomershvueli Mmh. Could you open a new issue for this and fill out the issue template? This should make troubleshooting easier :)

<!-- gh-comment-id:450654028 --> @marcelklehr commented on GitHub (Dec 31, 2018): @tomershvueli Mmh. Could you open a new issue for this and fill out the issue template? This should make troubleshooting easier :)
Author
Owner

@digrouz commented on GitHub (Jan 1, 2019):

I see the same behavior, All my bookmark are now syncing, but they are not in a folder.

<!-- gh-comment-id:450718854 --> @digrouz commented on GitHub (Jan 1, 2019): I see the same behavior, All my bookmark are now syncing, but they are not in a folder.
Author
Owner

@tomershvueli commented on GitHub (Jan 2, 2019):

@marcelklehr I just opened up a new ticket (#221) with the new issue. Happy to help test new versions!

<!-- gh-comment-id:450795617 --> @tomershvueli commented on GitHub (Jan 2, 2019): @marcelklehr I just opened up a new ticket (#221) with the new issue. Happy to help test new versions!
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:1477570091 --> @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#206
No description provided.