buda-base / public-digital-library

http://library.bdrc.io
5 stars 6 forks source link

bug when scans can't be loaded #945

Open berger-n opened 1 month ago

berger-n commented 1 month ago

been able to reproduce this random bug from test when the scans can't be loaded (endless white spinner) seems to come from a 500 error when fetching the manifest needs to be handled better in the client (at least an error message, an automatic retry maybe?)

image

eroux commented 1 month ago

yes, automatic retry would be nice, although if it's integrated into Mirador it might not be so easy... but otherwise a proper error message with a way for users to retry would be nice!

roopeux commented 1 month ago

When you trigger retry, tell that to user, something like "Loading takes long. Trying again."

berger-n commented 1 month ago

there might be an additional/alternative cause here: (this is a long known issue from a deprecated package in use by the viewer but it could be detected and trigger a reload which would successfully open the viewer I guess)

image