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

Make use of LanguageTool Premium #812

Open
paulschraven opened this issue Feb 23, 2023 · 8 comments
Open

Make use of LanguageTool Premium #812

paulschraven opened this issue Feb 23, 2023 · 8 comments
Labels
1-feature-request ✨ Issue type: Request for a desirable, nice-to-have feature

Comments

@paulschraven
Copy link

paulschraven commented Feb 23, 2023

Is your feature request related to a problem? Please describe.
I might be absolutely blind, but is there a way to use my LanguageTool Premium license with your plugin? I'm assuming that this is possible, but I couldn't find any information about it, in my honestly quite superficial search.

Describe the solution you'd like
Ability to use LT Premium.

Describe alternatives you've considered
//

Additional context
//

@paulschraven paulschraven added the 1-feature-request ✨ Issue type: Request for a desirable, nice-to-have feature label Feb 23, 2023
@SeniorMars
Copy link

"ltex.languageToolHttpServerUri": "https://api.languagetoolplus.com",
"ltex.languageToolOrg.username": "email",
"ltex.languageToolOrg.apiKey": "your_key",

@JesusJMUJI
Copy link

"ltex.languageToolHttpServerUri": "https://api.languagetoolplus.com",
"ltex.languageToolOrg.username": "email",
"ltex.languageToolOrg.apiKey": "your_key",

Thanks! I was looking for a way to use my premium API, and it seems to work.

@lechk82
Copy link

lechk82 commented Apr 10, 2023

"ltex.languageToolHttpServerUri": "https://api.languagetoolplus.com",
"ltex.languageToolOrg.username": "email",
"ltex.languageToolOrg.apiKey": "your_key",

Thanks! I was looking for a way to use my premium API, and it seems to work.

Hi, I'm getting
LanguageTool failed with HTTP status code 413
in the log. Any ideas how to fix that? Non-Premium works fine as soon as i delete the ServerUri.

edit: Ok, since HTTP 413 means "payload too large" i got it working with a smaller text file. Is there any way to limit the payload or to split the payload into smaller chunks?

@MarcT0K
Copy link

MarcT0K commented Jan 10, 2024

Hi, I'm getting
LanguageTool failed with HTTP status code 413
in the log. Any ideas how to fix that? Non-Premium works fine as soon as i delete the ServerUri.

edit: Ok, since HTTP 413 means "payload too large" i got it working with a smaller text file. Is there any way to limit the payload or to split the payload into smaller chunks?

I am having the same issue. If anyone have a quick solution, I would love to hear about it. Otherwise, I could also try to prepare a PR but I'll need a bit of guidance.

@Heziode
Copy link

Heziode commented Mar 29, 2024

Same issue, I also got a 413 HTTP error

@Enough7
Copy link

Enough7 commented Jul 13, 2024

"ltex.languageToolHttpServerUri": "https://api.languagetoolplus.com",
"ltex.languageToolOrg.username": "email",
"ltex.languageToolOrg.apiKey": "your_key",

This does not work for me.
I get less error-annotations than before somehow.
I am not used to VSC-Extension and I could get far with it, unfortunately.
Any suggestions?

@kiranshila
Copy link

I also get a 413 when editing a large latex document (such as a thesis)

@lamBOOO
Copy link

lamBOOO commented Aug 23, 2024

The same for me. Maybe, the text could be split into multiple chunks before calling the API? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-feature-request ✨ Issue type: Request for a desirable, nice-to-have feature
Projects
None yet
Development

No branches or pull requests

9 participants