Closed jhpoelen closed 4 months ago
I found that the bunny is still there . . .
curl --silent "https://upload.wikimedia.org/wikipedia/commons/1/1f/Oryctolagus_cuniculus_Rcdo.jpg"\
| sha1sum
86fa30f32d9c557ea5d2a768e9c3595d3abb17a2 -
as found via -
https://commons.wikimedia.org/wiki/File:Oryctolagus_cuniculus_Rcdo.jpg
so, more work is needed to figure out why Preston was unable to lookup this image currently.
Strangely, another wikimedia common image can be retrieved by their sha1 via:
https://linker.bio/hash://sha1/b12eb7f6b43a3cc1eefc54db90ec5ae1504c3f17
originating from
I found the cause - the sha1 hash was not complete due to a copy paste issue. Oef!
instead of https://linker.bio/hash://sha1/86fa30f32d9c557ea5d2a768e9c3595d3abb17a
the url should have been:
https://linker.bio/hash://sha1/86fa30f32d9c557ea5d2a768e9c3595d3abb17a2
Clearly, the error messages could improve. . .
in conversation with @katjaschulz @jhammock @Jegelewicz @themerekat , we found that the bunny referenced in https://linker.bio was missing.
Oh no!
https://linker.bio/hash://sha1/86fa30f32d9c557ea5d2a768e9c3595d3abb17a produced a 4xx error code.