alan-turing-institute / teadt-community-survey

This is a repository for the TRIC-DT Innovation and impact hub community survey, forming part of the scoping research for the TEA-DT project
0 stars 0 forks source link

Do all images display as expected? #54

Open aranas opened 1 month ago

aranas commented 1 month ago

Landing page images don't always display:

missing images error: 2024-04-30 08:38:17.382 MediaFileHandler: Missing file fca27df1704946ebc2a6e414f41f292518d601e720fc3ca589c37d60.png 2024-04-30 08:38:17.383 MediaFileHandler: Missing file ac1ca0ff8cb80fc54c4ca1d9ca0dac934e960e5008d0467a65b13ac2.png 2024-04-30 08:38:17.384 MediaFileHandler: Missing file 465aed0807ff6a6d0a3ef7c701c012ef5e36a615bb55bb7f3ac2c063.jpg 2024-04-30 08:38:17.386 MediaFileHandler: Missing file 5daddfa23cc8c4aef13604a5d22549ae43faddb33fcec6c27b391d7f.png 2024-04-30 08:38:17.386 MediaFileHandler: Missing file f9806680e9bf361e3be2695d0b1d4fb99303631d6bfc58a7eabe25b5.png 2024-04-30 08:38:17.386 MediaFileHandler: Missing file 70c0384a08865e86823ab72b6bca7c47ca37b30857dd7f8266b7e8f6.jpg

aranas commented 1 month ago

This image error possibly interferes with captcha re-rendering when providing an incorrect value. This is my untested hypothesis: It is a problem with rendering images, so the captcha is not re-rendering when providing an incorrect value

This seems to be a recurring problem, as documented here: https://github.com/streamlit/streamlit/issues/5834

There might be a possible workaround as described here: https://github.com/streamlit/streamlit/issues/1294