devkitPro / installer

383 stars 40 forks source link

Unable to install packages #26

Closed lioncash closed 4 years ago

lioncash commented 4 years ago

Hi,

I've recently reinstalled devkitPro on a new Windows environment and I seem to keep getting errors like following:

Untitled

I've tried uninstalling and then reinstalling devkitPro using the graphical installer, but this also occurs during the installation process when the installer attempts to pull packages from the server.

I tried accessing https://downloads.devkitpro.org/packages/ to see if it was a network issue on my end, and that doesn't seem to be the case.

Sorry for the issue, but is there anything that can be thought of to resolve this? I've never had this happen to me before, so I don't know how I'd address this myself.

WinterMute commented 4 years ago

msys2 have some new packagers so there's a bit of a dance to do in order to get a new keyring. See https://www.msys2.org/news/#2020-06-29-new-packagers for details.

I'll need to update our msys2 tarball so new installations don't error. Hopefully get to it soon. Only just found out about this myself yesterday.

lioncash commented 4 years ago

Thanks for the response! This worked for me and I'm able to retrieve some packages now. Some, however, seem to fail to download with a 500 error code.

Untitled

Still closing the issue though, since the downloading issue itself is fixed.

thejsa commented 4 years ago

@lioncash Re; 500 errors, there was a server configuration issue which should now be fixed; could you try again?

If it persists, maybe open a new issue

lioncash commented 4 years ago

Server issue seems to be resolved now and everything downloads. Thanks again :)