rmap icon indicating copy to clipboard operation
rmap copied to clipboard

server: amatyr webcam

Open pat1 opened this issue 9 years ago • 1 comments

Webcam is not present and we get:

TypeError: imgElem is null
newImg.src = imgElem.src.split("?")[0] + "?" + new Date().getTime();
amatyr.js (linea 744, col 6)

ReferenceError: current_weather is not defined
for(key in current_weather.current) {
amatyr.js (riga 493)

pat1 avatar Jul 06 '16 11:07 pat1

Gli errori segnalati da @pat1 sono legati ai task che si ripetono ogni 30/60 secondi. Auto update webcam

TypeError: imgElem is null

esce perché manca nell'HTML un tag con id="webcam" in cui andare a inserire l'immagine della webcam. Fetch current weather with 1 minute interval

ReferenceError: current_weather is not defined

esce perché la variabile current_weather non è ancora stata inizializzata nel punto in cui viene chiamata.

pat1 avatar Jul 06 '16 11:07 pat1