-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No E-Tag bug still there in client version 1.8 #2980
Comments
Most likely there is a gateway or the provider itself is filtering away the ETag header. |
Thank you for the answer. |
@tsokar sounds like one a compression modules ( |
@danimo Well, I have to ask to the "friendly" owncube support :-) |
@tsokar You can test this from client-side like shown here: owncloud-archive/documentation#344 (comment) and owncloud/core#4783 (comment) |
@RealRancor Oh, thank you !
So if I am correct, then gzip is on... and if I read correctly other bug reports, seems I have to wait until they update owncloud to version 8.1 right ? |
Yes, the gzip is stripped off so thats why you're getting this message. |
OK, so I close the issue and wait until OC 8.1 is out ... and installed at owncube... For my records, is there any technical reason for keeping gzip on, as it is well known that is causes issues with the onwcloud ?? |
Hi, as you can see on the linked issue owncloud-archive/documentation#344 this should have been documented since a longer time that gzip should be disabled. |
I disabled gzip but I am still experiencing the problem
|
Wait until OC 8.1 is released which ships a workaround for such environments like yours: https://github.com/owncloud/core/wiki/ownCloud-8.1-Features Its also recommended that you don't cross-post in various different topics about the same problem. It won't help getting a fix faster. |
Hi,
for several versions now, I have several "No E-Tag from server, check proxy / gateway" errors. This makes owncloud unusable for work related files.
First, I moved 99.999% of my files away from my owncloud account. Here are the logs from the client at startup :
Then, I add a simple svg file in the ownCloud directory : toto.svg (I can give you the file if needed). The next logs are the following :
Finally, on the second computer, I launch ownCloud client in order to sync that new file :
As you can see, the provider is owncube, which is not very friendly with the community.... This may not help to solve the issue :-(
Thanks !
The text was updated successfully, but these errors were encountered: