mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #1379] Syncing failed with E034: Bookmarks file is unreadable. #912
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#912
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 @storm49152 on GitHub (Apr 30, 2023).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1379
Which version of floccus are you using?
4.19.1
Sync method
WebDAV
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox desktop 112.0.1
Which version of Nextcloud Bookmarks are you using? (if relevant)
No response
Which version of Nextcloud? (if relevant)
No response
What kind of WebDAV server are you using? (if relevant)
I'm running Pydio Cells. It's just a WebDAV server, nothing special here.
Describe the Bug
I know there have been a couple of issues raised about this error message, but I actually solved the problem I had: I was having an issue with the error message itself.
When I configured Floccus, I thought I did it correct. But I didn't, and I got debug logs like this:
Point is, it says:
Syncing failed with E034: Bookmarks file is unreadable.However, this isn't the problem at all, unless the message means that the remote bookmarks file is unreadable (which I guess the message should then clearly state).The mistake was obviously mine for using an incorrect remote path (Pydio needs
dav/in front of thepersonal-files/), and therefore Floccus couldn't save a file onto the WebDAV server. The error message threw me off, making me think Floccus could not read the local bookmarks file, but it has no problems doing that.Expected Behavior
This is not actually a bug, as Floccus works just fine. I only want to make a friendly request: please change the error message to better point to the actual problem, or add a condition which better logs the error.
To Reproduce
Configure an incorrect remote path on the WebDAV server.
Or, I guess, configure a remote path that does not fully exist on the WebDAV server; I didn't test this condition, but it really boils down to the same thing.
Debug log provided
@marcelklehr commented on GitHub (May 21, 2023):
Thank you for the nice issue :) I'll change the error message to be more clear :)
@github-actions[bot] commented on GitHub (May 21, 2024):
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.