-
Notifications
You must be signed in to change notification settings - Fork 21
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
Timeout due to https://search.maven.org/ being unreachable #18
Comments
Thanks. Could you send a pull request? |
antlr4 python is unusable again because there's an outage with https://status.maven.org/ (and would still be the case if central.sonatype.com/ went down). This should be a soft failure with antlr4, warning instead of erroring out. |
I started to fix this, then realised TimeoutError is already added and committed[1] but not released. So currently, users via pip will see:
instead of
Could we get an updated release on pip please? This would fix this issue and antlr/antlr4#4703 [1] ee5c134#diff-21162dbe8ccb0f459c574307a41c0452f7b910d7540de6642549b0c810690989L31 |
antlr4-tools/antlr4_tool_runner.py
Lines 26 to 27 in 10a090a
Facing timeout at L26
antlr4_tool_runner.py
since https://search.maven.org/ users are now redirected to https://central.sonatype.com/Reference:
https://central.sonatype.org/faq/what-happened-to-search-maven-org/#what-about-the-searchmavenorg-api
The link used in
antlr4_tool_runner.py
: https://search.maven.org/solrsearch/select?q=a:antlr4-master+g:org.antlr is unreachable.The text was updated successfully, but these errors were encountered: