You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the Internet speed the sync should take around 1 hour. Still executing the first -synchronize after 5 hours. Application and Operating System Details:
Provide your OS & version (CentOS 6.x, Ubuntu 18.x etc) and the output of: uname -a
Ubuntu 20.04
uname:
Linux thinkpad 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Are you using a headless system (no gui) or with a gui installed?
no gui.
OneDrive Account Type
Personal. Free.
Did you build from source or install from a package?
OpenSuSE's build service for Ubuntu.
OneDrive Application Version: Output of onedrive --version
onedrive v2.4.13-1~np1
OneDrive Application Configuration: Output of onedrive --display-config
Is your configured 'sync_dir' a local directory or a network mount point?
local.
What partition format type does your configured 'sync_dir' reside on? Output of: lsblk -f
ext4
Explain your entire configuration setup - is the OneDrive folder shared with any other system, shared with any other platform at the same time, is the OneDrive account you use shared across multiple systems / platforms / Operating Systems and in use at the same time
OneDrive folder is accessible by mobile devices through their app and another OS X computer but they are not in use when this error occur. Also the error occurred while syncing a folder that is disused for years.
To Reproduce
Steps to reproduce the behavior if not causing an application crash:
run $ onedrive --synchronize --verbose --verbose > debug_output.log 2>&
Wait 5 hours.
If issue is replicated by a specific 'file' or 'path' please archive the file and path tree & email to support@mynas.com.au
@colourful-land
This is not a bug ... how long it takes for the application to run is dependent on a number of factors:
Number of files residing online
Internet access speed
Processing speed of device where the client is running
This is not a bug or issue - sorry
Edit:
As for the 'timeout':
OneDrive returned a 'HTTP 429 - Too Many Requests' - gracefully handling error
[DEBUG] onedrive.downloadById(item.driveId, item.id, path, fileSize); generated a OneDriveException
[DEBUG] Handling a OneDrive HTTP 429 Response Code (Too Many Requests)
[DEBUG] Using Retry-After Value = 12665
Thread sleeping due to 'HTTP request returned status code 429' - The request has been throttled
Sleeping for 12665 seconds
As per the logfile, your account is being throttled .... Microsoft is doing this - not this client.
12665 seconds = 3.51hrs the process will sleep before continuing, based on Microsofts request.
Bug Report Details
Describe the bug
By the Internet speed the sync should take around 1 hour. Still executing the first
-synchronize
after 5 hours.Application and Operating System Details:
uname -a
Ubuntu 20.04
uname:
Linux thinkpad 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
no gui.
Personal. Free.
OpenSuSE's build service for Ubuntu.
onedrive --version
onedrive v2.4.13-1~np1
onedrive --display-config
curl --version
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
local.
lsblk -f
ext4
OneDrive folder is accessible by mobile devices through their app and another OS X computer but they are not in use when this error occur. Also the error occurred while syncing a folder that is disused for years.
To Reproduce
Steps to reproduce the behavior if not causing an application crash:
$ onedrive --synchronize --verbose --verbose > debug_output.log 2>&
If issue is replicated by a specific 'file' or 'path' please archive the file and path tree & email to support@mynas.com.au
Complete Verbose Log Output
debug_output.zip
Additional context
Add any other context about the problem here.
Bug Report Checklist
The text was updated successfully, but these errors were encountered: