mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #552] Bookmarks removed after sync #386
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#386
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 @ajkain on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/552
Describe the bug
I choose a local bookmarks folder in Floccus and when I sync, the file bookmarks.xbel is exactly created on the WebDAV server, but if I close and restart the browser, and then resync, the bookmarks in my local folder are removed.
Desktop:
Server:
Debug log
@marcelklehr commented on GitHub (Jun 5, 2020):
Hello @ajkain
I'm sorry for your troubles. I will try to troubleshoot with your help.
It seems that either the file is not where floccus thinks it is or it is empty. Can you verify the the XBEL file exists at
bookmarks/bookmarks.xbelas well as the file's contents?@ajkain commented on GitHub (Jun 5, 2020):
The file is in
/bookmarksfolder on the webdav server and it's not empty.I have uploaded it at your private url.
Thanks
@marcelklehr commented on GitHub (Jun 5, 2020):
Does this only happen, when you close and restart the browser?
@marcelklehr commented on GitHub (Jun 5, 2020):
What happens when you
curl -u "username:password" <yourserver>/bookmarks/bookmarks.xbel?@ajkain commented on GitHub (Jun 5, 2020):
Yes when I close and restart Chrome.
I have uploaded the curl output.
@marcelklehr commented on GitHub (Jun 6, 2020):
I have identified a possible cause for this. What's the http status code for this request:
curl -vv -u "username:password" <yourserver>/bookmarks/bookmarks.xbel@ajkain commented on GitHub (Jun 6, 2020):
New upload, I hope you have identified the problem, thank you.
@marcelklehr commented on GitHub (Jun 6, 2020):
It seems like your server deletes the file 🤔
@marcelklehr commented on GitHub (Jun 26, 2020):
@ajkain Can you verify this? Is this solved? Otherwise, you could also give me a test account on your server to do some debugging.
@ajkain commented on GitHub (Jun 29, 2020):
The server didn't delete the file, anyway I gave up. Now I'm using another server (webdav.yandex.com) and it works like a charm. I hope it lasts.
@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.