-
Couldn't load subscription status.
- Fork 71
Description
When using type Velocity, docker logs are showing failed to download: status 403 forbidden.
docker logs velocity-proxy-1 [init] Resolving type given VELOCITY [mc-image-helper] 21:27:25.557 ERROR : 'get' command failed. Version is 1.39.11 me.itzg.helpers.get.RequestFailedException: Failed to download https://papermc.io/api/v2/projects/velocity: status code: 403, reason phrase: Forbidden at me.itzg.helpers.get.GetCommand.processSingleUri(GetCommand.java:442) at me.itzg.helpers.get.GetCommand.call(GetCommand.java:188) at me.itzg.helpers.get.GetCommand.call(GetCommand.java:55) at picocli.CommandLine.executeUserObject(CommandLine.java:2045) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465) at picocli.CommandLine$RunLast.handle(CommandLine.java:2457) at picocli.CommandLine$RunLast.handle(CommandLine.java:2419) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277) at picocli.CommandLine$RunLast.execute(CommandLine.java:2421) at picocli.CommandLine.execute(CommandLine.java:2174) at me.itzg.helpers.McImageHelper.main(McImageHelper.java:159) Caused by: org.apache.hc.client5.http.HttpResponseException: status code: 403, reason phrase: Forbidden at org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler.handleResponse(AbstractHttpClientResponseHandler.java:68) at me.itzg.helpers.http.LoggingResponseHandler.handleResponse(LoggingResponseHandler.java:20) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:247) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:162) at me.itzg.helpers.get.GetCommand.processSingleUri(GetCommand.java:440) ... 11 common frames omitted ERROR: failed to lookup PaperMC versions
After further review, it looks like Velocity has retired that repository.
