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

🐛 error in process filter: LanguageTool Server closed #17

Open
ghost opened this issue Jan 31, 2023 · 4 comments
Open

🐛 error in process filter: LanguageTool Server closed #17

ghost opened this issue Jan 31, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jan 31, 2023

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
@ghost ghost added the bug Something isn't working label Jan 31, 2023
@PillFall PillFall self-assigned this Feb 3, 2023
@PillFall
Copy link
Owner

PillFall commented Feb 3, 2023

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

@ghost
Copy link
Author

ghost commented Feb 7, 2023

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
Copy link
Owner

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

@PillFall
Copy link
Owner

Error replication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant