In SWARM, it reaches up to the icon “All”, but then double clicking on that yields no response (see attached).
Are others having this same problem?
Also: My Mac terminal is showing this error message:
2024-08-01 11:49:22 ERROR - Error connecting to caps.raspberryshakedata.com:16022 in WWSClient. (java.nio.channels.UnresolvedAddressException)
Also: Can’t access RS data with ObsPy.
client = Client(base_url=‘https://fdsnws.raspberryshakedata.com/’)
waveform = client.get_waveforms(‘AM’, ‘RCABD’, ‘00’, ‘EHZ’, starttime, endtime, attach_response=True)
Error message:
DSNException: No FDSN services could be discovered at ‘http://fdsnws.raspberryshakedata.com’. This could be due to a temporary service outage or an invalid FDSN service address.
Could the problem be with FDSN server?