We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98f79 commit 92d30f8Copy full SHA for 92d30f8
src/main/java/com/ghostchu/peerbanhelper/util/ipdb/IPDB.java
@@ -363,7 +363,7 @@ private CompletableFuture<Void> downloadFile(List<IPDBDownloadSource> mirrorList
363
return;
364
}
365
} else {
366
- throw new IllegalStateException("Not a valid response");
+ throw new IllegalStateException("Not a valid response: "+r.statusCode());
367
368
if (!mirrorList.isEmpty()) { // 非 200 状态码 或者 gzip 解压出错
369
log.warn(tlUI(Lang.IPDB_RETRY_WITH_BACKUP_SOURCE));
0 commit comments