-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error message if document too large #13
Comments
Ok I I'll look into this. Does this error occur for all files or only sometimes? Did you change something in the settings? |
Thanks, Lars. It only occurs on large files. I am working between a 10k+ words in one note and 6k words in another note. I didn’t think about file size… One note has a single graphic and the other has none, so the file size should still be very small, despite the word count.
Thanks for looking into this - and your great work on this plugin!
… On 15 Nov 2024, at 3:49 AM, Lars Wrenger ***@***.***> wrote:
Ok I I'll look into this. Does this error occur for all files or only sometimes? Did you change something in the settings?
Maybe a config is invalid or the request is too long (file too large...).
—
Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADCFLIRD5R4V4CNM4SCB2JL2ATPDXAVCNFSM6AAAAABRVSRRAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGA2TKNJUGQ>.
You are receiving this because you authored the thread.
|
The problem is that the public LanguageTool APIs are rate limited, meaning that you can only send 20K/60K characters per request (free/premium) and 75K/300K characters per minute. So if your files are becoming big, checking the whole file in one go is not possible anymore. It's probably a good idea for the extension to split the request into multiple chunks. Maybe I find a good way to do this. Still, if you want to check giant files, this then takes time due to these limits. EDIT: You can already select a portion of the document and then run 'Check text'. This should still work. |
Thanks, Lars. You are definitely correct about it being a file size issue.
If splitting the file into multiple chunks could be included in a possible update in the future, that would be tremendous. Although I appreciate your time spent developing and maintaining this plugin- and the fact that it might not be technically possible.
Again, thank you for your work on this plugin.
… On 16 Nov 2024, at 7:24 AM, Lars Wrenger ***@***.***> wrote:
The problem is that the public LanguageTool APIs are rate limited, meaning that you can only send 20K/60K characters per request (free/premium) and 75K/300K characters per minute. So if your files are becoming big, checking the whole file in one go is not possible anymore.
It's probably a good idea for the extension to split the request into multiple chunks. Maybe I find a good way to do this. Still, if you want to check giant files, this then takes time due to these limits.
—
Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADCFLIRMF5NXM64MGSUCB6D2AZQ7ZAVCNFSM6AAAAABRVSRRAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZZHE2TCNZXHE>.
You are receiving this because you authored the thread.
|
Hi there,
Not sure why I am getting this error message now? I haven't had any issues previously (though I'm still fairly new to LanguageTools and this Plugin)
Thanks for the great plugin!
The text was updated successfully, but these errors were encountered: