You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 OSError
in the file is missing the file or url information.
The text was updated successfully, but these errors were encountered: