mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #138] Chrome 68: Network error synchronizing #128
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#128
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 @dkaparis on GitHub (Jul 31, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/138
Software versions
Steps to reproduce
Expected outcome
Bookmarks to be synchronized successfully
Actual outcome
Error message: Network error: Check your network connection and your account details
Checking the network requests in the development console, I see a long series of requests to https://<URL_REDACTED>/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1 with 302 result and finally a failure: net::ERR_TOO_MANY_REDIRECTS
Here is a relevant part of the console output:
If I clear browser cookies, the sync succeeds once and on the next and subsequent tries the same error occurs.
@florealcab commented on GitHub (Jul 31, 2018):
This problem occurs since chrome 68, for me too (for all I think). There is something broken with this new version.
Problem also present for passman (which also interacts with nextcloud...)
@marcelklehr commented on GitHub (Jul 31, 2018):
mhh, any coherence among nextcloud versions? @florealcab Which one do you have in use?
@Ra72xx commented on GitHub (Aug 2, 2018):
I have the same problem. Chromium 68.0.3440.75 and Nexcloud 13.0.5, openSUSE packages for both.
@jlbprof commented on GitHub (Aug 2, 2018):
My Nextcloud has a self-signed certificate and I get that from time to
time. When that happens I just login to my Nextcloud Files section on
that browser and then I can sync. I think Firefox allows you to remember
that certificate but Chrome/Chromium does not, so you have to redo the cert
periodically.
On Thu, Aug 2, 2018 at 5:02 AM Larx notifications@github.com wrote:
@Ra72xx commented on GitHub (Aug 2, 2018):
My certificate is a regular CertBot one, so it should be valid.
@marcelklehr commented on GitHub (Aug 2, 2018):
for reference: The relevant passman issue is this one: https://github.com/nextcloud/passman-webextension/issues/269
@marcelklehr commented on GitHub (Aug 3, 2018):
I can reproduce this with Version 68.0.3440.75 (Official Build)
However, it seems to be fixed with Version 68.0.3440.84 (Official Build) (64-bit)
@darrellittle commented on GitHub (Aug 3, 2018):
I have the same issue on two separate PCs using Chrome Version 68.0.3440.84 (Official Build) (64-bit).
Firefox works fine on both PCs
@marcelklehr commented on GitHub (Aug 3, 2018):
Mh, weird.
I've found the following issue which looks like it describes what we're experiencing. https://bugs.chromium.org/p/chromium/issues/detail?id=784528
Let's see, what'll happen.
@jlbprof commented on GitHub (Aug 6, 2018):
I am getting the problem using beta6 and either a Nextcloud account or
Webdav, for a few days. I think Nextcloud did something in a recent
update as I recently updated.
Latest Chrome (68.0.3440.84) on Mac
Also latest on Windows.
Nextcloud: 13.0.5 stable
It is on CentOS 7 updated this weekend.
I am gonna try a cPanel Account WebDAV account later today, will let you
know how that goes.
Oh I see the Chrome bug you just referenced that makes sense. I will still
try a cPanel WebDAV later.
Julian
On Fri, Aug 3, 2018 at 9:22 AM Marcel Klehr notifications@github.com
wrote:
@florealcab commented on GitHub (Aug 6, 2018):
The problem does not comes from nextcloud, but from a change in Chrome.
So, we need to change the nextcloud extension (or nextcloud server?) to adapt to the new chrome behavior...
6 août 2018 14:09 "jlbprof" <notifications@github.com (mailto:notifications@github.com?to=%22jlbprof%22%20notifications@github.com)> a écrit:
I am getting the problem using beta6 and either a Nextcloud account or
Webdav, for a few days. I think Nextcloud did something in a recent
update as I recently updated.
Latest Chrome (68.0.3440.84) on Mac
Also latest on Windows.
Nextcloud: 13.0.5 stable
It is on CentOS 7 updated this weekend.
I am gonna try a cPanel Account WebDAV account later today, will let you
know how that goes.
Oh I see the Chrome bug you just referenced that makes sense. I will still
try a cPanel WebDAV later.
Julian
On Fri, Aug 3, 2018 at 9:22 AM Marcel Klehr <notifications@github.com (mailto:notifications@github.com)>
wrote:
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (https://github.com/marcelklehr/floccus/issues/138#issuecomment-410686549), or mute the thread (https://github.com/notifications/unsubscribe-auth/AQLd4r--IuqVpx72lCBjKkXSPkvx1T5hks5uODH9gaJpZM4Vn23Y).
@jlbprof commented on GitHub (Aug 6, 2018):
Is it possible there is a "new permission" that needs to be set in the
extension?
On Mon, Aug 6, 2018 at 7:22 AM Floréal Cabanettes notifications@github.com
wrote:
@marcelklehr commented on GitHub (Aug 8, 2018):
@jlbprof I doubt it. At least the chrome changelog doesn't mention anything.
@florealcab I've tried adjusting the floccus code, but haven't had any luck so far, which makes me think it's a bug in chrome.
@marcelklehr commented on GitHub (Aug 8, 2018):
I've just released v2.2.9 which should fix this. (It was a spec change of the fetch API, introduced in Chrome 68)
@jlbprof commented on GitHub (Aug 8, 2018):
That worked for me, let me know when the beta is updated. :)
On Wed, Aug 8, 2018 at 3:12 PM Marcel Klehr notifications@github.com
wrote:
@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.