mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #814] sync with IIS #518
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#518
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 @stefreimer on GitHub (Jan 31, 2021).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/814
Describe the bug
I installed floccus as Firefox-addon on two Windows Clients and use IIS on a Windows server as webdav server.
I made the identical configured on both floccus clients with the same account, but every client can only sync its own bookmarks. If I make a change on one client, the complete xbel file will be replaced. There seems no way to merge the data from the two clients.
Can it be a problem with the IIS, that it has a weak webav compatibility maybe? Or should it work and I made a mistake in client configuration?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop
(please complete the following information)
Server
(please complete the following information)
Note: Please write down the actual version numbers instead of writing 'latest'.
Debug log
It is often useful to provide a debug log file along with the issue. You can obtain a debug log of the most recent sync runs by clicking 'Debug log' in the bottom right corner of the floccus panel in your browser.
Note: As your debug log usually contains large parts of your bookmark data, instead of attaching it publicly to the issue here, I recommend uploading it privately at the following URL https://klehranlage.net/index.php/s/7nn82NSBsfQKdsJ
Unfortunately I can't give you a debug file, because the file is always empty.
Additional context
Add any other context about the problem here.
@stefreimer commented on GitHub (Jan 31, 2021):
Sorry, I forgott the screenshots of my configuration


@marcelklehr commented on GitHub (Feb 4, 2021):
Mmmh, that's a tricky one. Floccus shouldn't outright replace an existing file. Are you sure you are using the same URL and path in both browsers? Could you check the network as follows?
Firefox
about:debugging->This firefoxinspectbutton next to floccus entrysync nowfor the account of your choice.Chrome
chrome://extensionsDeveloper modedist/html/background.htmlbutton in floccus' entry next to "Inspect views: "sync nowfor the account of your choice@stefreimer commented on GitHub (Feb 6, 2021):
I did this. You can see the result in the attachment. It is strange. Floccus gets back 'not found'. so it created always an new xbel file. It seems to be a misconfiguration of the IIS, but I have no idea, where the error could be. It can't be a missing right, because floccus is able to create the file.

@marcelklehr commented on GitHub (Feb 7, 2021):
You may want to try http://forums.iis.net/. If it turns out there's something I can fix on my side, let me know here :)
@marcelklehr commented on GitHub (Feb 8, 2021):
It is likely that this is resolved with v4.5.0, I've been able to reproduce and fix a similar issue (see #824) :)
@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.