mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #1547] E017 network error #1018
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#1018
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 @Nietzscheanman on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1547
Which version of floccus are you using?
5.0.9
Sync method
Nextcloud Bookmarks
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Brave 1.62.165
Which version of Nextcloud Bookmarks are you using? (if relevant)
13.1.3
Which version of Nextcloud? (if relevant)
28.0.2
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
What went before: Have Floccus running on desktop without any issues (i.e. syncing to Nextcloud as expected). Desktop is using Floccus 4.19.1 (not sure how to update it to latest version, and reluctant anyway given the current issue). Nextcloud is hosted on local server on the LAN.
Current issue:
Once I try to sync I get "E017: Network error: check your network connection and your account details", even though the network connection seems to be fully operational (Nextcloud is syncing + everything works from the browser with the same address and account details).
Expected Behavior
Same syncing behaviour as on the desktop.
To Reproduce
Debug log provided
@github-actions[bot] commented on GitHub (Feb 20, 2024):
Hello 👋
Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus and have been maintaining it ever since.
I currently work for Nextcloud which leaves me with less time for side projects like this one
than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.
I look forward to working with you on this issue
Cheers 💙
@swirlypillow commented on GitHub (Feb 23, 2024):
bump. same thing here. nextcloud 28.0.2. floccus 5.0.9 brave 1.63.161. floccus gives E017 network error. other computer using floccus 4.19.1, on same LAN, syncs fine.
@Nietzscheanman commented on GitHub (Feb 27, 2024):
Update: no longer syncing on desktop either (nothing changed to settings etc.).
Then tried updating the plugin on desktop to v5.0.9 but this did not solve anything.
I.e. Floccus is currently not working on desktop nor laptop (error E017), while Nextcloud itself ontinues to be working without any issues on both.
@marcelklehr commented on GitHub (Mar 2, 2024):
Hi @Nietzscheanman
I'm sorry for the troubles.
Can you try the following?
Firefox
about:debuggingInspectbutton next to floccus entrysync nowfor the account of your choice.Chrome / Chrome-based
chrome://extensionsDeveloper modedist/html/background.htmlbutton in floccus' entry next to "Inspect views: "sync nowfor the account of your choice@Nietzscheanman commented on GitHub (Mar 4, 2024):
Hello,
Inspect views does not list the option you refer to
I think I did find what you were referring to however via "service worker":

Note this is via LAN and everything else related to Nextcloud is working.
Floccus will not let me create an account with an http address.
If I create an account and then drop the "s" from https afterwards, I get a different error:

@marcelklehr commented on GitHub (Mar 4, 2024):
CERT_AUTHORITY_INVALID means your SSL/TLS setup is broken
@Nietzscheanman commented on GitHub (Mar 4, 2024):
There is no SSL certificate, it just runs on the LAN so figured not worth the hassle (and it used to work before with Floccus)?
@marcelklehr commented on GitHub (Mar 4, 2024):
It warns you, but it should still work.
Can you check the response body of that 400 Error to see what it says?
@Nietzscheanman commented on GitHub (Mar 4, 2024):
Hello,
No it will not let me create the account (it indeed shows the warning but then nothing happens when clicking "connect"). I can create an https one and then remove the s in the option menu, thus triggering the 400 error.
There is a 2nd one as well with request method "delete" instead of "post".
Thanks
@marcelklehr commented on GitHub (Mar 4, 2024):
Can you show the Request body and response body tab?
@Nietzscheanman commented on GitHub (Mar 4, 2024):
@marcelklehr commented on GitHub (Mar 4, 2024):
I mean the Request body and response body of the network request :)
@Nietzscheanman commented on GitHub (Mar 4, 2024):
Do you mean this?
@marcelklehr commented on GitHub (Mar 4, 2024):
When examinig a network request in the Netowrk tab there is usually a sub tab line where you can see request and response bodies, you only sent a picture of the headers
@Nietzscheanman commented on GitHub (Mar 4, 2024):
The only thing I can additionally find here is that it says "The plain HTTP request was sent to HTTPS port" (not an IT guy as you may have noticed :)
@marcelklehr commented on GitHub (Mar 4, 2024):
that's not good. If you don't use HTTPS you shouldn't use that HTTPS port
@Nietzscheanman commented on GitHub (Mar 4, 2024):
OK, not sure what changed because it used to work before with the same port :/
Anyway, I think it probably means no more Floccus for me since I lack the technical knowhow to set up an http port for Nextcloud via docker. Tried looking around a bit already and will look into it a bit more but I don't want to mess up my Nextcloud somehow.
Thanks for the responses.
@github-actions[bot] commented on GitHub (Mar 5, 2025):
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.