Unable to connect to the RASPISHAKE FDSN server

When I try to initialize a client using the RASPISHAKE server

from obspy.clients.fdsn import Client
client=Client('RASPISHAKE')

I get an FDSNNoServiceException error.

FDSNNoServiceException: No FDSN services could be discovered at 'https://fdsnws.raspberryshakedata.com'. This could be due to a temporary service outage or an invalid FDSN service address.

None of the methods in https://manual.raspberryshake.org/fdsn.html work

Is it because the website https://data.raspberryshake.org/ is under maintainance or my IP is blocked? Can anyone connect to the RASPISHAKE server? Thanks a lot!

This is what you see if you go to https://data.raspberryshake.org/fdsnws/ :wink:

Thank you for the quick reply! Since someone has encountered the same error before (Troubleshooting connection to RASPISHAKE FDSN server), I just wanted to make sure it’s not my own problem.