-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Getting Started install instructions lead to TimeoutError on WSL2 #4698
Comments
The address is using the ["Official search by the maintainers of Maven Central Repository"](https://search.maven.org/). But, I just clicked on "API Guide", then one of the queries, and the page times out. I think the web service is unreliable. It might be best to use https://central.sonatype.com/?smo=true. It has an API. |
Actually, the sonatype.com website points to the maven.org API. Not much we can do here in so far as using this API. It might be better to just query https://repo1.maven.org/maven2/org/antlr/antlr4/, which appears to be more reliable, and just scan for the latest. |
Perhaps something like this? (I am not a Python programmer, but it "works".)
|
Following the instructions in https://github.com/antlr/antlr4/blob/4.13.2/doc/getting-started.md,
and that produced the following error log:
The suspect line is the following:
I am unable to curl nor access this URL in my browser. However, I saw instructions on StackOverflow from user kaby76 (https://stackoverflow.com/q/78059474) to instead run
and that did allow me to acquire the CLI tool:
Thanks,
Mohammed
The text was updated successfully, but these errors were encountered: