emacs-languagetool / flycheck-languagetool

Flycheck support for LanguageTool
GNU General Public License v3.0
54 stars 8 forks source link

unable to use system languagetool service #26

Closed fedeinthemix closed 1 year ago

fedeinthemix commented 1 year ago

I'm running a system providing a languatetool service. It's available at http://localhost:8081/v2/check. I've tried setting flycheck-languagetool-url, but it doesn't work. What's the proper way to use it instead of starting a new process?

mavit commented 1 year ago

In what way does it not work? Do you get an error message?

What did you set flycheck-languagetool-url to? Try http://localhost:8081.

fedeinthemix commented 1 year ago

I stupidly set flycheck-languagetool-url to http://localhost:8081/v2/check. Setting it to http://localhost:8081 it does work. Thanks for the prompt reply!