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
In save_default_display.cgi, the file name is filename = os.path.join(DATASET_PREVIEWS_DIR, "{}.{}.png".format(dataset_id, display_id)). display_id is not None, e.g.
ls img/dataset_previews/ | grep c11d7b51-de77-3115-f3c9-d5718c998a3b
c11d7b51-de77-3115-f3c9-d5718c998a3b.None.png
When is the image saved to disk? In save_dataset_display.cgi. Either display_id exists, or is created, and image is written to disk. Logs don't show errors related to this.
But I cannot easily reproduce this, latest attempts worked out. There seem to be some obsolete image files lying under img/dataset_previews/ which do not match any display in the curator.
Is there an existing issue for this?
A clear and concise description of what the issue is.
The dataset curator shows a default display, but on the dataset explorer, there is
No preview image found
. This may be related to this issue.Output or error messages.
The logs report
Anything else?
No response
What browser were you using?
Firefox, Chrome
The text was updated successfully, but these errors were encountered: