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

Crash on status 429 throttledRequest #529

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

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

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

No branches or pull requests

2 participants