mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #450] webdav sync issues #337
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#337
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 @Crisr on GitHub (Feb 13, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/450
Can't use webdav synology server wit floccus
Steps to reproduce the behavior:
With synology webdav server created:
All good! message appears but no bookmarks.xbel is to be found in webdav folder
Expected behavior
When "all good!" message appear when pressing the sync button, an actual sync should take place and bookmarks.xbel should be created.
Desktop (please complete the following information):
I've replaced the actual IP address with --localnasaddress--
Debug log
2020-02-13T07:43:34.416Z Starting sync process for account nas@--localnasaddress--
2020-02-13T07:43:34.422Z onSyncStart: begin
2020-02-13T07:43:34.423Z --localnasaddress--:5005/backup/bookmarks/bookmarks.xbel.lock
2020-02-13T07:43:34.496Z --localnasaddress--:5005/backup/bookmarks/bookmarks.xbel.lock
2020-02-13T07:43:34.532Z onSyncStart: completed
2020-02-13T07:43:34.534Z Using normal strategy
2020-02-13T07:43:34.646Z COMPARE { localItem:
+ #E3VH7MTB3wXs[undefined] parentId: undefined, hash: undefined
,
cacheItem:
+ #undefined[undefined] parentId: undefined, hash: undefined
,
serverItem:
+ #0[root] parentId: undefined, hash: undefined
}
2020-02-13T07:43:34.657Z Checking subtree
2020-02-13T07:43:34.782Z onSyncComplete
2020-02-13T07:43:34.784Z No changes to the server version necessary
2020-02-13T07:43:34.805Z Successfully ended sync process for account nas@--localnasaddress--
Additional context
Add any other context about the problem here.
@marcelklehr commented on GitHub (Feb 13, 2020):
Hello @Crisr
Which bookmarks folder did you select for syncing? It appears to be empty.
@Crisr commented on GitHub (Feb 13, 2020):
Hello, this is how I set the folder:

and it is indeed empty after sync.
However I think I've soved the issue.
The "Local folder" was set by default to some weird path (Nextcloud@my-ip or something like that.)
I've changed that to /Bookmarks Bar and boom, sync is working properly, bookmarks.xbel appeared in the correct folder.
Anyway, thanks for the great work.
@marcelklehr commented on GitHub (Feb 13, 2020):
Yes, by default it creates a new folder for you to avoid doing something you don't want. :)
I'm glad it works now.
@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.