RHESSI data page is down

Hi. I was not able to download any data in sunpy. Tried accessing the main data webpage mentioned in RHESSIClient sunpy. The website is down. Anyone know if this is temporary or permanent? If permanent, any idea how I can retrieve the data instead?

It is temporary. The server was moved to a new building today (Monday) and may take a little while to bring back online.

Thank you very much ayshih. In the meanwhile, are there other alternatives while waiting for the server to get online?

Ah, there’s a bug in sunpy that doesn’t catch the connection-reset error when trying to connect to the Goddard data mirror. If you change this one line (Fixed RHESSI server fallthrough by ayshih · Pull Request #8538 · sunpy/sunpy · GitHub), your sunpy will properly fall through to using the Berkeley data mirror.

It works. Thank you very much ayshih!