Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Crash on status 429 throttledRequest #529

Closed
wn2000 opened this issue Mar 3, 2021 · 1 comment
Closed

Crash on status 429 throttledRequest #529

wn2000 opened this issue Mar 3, 2021 · 1 comment

Comments

@wn2000
Copy link

wn2000 commented Mar 3, 2021

This is a continuation to #164 .
As of today I'm still having this issue of "throttledRequest".

onedrive.OneDriveException@src/onedrive.d(529): HTTP request returned status code 429 ()
{
    "error": {
        "code": "activityLimitReached",
        "innerError": {
            "client-request-id": "...",
            "code": "throttledRequest",
            "date": "2021-03-03T03:29:01",
            "innerError": {
                "code": "quota"
            },
            "request-id": "..."
        },
        "message": "The request has been throttled"
    }
}

A restart synced another 3GB of data then failed with the same error.

@wn2000 wn2000 changed the title Crash on status 429 Crash on status 429 throttledRequest Mar 3, 2021
@abraunegg
Copy link

@wn2000
The 'skilion' client does not receive any support (reference) and contains issues / defects that put you at risk of data loss. Despite a new version release in Oct 2020, these defects remain. If you wish to use a client which is fully supported please refer to: https://github.com/abraunegg/onedrive

Regarding your specific issue, 429 responses are correctly handled in the above supported codebase.

Major differences / Enhancements:

  • Existing bugs with this client fixed
  • File upload / download validation to ensure data integrity
  • Support for SharePoint / Office 365 Shared Libraries
  • Support for OneDrive Business Shared Folders
  • Support for Docker
  • Desktop notifications via libnotify
  • Dry-run capability to test configuration changes
  • Prevent major OneDrive accidental data deletion after configuration change
  • Support National Azure Cloud instances
  • Supports single & multi-tenanted applications
  • Supports rate limiting of traffic

@skilion skilion closed this as completed Dec 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants