Skip to content
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

Big files do not upload ("chunks on server do not sum up") due to QT bug #1171

Closed
tribut opened this issue Mar 27, 2019 · 5 comments
Closed

Comments

@tribut
Copy link
Contributor

tribut commented Mar 27, 2019

Expected behaviour

Big files should upload when server supports http2.

Actual behaviour

Upload fails with "server replied: (Chunks on server do not sum up to X but to Y bytes)". See this bug report against the owncloud client. The problem is apparently caused by a bug in QT, so I would appreciate if you could release a version that disables http2 until this is fixed (patch from owncloud).

Client configuration

Client version: 2.5.2git

Operating system: Ubuntu cosmic

OS language: en_US

Qt version used by client package (Linux only, see also Settings dialog): 5.11.3

Client package (From Nextcloud or distro) (Linux only): Nextcloud

Installation path of client: /usr/bin/nextcloud

@tribut
Copy link
Contributor Author

tribut commented Mar 27, 2019

Disabling http2 by using

Protocols http/1.1

in the appropriate vhost is a workaround, for anyone also experiencing this.

@mgallien
Copy link
Collaborator

mgallien commented May 4, 2021

Please can you test with latest release because if I understand correctly this bug is now fixed because the Qt version that we are using includes the fix for HTTP2 ?

@github-actions
Copy link

github-actions bot commented Jun 1, 2021

This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!

@github-actions github-actions bot added the stale label Jun 1, 2021
@github-actions
Copy link

This bug report is getting automatically closed due to no answer since the issue has been staled. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@mgallien @tribut @er-vin and others