Hello! I setup a new Shake, RF4C0, a few weeks ago. I made sure to test it online and offline and it seemed to be functioning normally. I then brought it to a research forest and installed it outside April 3rd for monitoring of storms and have been checking on it periodically on StationView. I have now gone to download some of the signal for analysis using my normal obspy workflow and am getting an error:
“FDSNNoDataException: No data available for request.
HTTP Status code: 204”
My simple test code is as follows:
from obspy.clients.fdsn import Client
from obspy import UTCDateTime
start_1 = “2026-04-03 18:00:00”
starttime = UTCDateTime(start_1)
endtime = starttime + 600
client = Client(‘https://data.raspberryshake.org’)
waveform = client.get_waveforms(‘AM’, ‘RF4C0’, ‘00’, ‘EHZ’, starttime, endtime)
print(waveform)
I also get an error when I use the FDSN Web Service - DataSelect URL Builder. I know there is constant live data on the StationView and so I am not sure why the requests are coming back empty. Is there a couple of weeks delay before data is logged on the server?
Unfortunately, the Shake is installed hours away and I am trying to troubleshoot remotely first before I head out there and connect to it locally. I have attached a log to this thread from before I installed it outside incase that is helpful. Thank you for any guidance you can give.
RSH.RF4C0.2026-03-27T22_33_34.logs.tar (2.1 MB)