When running the tool as a GitHub action I am getting
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.languagetool.org', port=443): Max retries exceeded with url: /download/LanguageTool-6.4.zip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a85ce4390>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
It looks like the languagetool website is no longer accessible at www.languagetool.org, it must be accessed through https://languagetool.org.
When running the tool as a GitHub action I am getting
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.languagetool.org', port=443): Max retries exceeded with url: /download/LanguageTool-6.4.zip (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a85ce4390>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
It looks like the languagetool website is no longer accessible at www.languagetool.org, it must be accessed through https://languagetool.org.
The url looks correct at https://github.com/jxmorris12/language_tool_python/blob/master/language_tool_python/download_lt.py#L31. Maybe an issue with requests?