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

[OneNote] Ratelimit not handled correctly #221

Closed
agowa opened this issue Mar 15, 2024 · 1 comment
Closed

[OneNote] Ratelimit not handled correctly #221

agowa opened this issue Mar 15, 2024 · 1 comment

Comments

@agowa
Copy link

agowa commented Mar 15, 2024

Hi, the OneNote importer is unreliable. It doesn't check the received data and considers a rate limit exceeded error as the data and writes it into the import files instead of the actual data without reporting an error or waiting.
(Also it doesn't properly handle filenames, apparently the importer expects all file names to be unique and cannot handle non unique ones)

This is the file content the importer produces once the rate limit is hit:

{"error":{"code":"20166","message":"The app has issued too many requests on behalf of this user in a short time period.","innerError":{"date":"2024-03-15T19:32:46","request-id":"8c99aeb5-c9b7-47e9-8f48-ac07d4d33279","client-request-id":"8c99aeb5-c9b7-47e9-8f48-ac07d4d33279"}}}
@agowa
Copy link
Author

agowa commented Mar 15, 2024

Dupplicates #120

@agowa agowa closed this as completed Mar 15, 2024
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

1 participant