Virgo data not found for Bilby PE
The following error occurs repeatedly when bilby tries to load Virgo data.
01:18 bilby_pipe INFO : Calling TimeSeries.get('V1:Hrec_hoft_16384Hz', start=1360659944.5209785, end=1360660024.5209785, verbose=False, allow_tape=True, ).astype(dtype=float64, subok=True, copy=False, )
/home/emfollow-playground/.local/lib/python3.9/site-packages/gwpy/timeseries/core.py:1142: NDSWarning: no data received from nds.ldas.cit for [1360659944 ... 1360660025)
warnings.warn(error.split('\n', 1)[0],
error detail: SASL(-1): generic failure: GSSAPI Error: No credentials were supplied, or the credentials were unavailable or inaccessible (No Kerberos credentials available (default cache: KCM:))
/home/emfollow-playground/.local/lib/python3.9/site-packages/gwpy/io/nds2.py:344: NDSWarning: Error authenticating against nds.ligo.caltech.edu:31200
warnings.warn(f"Error authenticating against {host}:{port}", NDSWarning)
/home/emfollow-playground/.local/lib/python3.9/site-packages/gwpy/timeseries/core.py:1142: NDSWarning: cannot generate kerberos ticket in a non-interactive session, please manually create a ticket, or consider using a keytab file
warnings.warn(error.split('\n', 1)[0],
01:18 bilby_pipe INFO : Unable to read data for channel V1:Hrec_hoft_16384Hz
Traceback (most recent call last):
File "/home/emfollow-playground/.local/bin/bilby_pipe_generation", line 8, in <module>
sys.exit(main())
File "/home/emfollow-playground/.local/lib/python3.9/site-packages/bilby_pipe/data_generation.py", line 1203, in main
data = DataGenerationInput(args, unknown_args)
File "/home/emfollow-playground/.local/lib/python3.9/site-packages/bilby_pipe/data_generation.py", line 191, in __init__
self.create_data(args)
File "/home/emfollow-playground/.local/lib/python3.9/site-packages/bilby_pipe/data_generation.py", line 232, in create_data
self._set_interferometers_from_data()
File "/home/emfollow-playground/.local/lib/python3.9/site-packages/bilby_pipe/data_generation.py", line 593, in _set_interferometers_from_data
data = self._get_data(
File "/home/emfollow-playground/.local/lib/python3.9/site-packages/bilby_pipe/data_generation.py", line 748, in _get_data
raise BilbyPipeError("Failed to obtain data")
bilby_pipe.utils.BilbyPipeError: Failed to obtain data