Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: download state fails to download state - 500 internal server error #106

Open
mfreeman451 opened this issue Dec 2, 2024 · 0 comments
Labels
fix:bug Something isn't working

Comments

@mfreeman451
Copy link

Describe the bug

❯  curl -vv -f -so /tmp/state.tar.gz -L $STATE_URL
*   Trying 188.72.231.50:443...
* Connected to testnet.nodes.dusk.network (188.72.231.50) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
} [331 bytes data]
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* (304) (IN), TLS handshake, Unknown (8):
{ [25 bytes data]
* (304) (IN), TLS handshake, Certificate (11):
{ [2626 bytes data]
* (304) (IN), TLS handshake, CERT verify (15):
{ [264 bytes data]
* (304) (IN), TLS handshake, Finished (20):
{ [36 bytes data]
* (304) (OUT), TLS handshake, Finished (20):
} [36 bytes data]
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: CN=testnet.nodes.dusk.network
*  start date: Nov 30 13:28:40 2024 GMT
*  expire date: Feb 28 13:28:39 2025 GMT
*  subjectAltName: host "testnet.nodes.dusk.network" matched cert's "testnet.nodes.dusk.network"
*  issuer: C=US; O=Let's Encrypt; CN=R11
*  SSL certificate verify ok.
* using HTTP/1.1
> GET /state/genesis HTTP/1.1
> Host: testnet.nodes.dusk.network
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< Server: nginx/1.18.0 (Ubuntu)
< Date: Mon, 02 Dec 2024 19:51:56 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Access-Control-Allow-Origin: *
* The requested URL returned error: 500
* Closing connection

To Reproduce
if applicable add a minimum reproducible example

// Be exhaustive
// 

Expected behaviour
A clear and concise description of what you expected to happen.

Logs/Screenshot
If applicable, add damning logs

Platform
Fill as appropriate

  • Architecture: [ARM, 8086]
  • OS: [e.g. iOS, Linux]
  • Browser [e.g. chrome, safari]

Additional context
Add any other context about the problem here.

@mfreeman451 mfreeman451 added the fix:bug Something isn't working label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant