RMG-website icon indicating copy to clipboard operation
RMG-website copied to clipboard

Data plotting issue in Thermo and kinetics entries

Open xiaoruiDong opened this issue 4 years ago • 0 comments

Figures of Thermos and kinetics are usually provided when doing relevant searches.

e.g., https://rmg.mit.edu/database/kinetics/reaction/reactant1=1%20C%20u0%20p0%20c0%20%7B2,S%7D%20%7B3,S%7D%20%7B4,S%7D%20%7B5,S%7D%0A2%20H%20u0%20p0%20c0%20%7B1,S%7D%0A3%20H%20u0%20p0%20c0%20%7B1,S%7D%0A4%20H%20u0%20p0%20c0%20%7B1,S%7D%0A5%20H%20u0%20p0%20c0%20%7B1,S%7D%0A__reactant2=multiplicity%202%0A1%20O%20u1%20p2%20c0%20%7B2,S%7D%0A2%20H%20u0%20p0%20c0%20%7B1,S%7D%0A__product1=multiplicity%202%0A1%20C%20u1%20p0%20c0%20%7B2,S%7D%20%7B3,S%7D%20%7B4,S%7D%0A2%20H%20u0%20p0%20c0%20%7B1,S%7D%0A3%20H%20u0%20p0%20c0%20%7B1,S%7D%0A4%20H%20u0%20p0%20c0%20%7B1,S%7D%0A__product2=1%20O%20u0%20p2%20c0%20%7B2,S%7D%20%7B3,S%7D%0A2%20H%20u0%20p0%20c0%20%7B1,S%7D%0A3%20H%20u0%20p0%20c0%20%7B1,S%7D%0A__res=True

However, in the current settings (website branch, apache2, Django, ...), the generation of the figure is pretty random. I mean, for the same URL, sometimes you can get a page with the figure, sometimes you cannot, even waiting for long enough. I guess it may be related to different daemon process of WSGI. In that case, some processes are doing okay, others are not. Need more investigation though.

xiaoruiDong avatar Sep 02 '20 18:09 xiaoruiDong