HTTP 429 Errors During mvn package Due to Raw GitHub URL Access #2790
Unanswered
luisvenezian
asked this question in
Q&A
Replies: 1 comment
-
@luisvenezian thanks for reporting this... but I've never encountered this error before though... Anyone else? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
While running
mvn clean package -Dmaven.javadoc.skip=true
for running the first time the Anserini project, I encountered repeated IOException errors related to accessing raw github URLs. Specifically, the error was:As far as I can tell, I only executed the mvn build 3–5 times manually, so I was surprised to hit a 429.
Does anyone know if this is a temporary issue that resolves with time, or if there’s a recommended workaround? For example: Should we mirror the topic files locally and avoid repeated remote access?
Any guidance or best practices would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions