-
Notifications
You must be signed in to change notification settings - Fork 663
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
OWNCLOUD_CHUNKING_NG not working? #6779
Comments
Maybe you can try the 2.5 version, this code has been changed. Also the file was blacklisted for many hours. You need to reset the blacklist. |
Almost... The error changed for the file. I updated to 2.5 and did the force sync now and now I get this.... |
Where you still setting the OWNCLOUD_CHUNKING_NG to "0"?
What did the server replied? There should be an error with it. |
Yep
What you see is what I got in the client interface. |
I tested on my linux and the environment variable has the right effect. |
what running processes should I be looking for? I tried doing a reboot. But, that doesn't exactly help since I can't set the env before it starts. Or at lease I don't know how to set it up on a Mac. Of course it worked in GNU Linux. EVERYTHING DOES!!! #FREESOFTWAREFOUNDATION XD |
For the record on macOS you can use Terminal.app and then run (all in one line):
@boydhako There is normally no reason to bother with the
Can you paste the log snippet or error message here? |
Sorry for side tabling. Still having the issue... =Client activity log= =Requested log info= |
Probably you can fix this by updating your Apache or nginx? |
Hmm.... I'll see what I can do. It's on a shared host. I just noticed the requirement jumped to HTTPD 2.4 and I'm at 2.2. Any kind of work around?
|
Disable HTTP2 then so it uses only HTTP1? Might not be handled by the Apache though but by something from your provider? |
I'm not that familiar with HTTP2. Is it a server side only thing? I thought both server and client needed to be compatible to use HTTP2 and if not it'd resort to HTTP1. |
HTTP2 setups are currently not supported, so HTTP2 support is disabled in recent clients. |
client/src/libsync/owncloudpropagator.cpp
Lines 274 to 280 in 92027e8
So I'm using the Version 2.4.3 (build 10347) Mac OS X client. And it doesn't seem to be syncing large files. I already did the .htaccess and .user.ini changes and still nothing. I did
export OWNCLOUD_CHUNKING_NG=0
and still nothing. The file is 33MB.Client reporting:
9/18/18 09:18:23, documents/Note_From_DR_Onopa.pdf, ownCloud,Server replied "406 Not Acceptable" to "PUT http:///remote.php/dav/uploads/bako/1491225990/00000000" (skipped due to earlier error, trying again in 17 hour(s))
The text was updated successfully, but these errors were encountered: