-
Notifications
You must be signed in to change notification settings - Fork 42
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
Server: No E-Tag received from server, check Proxy/Gateway #62
Comments
Hi, do you mean the web client? Are you sure you're using ownNote and not Notes? There is no released desktop client for ownNote yet. Thanks! |
no, I mean desktop client for owncloud for windows which sincs the owncloud (including Notes folder) to my windows desktop computer. |
This sounds like an old server issue where the client can't connect to get a file. There are quite a few github issues listed for this message on the ownCloud client itself. The note that ownNote creates is a standard file, so there is nothing I can do here. Are you running a really old server version with a newer client? |
I use ownCloud 8.0.2 (stable) with nginx and php-fpm on a freenas jail. |
You're using nginx as a proxy? It's likely an issue between the note sync and there since it's reporting a proxy error. Can you post your nginx.conf files? Perhaps I'll see something that's causing this to flake out. |
No, I Do not use it as a proxy. just an ordinary web server in a jail. |
user www; #error_log logs/error.log; #pid logs/nginx.pid; events { http {
#owncloud server
|
I can't be sure without testing, but it's looking like that kills the API. Why would you be rewriting the apps folder? |
have commented all rewrites. no changes. |
and it shows error only if I make a note with image embedded... if I make a plain text note - no errors. |
That's really weird. I've never seen anything like this before. How large is the image? Over 2 meg? I ask because of this:
|
Actually, first result searching on duckduckgo.com found it: owncloud/client#1291
It's actually a bug in ownCloud server that has resurfaced since 8.0 (last post in that issue). It's probably pure conincidence that the note is triggering it (perhaps something about it's structure during the HTTP server's gzip process). The above quote is not a "true" fix, but a workaround that should get things moving. Posting in that linked issue may help, but unfortunately there's not a lot I can do from this end. |
thanks for assistance! turning gzip off solved the problem for now. Strange thing, it affected only ownNote functionality. thanks again for your help! |
Which is not correct. Your quoted description is telling you why. 😀 Up to version oC 8.0 a sync-client relies only on the ETag Header sent by the server. If NginX is removing this header when gzip is on this issue is triggered. oC 8.1 is shipping a workaround for this by introducing a new OC-ETag header which isn't touched by such server configs: https://github.com/owncloud/core/wiki/ownCloud-8.1-Features |
This error message appeared in desktop sync client, when I have created via web-interface a note with image embedded. The desktop client cannot sync the note created. If creating simple text notes - it goes ok and syncs with desktop as well.
The text was updated successfully, but these errors were encountered: