-
Notifications
You must be signed in to change notification settings - Fork 669
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
[Qt4] "unknown errors" when changing bandwidth limit #3016
Comments
Can you run your client with parameter |
What is your Qt version? EDIT: You can see it in the Settings window in "General" |
Logs are very big and I'm not sure which bit is helpful. As examples:
It's like that for all files skipped and giving "unknown errors" in the client UI Then, in the log there is also a long error String which begins like this:
|
Qt version is 4.8.6 |
If you use >= Qt 5.4 then the new bandwidth code will be used. Could you try that? Related #2558 |
How could I try that? I'm using
and there isn't an updated version for the client. |
Should I report this in the related issue too? |
@jnweiger Is there qt5-based packages already?
In worst case you need to compile it yourself :-) |
That's a shame. I thought that by using package manager I wouldn't miss on updates. Does this mean the client doesn't get updated regularly for Linux packages? If this is the case, then I'd switch to compiling, but I want to be sure first |
@cortopy The problem is that right now we maintain Qt4 and Qt5 compiles. client/src/libsync/owncloudpropagator.cpp Line 372 in fba9020
|
Expected behaviour
When changing bandwidth limit in settings I would expect bandwith to be indeed limited. I'm not sure what "limit automatically" means, but changing bandwith to something fixed doesn't work either
Actual behaviour
Sync doesn't work at all. At the moment I'm uploading a large number of files and about 99% of files give "unknown error" and sync never happen
Steps to reproduce
Server configuration
Operating system: Ubuntu 14.10
Web server: nginx
Database: mySQL
PHP version: 5..5.12
ownCloud version: 8.0.2
Storage backend: ?
Client configuration
Client version: 1.8
Operating system: Ubuntu 14.10
OS language: English
Installation path of client: as per app-get
The text was updated successfully, but these errors were encountered: