citizen-cyberscience-centre / t4t-webapp

Web application to show the figures of the project Test4Theory
http://www.citizencyberscience.net/t4t-webapp/
GNU Affero General Public License v3.0
9 stars 2 forks source link

Text errors covering Flash window #4

Closed dgoyette closed 12 years ago

dgoyette commented 12 years ago

The following text errors are currently covering the Flash window. Sorry, can't recall which keys I pressed ...

Could not extract width/height from image: http://www.citizencyberscience.net/t4t-webapp/job/ALEPH_2004_S5765862_d82-x01-y01.dat.png. Traced measures: width:682px, height: 0px.

Could not extract width/height from image: http://www.citizencyberscience.net/t4t-webapp/job/ALEPH_2004_S5765862_d39-x01-y01.dat.png. Traced measures: width:682px, height: 0px.

Could not extract width/height from image: http://www.citizencyberscience.net/t4t-webapp/job/ALEPH_2004_S5765862_d184-x01-y01.dat.png. Traced measures: width:682px, height: 0px.

Could not extract width/height from image: http://www.citizencyberscience.net/t4t-webapp/job/ALEPH_2004_S5765862_d231-x01-y01.dat.png. Traced measures: width:682px, height: 0px.

Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d82-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d39-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d184-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d231-x01-y01.dat.png

The following errors displayed immediately (not after 30 seconds) when I pressed the right arrow key, when the image number was "29/29", and the display was zoomed-in ...

Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d39-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d82-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d05-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d98-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d30-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d122-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d153-x01-y01.dat.png Image not loaded in 30 seconds: job/ALEPH_2004_S5765862_d223-x01-y01.dat.png

In both cases, reloading the web page cleared the errors.

In the second case, when I tried to duplicate the error, it did not happen. Image "1/29" was displayed with no error.

Browser: Firefox 9.0.1 Java: version 6 update 29 (downloading update 30 as I write)

teleyinex commented 12 years ago

Hi,

Thanks for the info. The problem is that sometimes the JSON object is updated before the images are created, and that's why you get the error, because the web application is trying to get one image that does not exist yet. Usually re-loading the web page clears the error. We are working on a solution for this problem. Thanks a lot for reporting it directly in Github.