This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Image not loading
#11
Run this once, clear browser cache and see if gauge starts working correctly. LM must have internet connection for this work.
Code:
os.execute('mv -n /www/scada/vis/gauge.js.gz /www/scada/vis/gauge-old.js.gz')
os.execute('rm -f /www/scada/vis/gauge.js.gz')
os.execute('wget -O /www/scada/vis/gauge.js.gz http://dl.openrb.com/misc/gauge.js.gz')

In case something goes wrong you can revert the gauge file this way:
Code:
os.execute('cp -f /www/scada/vis/gauge-old.js.gz /www/scada/vis/gauge.js.gz')
Reply


Messages In This Thread
Image not loading - by BMSimon - 20.03.2023, 10:08
RE: Image not loading - by admin - 20.03.2023, 10:15
RE: Image not loading - by BMSimon - 20.03.2023, 10:16
RE: Image not loading - by baggins - 21.03.2023, 22:31
RE: Image not loading - by admin - 22.03.2023, 08:12
RE: Image not loading - by baggins - 22.03.2023, 08:26
RE: Image not loading - by admin - 22.03.2023, 08:29
RE: Image not loading - by baggins - 22.03.2023, 08:33
RE: Image not loading - by admin - 22.03.2023, 08:43
RE: Image not loading - by baggins - 22.03.2023, 09:33
RE: Image not loading - by admin - 22.03.2023, 09:48
RE: Image not loading - by baggins - 23.03.2023, 16:05
RE: Image not loading - by admin - 23.03.2023, 16:17
RE: Image not loading - by baggins - 31.03.2023, 07:55

Forum Jump: