For example,
File "/home/bockjoo/opt/cmsio9/T2/ops/cmsio/anaconda3/lib/python3.12/site-packages/fsspec_xrootd/xrootd.py", line 216, in _open
raise OSError(f"Failed to open file: {status.message}")
^^^^^^^^^^^^^^^
OSError: Failed to open file: [ERROR] Operation expired
It fails to open an xrootd file and just says 'Operation expired', but does not show the file (url) name.
I think it needs to include the url.
Any
raise OSError
in the file is missing the file or url information.
For example,
It fails to open an xrootd file and just says 'Operation expired', but does not show the file (url) name.
I think it needs to include the url.
Any
raise OSErrorin the file is missing the file or url information.