history plot broken

Issue #334 resolved
dd1 created an issue

https://alphacpc05.cern.ch/?cmd=History&group=Detectors&panel=SiHV_VMON

Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The HTMLImageElement provided is in the 'broken' state.
at https://alphacpc05.cern.ch/mhistory.js:2435:11
at Array.forEach (<anonymous>)
at MhistoryGraph.draw (https://alphacpc05.cern.ch/mhistory.js:2400:16)

Comments (2)

  1. Ben Smith

    There’s something wrong with the SVG icons on alphapc05. https://alphacpc05.cern.ch/icons/clock.svg should return an image, but is giving a 404. Can you check $MIDASSYS/resources/icons to see if the files are there? (I only have access to the webpages, not SSH).

    The files in resources are being served, but not those in resources/icons.

  2. dd1 reporter

    fixed misconfiguration of alphacpc05 proxy of /icons was disabled, probably for loading icons from the local html root. this prevented mhttpd from loading it's files from resources/icons. K.O.

  3. Log in to comment