PillFall / languagetool.el

LanguageTool suggestions integrated within Emacs
GNU General Public License v3.0
98 stars 8 forks source link

🐛 error in process filter: LanguageTool Server closed #17

Open ghost opened 1 year ago

ghost commented 1 year ago

What version of Emacs are you running?

28.1

What version of LanguageTool are you running?

LanguageTool-6.0-stable

What version of this package are you running?

Version: 1.2.0

What is the current behaviour?

I can run the program in Console mode. However, when I try to run it in server mode, I get:

LanguageTool Server communication is up...
error in process filter: languagetool-server-highlight-matches: LanguageTool Server closed
error in process filter: LanguageTool Server closed

What is you expect to happen?

I expect the server to start.

What do you do to get this bug?

1. languagetool-server-start
2. languagetool-server-mode
PillFall commented 1 year ago

Can you please send me your package config and current OS?

ghost commented 1 year ago

I am running it on Ubuntu 22.10

(setq languagetool-java-arguments '("-Dfile.encoding=UTF-8"))

(setq languagetool-console-command "/home/red/bin/languagetool/LanguageTool-6.0-stable/languagetool-commandline.jar"
      languagetool-server-command "/home/red/bin/languagetool/LanguageTool-6.0-stable/languagetool-server.jar")

(setq languagetool-api-key "password"
      languagetool-username "user@gmail.com")
PillFall commented 1 year ago

I'm unable to replicate your error. Check that the server start correctly in the buffer *LanguageTool Server Output*

PillFall commented 1 year ago

Error replication