[GH-ISSUE #143] Can't synchronize. #134

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

Originally created by @arnauldb on GitHub (Aug 14, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/143

Everything installed correctly, latest versions of Nextcloud, bookmarks app, floccus addon. I use it in Irridium.

I wish to have my bookmarks (and folders) bar in Irridium synchronized with Nextcloud.

What I did:

I exported all my bookmarks (with folders) then imported them in the bookmark app in Nextcloud, where they shows (without folders structure though).

I set up the Floccus addon this way (screenshot):
http://i.imgur.com/9p92wLi.png

It says "syncing" but nothing shows up in the bookmark folder, though the Nextcloud folder was automatically created (screenshot):
http://i.imgur.com/42lbGQo.png

It is my second attempt (I tried a few months ago) and I would like to get it working, but I must have misses something...Thank you for any help.

Originally created by @arnauldb on GitHub (Aug 14, 2018). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/143 Everything installed correctly, latest versions of Nextcloud, bookmarks app, floccus addon. I use it in Irridium. I wish to have my bookmarks (and folders) bar in Irridium synchronized with Nextcloud. What I did: I exported all my bookmarks (with folders) then imported them in the bookmark app in Nextcloud, where they shows (without folders structure though). I set up the Floccus addon this way (screenshot): http://i.imgur.com/9p92wLi.png It says "syncing" but nothing shows up in the bookmark folder, though the Nextcloud folder was automatically created (screenshot): http://i.imgur.com/42lbGQo.png It is my second attempt (I tried a few months ago) and I would like to get it working, but I must have misses something...Thank you for any help.
kerem closed this issue 2026-02-25 22:36:15 +03:00
Author
Owner

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

Hey @arnauldb,

I'm sorry it still doesn't work for you at the moment. I cannot reproduce this off-hand with Iridium, floccus v2.2.9 and bookmarks v0.12.0-beta.8 (the latter is rather new, I know, but I doubt that makes a difference). Could you provide the actual versions of the software you have installed, including the Iridium version?

<!-- gh-comment-id:413035613 --> @marcelklehr commented on GitHub (Aug 14, 2018): Hey @arnauldb, I'm sorry it still doesn't work for you at the moment. I cannot reproduce this off-hand with Iridium, floccus v2.2.9 and bookmarks v0.12.0-beta.8 (the latter is rather new, I know, but I doubt that makes a difference). Could you provide the actual versions of the software you have installed, including the Iridium version?
Author
Owner

@arnauldb commented on GitHub (Aug 15, 2018):

I successfully synchronized a folder (wuhan) from my "Bookmarks bar" (screenshot): http://i.imgur.com/gvIVAGg.png

with these settings (screenshot): http://i.imgur.com/bfvvxwW.png

So, if I wish to synchronize my whole "Bookmarks Bar" whith the included folder structure, I guess I need to choose "/Bookmarks bar" instead of "/Bookmarks bar/wuhan" in the options menu...am I right?

<!-- gh-comment-id:413230748 --> @arnauldb commented on GitHub (Aug 15, 2018): I successfully synchronized a folder (wuhan) from my "Bookmarks bar" (screenshot): http://i.imgur.com/gvIVAGg.png with these settings (screenshot): http://i.imgur.com/bfvvxwW.png So, if I wish to synchronize my whole "Bookmarks Bar" whith the included folder structure, I guess I need to choose "/Bookmarks bar" instead of "/Bookmarks bar/wuhan" in the options menu...am I right?
Author
Owner

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

@arnauldb Awesome. You are correct. :)

<!-- gh-comment-id:413285667 --> @marcelklehr commented on GitHub (Aug 15, 2018): @arnauldb Awesome. You are correct. :)
Author
Owner

@arnauldb commented on GitHub (Aug 15, 2018):

Awesome. You are correct. :)

Well, now I have to erase all the bookmarks in the nextcloud bookmarks app (I uploaded them manually in the app when trying to solve my problem). Do you know how to do this? As I don't want to erase 1000 + bookmarks one by one. I uninstalled and reinstalled the app but the bookmarks are still there.

<!-- gh-comment-id:413289666 --> @arnauldb commented on GitHub (Aug 15, 2018): > Awesome. You are correct. :) Well, now I have to erase all the bookmarks in the nextcloud bookmarks app (I uploaded them manually in the app when trying to solve my problem). Do you know how to do this? As I don't want to erase 1000 + bookmarks one by one. I uninstalled and reinstalled the app but the bookmarks are still there.
Author
Owner

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

You can use SQL to truncate oc_bookmarks and oc_bookmarks_tags, but this will remove all bookmarks from all users. The upcoming version of the bookmarks app now has an option in the settings to remove all bookmarks of the current user, though. You can install the release candidate by following the instructions over here: https://github.com/nextcloud/bookmarks/issues/522

<!-- gh-comment-id:413528406 --> @marcelklehr commented on GitHub (Aug 16, 2018): You can use SQL to truncate oc_bookmarks and oc_bookmarks_tags, but this will remove all bookmarks from all users. The upcoming version of the bookmarks app now has an option in the settings to remove all bookmarks of the current user, though. You can install the release candidate by following the instructions over here: https://github.com/nextcloud/bookmarks/issues/522
Author
Owner

@arnauldb commented on GitHub (Aug 16, 2018):

Hum, I installed "0.11.0 0.12.0-rc7 - nightly (Unstable)" for Nextcloud 13, but no luck, there is no option in the settings for bulk delete bookmarks...

<!-- gh-comment-id:413590023 --> @arnauldb commented on GitHub (Aug 16, 2018): Hum, I installed "0.11.0 0.12.0-rc7 - nightly (Unstable)" for Nextcloud 13, but no luck, there is no option in the settings for bulk delete bookmarks...
Author
Owner

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

"0.11.0 0.12.0-rc7 - nightly (Unstable)"

These are two different releases. The UI in the app store is a bit weird. You need to download the red link. ;) You can also download v0.12.0-rc7 from here: https://github.com/nextcloud/bookmarks/releases/v0.12.0-rc7

<!-- gh-comment-id:413596374 --> @marcelklehr commented on GitHub (Aug 16, 2018): > "0.11.0 0.12.0-rc7 - nightly (Unstable)" These are two different releases. The UI in the app store is a bit weird. You need to download the red link. ;) You can also download v0.12.0-rc7 from here: https://github.com/nextcloud/bookmarks/releases/v0.12.0-rc7
Author
Owner

@arnauldb commented on GitHub (Aug 16, 2018):

Ok, sorry, my mistake. I downloaded it, installed it and could erase all my bookmarks. It is synchronizing now. Thank you for your Floccus/addon.

<!-- gh-comment-id:413598628 --> @arnauldb commented on GitHub (Aug 16, 2018): Ok, sorry, my mistake. I downloaded it, installed it and could erase all my bookmarks. It is synchronizing now. Thank you for your Floccus/addon.
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:1477739825 --> @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#134
No description provided.