Skip to content

Commit

Permalink
fix: Suggest parse errors can be caused by requesting (too) many items
Browse files Browse the repository at this point in the history
Closes #396.
  • Loading branch information
mthmulders committed Aug 8, 2024
1 parent 712795e commit 868c528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ static Result<SearchResponse> toSearchResponse(final InputStream inputStream) {
return new Result.Failure<>(
new IllegalStateException(
"""
Error parsing the search result. This may be a temporary failure from search.maven.org.
It can also be caused by requesting a large number of results. If that is the case, try lowering the -l/--limit parameter.
If the problem persists, please open a conversation at
https://github.com/mthmulders/mcs/discussions
Expand Down

0 comments on commit 868c528

Please sign in to comment.