Can't access data from obspy

Hello,
I think I may be blocked from the RS FDSN server, I already looked to this topic

Unable to access RS FDSN server via ObsPy - #5 by sdg

and I have the same kind of error

File "/Users/.../recup_data.py", line 12, in connexion
    return Client("http://data.raspberryshake.org", debug=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/obspy/clients/fdsn/client.py", line 277, in __init__
    self._discover_services()
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/obspy/clients/fdsn/client.py", line 1638, in _discover_services
    raise FDSNNoServiceException(msg)
obspy.clients.fdsn.header.FDSNNoServiceException: No FDSN services could be discovered at 'http://data.raspberryshake.org'. This could be due to a temporary service outage or an invalid FDSN service address.

Hello bougi, and welcome to the community!

Does this error appear every time you try to download data via ObsPy, or is it random?

I tried the service this (UTC) morning, and everything appears to be fine.

Can you also try if adding an s to http fixes the issue? Let me know!

Hey,
I have this error every time I run the code,
I tried to fix the protocol by using https but it does not seem to work, is it possible that I have been banned from the server?

Thank you for the additional checks.

I’ve asked our server team to look at what could be causing this. In the meantime, could you share (if possible) your code so I can try to replicate what is happening? You can send it via private message if you wish; there’s no issue.