Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Stable build download of branch=ver/1.16.5 reporting 404 #1

Open
itzg opened this issue Apr 5, 2021 · 1 comment
Open

Stable build download of branch=ver/1.16.5 reporting 404 #1

itzg opened this issue Apr 5, 2021 · 1 comment

Comments

@itzg
Copy link

itzg commented Apr 5, 2021

The following download API used to work, but is now returning a 404. I double checked the routes listing and it seems correct as far I can tell.

curl -v 'https://api.yatopiamc.org/v2/stableBuild/download?branch=ver/1.16.5'
*   Trying 104.21.75.45:443...
* TCP_NODELAY set
* Connected to api.yatopiamc.org (104.21.75.45) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jan 24 00:00:00 2021 GMT
*  expire date: Jan 23 23:59:59 2022 GMT
*  subjectAltName: host "api.yatopiamc.org" matched cert's "*.yatopiamc.org"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55dc1b16c670)
> GET /v2/stableBuild/download?branch=ver/1.16.5 HTTP/2
> Host: api.yatopiamc.org
> user-agent: curl/7.68.0
> accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 404
< date: Mon, 05 Apr 2021 16:50:45 GMT
< content-type: application/json
< set-cookie: __cfduid=d2d407edf50e2ecedfe939a4e6f6c55ab1617641445; expires=Wed, 05-May-21 16:50:45 GMT; path=/; domain=.yatopiamc.org; HttpOnly; SameSite=Lax; Secure
< access-control-allow-origin: *
< access-control-allow-methods: GET, OPTIONS
< cf-cache-status: DYNAMIC
< cf-request-id: 09448ab0f5000035e0fab0d000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< report-to: {"max_age":604800,"group":"cf-nel","endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=N%2Bq7FaumPa4N4mx4gpb8sDrKv4ZUuSFkRyShXepDUeBd0O6WUzGEKO94tpEu1%2FMm5h2u2rWl0V%2F7W3SuMKqoMoTQSK7mDnF9iirwk8M1kR87zw%3D%3D"}]}
< nel: {"max_age":604800,"report_to":"cf-nel"}
< server: cloudflare
< cf-ray: 63b446fb18b035e0-LAX
< alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
<
* Connection #0 to host api.yatopiamc.org left intact
{"error":404,"message":"Build not found"}%

Related to itzg/docker-minecraft-server#817

@Gontier-Julien
Copy link

The latest builds is the Stable for now. The person that was responsable for it is currently on vacation.
I've asked the developer on they're discord.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants