mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #436] WebDAV: Folder to move into doesn't exist E009 #329
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#329
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 @TCB13 on GitHub (Jan 23, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/436
Hi,
I'm having a problem with webdev sync. I believe it happened after version 3.5.3 but it can also be an update of my browser, not really sure. What else can I do?
Floccus: 3.5.3
Browser: Brave | 1.2.43 Chromium: 79.0.3945.130
Error: Folder to move into doesn't exist E009
Here is the webdav server working in Cyberduck and as you can see the folder is available and the xbel file is there:
My configuration:
Here some logs:
@marcelklehr commented on GitHub (Jan 23, 2020):
Hey @TCB13
Have you recently moved folders out of the synced bookmarks folder?
@TCB13 commented on GitHub (Jan 23, 2020):
Hey @marcelklehr I think not. As you can see I'm syncing the root folder, so it should be impossible to move anything outside it.
@marcelklehr commented on GitHub (Jan 23, 2020):
Oh, that's right.
@marcelklehr commented on GitHub (Jan 23, 2020):
The problem might be parallel syncing then. 🤔 Could you turn the speedup option off and try again?
@TCB13 commented on GitHub (Jan 23, 2020):
It is already disabled...
@TCB13 commented on GitHub (Jan 23, 2020):
If the issue was somehow moving folders around what could I do to fix it?
@marcelklehr commented on GitHub (Jan 24, 2020):
I've been able to replicate this with a test case and will publish a fix shortly.
@TCB13 commented on GitHub (Jan 24, 2020):
Thank you!
@marcelklehr commented on GitHub (Jan 25, 2020):
This is turning out tougher than I thought, as fixing this requires significant changes to the syncing process. Currently, diffing and applying the changes is done in one go, but this creates issues when moving items into a folder that has not been created yet, so I'm separating them into two steps, now. (Just as an update :) )
@marcelklehr commented on GitHub (Feb 1, 2020):
@TCB13 v4.0.0-alpha.1 is available for testing, now :) see #439
@TCB13 commented on GitHub (Feb 2, 2020):
Doesn't seem to happen with floccus v3.5.2. I download that version manually installed and it worked just fine. I believe whatever is causing this issue was some change after that particular version.
@marcelklehr commented on GitHub (Mar 2, 2020):
v4.0.0 has been released and fixes this issue. :)
@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.