-
Notifications
You must be signed in to change notification settings - Fork 101
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
HTTP Error using languagetool #25
Comments
I had the same issue. Just install the latest from git instead of |
i installed using git still facing the same error , kindly help |
The issue discussed here comes to me and I also cannot solve it. Does anyone know the solution aside from the re-install? |
Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python. My version supports new versions of Java and LanguageTool. I'm happy to help you with your issue if you raise it over at my repository! Thanks! |
Hi! I fixed similiar issue following below steps:
Hope this helps. Regards |
It works! Thanks for your help. |
When one of our users (at coala) was running the tests, he got the following error:
I went through your code and found that you were actually trying multiple ports (https://github.com/myint/language-check/blob/master/language_check/__init__.py#L177) so this couldn't be an issue that he had something else running on that port.
Could you help us in figuring out why this could happen ?
And what we could do to prevent it ?
PS: Ignore the
E
at the front. It is from thepytest
utility when running testsThe text was updated successfully, but these errors were encountered: