mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 22:55:59 +03:00
[GH-ISSUE #773] webdev & xbel not working #492
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#492
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 @brgbrg on GitHub (Jan 5, 2021).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/773
I am trying the webdav / xbel file method.
I exported and imported the following settings:
[
{
"localRoot": "toolbar_____",
"strategy": "default",
"syncInterval": 15,
"nestedSync": false,
"type": "webdav",
"url": "webdavs://[server]:8443/nextcloud/remote.php/webdav/",
"username": "[myuser]",
"password": "[mypassword]",
"bookmark_file": "01_system/bookmarks.xbel",
"enabled": false,
"syncing": false,
"error": ""
}
]
I successfully ensured using a file manager, that I can read and write to the directory:
webdavs://[server]:8443/nextcloud/remote.php/webdav/01_system/
using the same username and password copied from above. There is no file bookmarks.xbel at this time
When trying to synch, I get the following error message: "E017: Netzwerk-Fehler: Überprüfen sie Ihre Netzwerkverbindung und die eingegebenen Konto-Daten"
Desktop (please complete the following information):
Server (please complete the following information):
**Debug log:
2021-01-05T10:54:57.174Z onSyncStart: begin
2021-01-05T10:54:57.175Z webdavs:breuning.selfhost.eu:8443/nextcloud/remote.php/webdav/01_system/bookmarks.xbel.lock
2021-01-05T10:54:57.181Z Syncing failed with E017: Netzwerk-Fehler: Überprüfen sie Ihre Netzwerkverbindung und die eingegebenen Konto-Daten
2021-01-05T10:54:57.185Z onSyncFail
2021-01-05T10:54:57.188Z Error Caught
2021-01-05T10:54:57.189Z [TypeError: NetworkError when attempting to fetch resource.]
@marcelklehr commented on GitHub (Jan 5, 2021):
Please fill out the issue template, especially which software versions you are using.
@marcelklehr commented on GitHub (Jan 7, 2021):
Ah, I just noticed you used "webdavs" as protocol. This should be https.
@brgbrg commented on GitHub (Jan 8, 2021):
Thanks, now working for me
@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.