-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed
Description
@alexander-held reported that the following code doesn't work.
import uproot
uproot.open({"https://cernbox.cern.ch/remote.php/dav/public-files/8LgmhEZsKofVxSs/301333.root": "reco"})
However, it works locally.
The error message is the following.
uproot.deserialization.DeserializationError: attempting to get bytes -477079085:-477079084
outside expected range 24769167:24852719 for this Chunk
in file https://cernbox.cern.ch/remote.php/dav/public-files/8LgmhEZsKofVxSs/301333.root
Also, it's not the same issue as #1453.
Metadata
Metadata
Assignees
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed