Page 1 of 2

I can't download DrumGizmo kits

Posted: Sun Nov 25, 2018 3:02 pm
by Aleks
I see that the last post here are from last year. The links to the drum kits are dead. Is this project still active, or I missed all the fun?

Re: I can't download DrumGizmo kits

Posted: Sun Nov 25, 2018 3:09 pm
by deva
It appears that the kits hosted at muldjord.com are currently not responding. I'll look into it right away. Thanks for reporting :-)

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 5:19 am
by chrisanthropic
Sorry to bother, any update on the download links? They're still busted / Firefox is returning this error:

Code: Select all

Hmm. We’re having trouble finding that site.

We can’t connect to the server at downloads.muldjord.com.

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 4:21 pm
by deva
... working on a solution right now. Should be back up in a couple of hours if everything works out fine - stay tuned.

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 6:27 pm
by deva
The kits should be available again - now hosted on the main drumgizmo server (ie. the links have all changed).
Let me know if something is still not working... in case I missed one ;)

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 7:21 pm
by chrisanthropic
Awesome, thanks!

The MuldjordKit download link didn't work but everything else did.

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 7:52 pm
by deva
chrisanthropic wrote:The MuldjordKit download link didn't work
It should be fixed now.

Re: I can't download DrumGizmo kits

Posted: Wed Nov 28, 2018 7:55 pm
by chrisanthropic
Yep, I got them all downloaded now, thanks so much!

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 8:38 am
by alemangui
The downloads seem to be broken again. I can't download any drumkit from Drumgizmo's site.

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 8:46 am
by chaot4
We currently have some server issues that we are trying to resolve.

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 11:25 am
by deva
alemangui wrote: Sun Apr 05, 2020 8:38 am The downloads seem to be broken again. I can't download any drumkit from Drumgizmo's site.
It is a bit hard for me to test, since I am sitting in the inside of the firewall, and from the inside the links seem to be working.

Are you still experiencing problems? and if so, what is the server respons?

The output of the raw http link:

Code: Select all

curl -Ivs http://drumgizmo.org/kits/CrocellKit/CrocellKit1_1.zip
and the https link:

Code: Select all

curl -Ivs https://drumgizmo.org/kits/CrocellKit/CrocellKit1_1.zip
might prove helpful.

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 6:20 pm
by JamesPeters
The download links for the kits, as I clicked on them on the DrumGizmo site (all of which are HTTPS) work for me.

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 6:24 pm
by deva
Great - I will consider the issue as "solved" then, thanks for testing :-)

Re: I can't download DrumGizmo kits

Posted: Sun Apr 05, 2020 6:49 pm
by JamesPeters
Glad to help!

Side note: the DrumGizmo binary download links for Windows, which previously didn't work (I had PMed about this a little while ago), also now work again. They still show as HTTP (not HTTPS) though. I copied/pasted the links to a text editor just to be sure.

Re: I can't download DrumGizmo kits

Posted: Mon Apr 13, 2020 5:48 pm
by hohoho
For me this is still an issue :(

Getting a 404 whenever I try to download any kit:

Code: Select all

[hohoho@KRAYT ~]$ curl -Ivs https://drumgizmo.org/kits/DRSKit/DRSKit2_1.zip
*   Trying 212.178.176.2:443...
* Connected to drumgizmo.org (212.178.176.2) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* NPN, negotiated HTTP1.1
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Next protocol (67):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: CN=drumgizmo.org
*  start date: Mar 22 11:03:21 2020 GMT
*  expire date: Jun 20 11:03:21 2020 GMT
*  subjectAltName: host "drumgizmo.org" matched cert's "drumgizmo.org"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
> HEAD /kits/DRSKit/DRSKit2_1.zip HTTP/1.1
> Host: drumgizmo.org
> User-Agent: curl/7.69.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
< Server: nginx/1.6.2
Server: nginx/1.6.2
< Date: Mon, 13 Apr 2020 17:39:46 GMT
Date: Mon, 13 Apr 2020 17:39:46 GMT
< Content-Type: text/html
Content-Type: text/html
< Content-Length: 168
Content-Length: 168
< Connection: keep-alive
Connection: keep-alive

<
* Connection #0 to host drumgizmo.org left intact
Furthermore, when I go to https://drumgizmo.org/kits/ I get an empty directory listing.