rhysd / vim-grammarous

A powerful grammar checker for Vim using LanguageTool.
1.1k stars 41 forks source link

Getting "vim-grammarous: Grammar check failed:" error with no additional information. #103

Open rikiwarren opened 2 years ago

rikiwarren commented 2 years ago

I've been having issues with Grammarous failing on some Latex files.

I'm using yalafi-grammarous to pre-process the latex. Normally everything works fine--but sometimes I have issues.

By trial and elimination, I discovered that if I put the word "extra-dimensional" on a line, then trying to run :GerammarousCheck on any range that includes that line fails--even if I'm running it on a selection of the line that doesn't include that word.

I'm not getting any additional information about what's going wrong. "extradimensional" works fine.

dcs3spp commented 1 year ago

Getting the same error. No further error messages except Grammar check failed with exit status 1.

I have looked in ~/.vim/bundle/vim-grammarous/misc/LanguageTool-6.0 and successfully ran the tests in testrules.sh. Is there any documentation for how to view error logs anywhere?

kaimast commented 1 year ago

I think I see the same issue. Only happens on some of my files, so must be triggered by some sequence of characters.