I am trying to count the amount of times this song plays over to match my stream time, but i keep getting the same message, maybe you guys can help me out.
The crazy train has run $(eval var u = “$(twitch hazardous_daze “{{uptimeLength}}”)” ;var t = 0;var y = u.match(“(\\d+) y”);if (y != null) t += +y[1] * 31557600;var mo = u.match(“(\\d+) mo”);if (mo != null) t += +mo[1] * 2629800;var d = u.match(“(\\d+) d”);if (d != null) t += +d[1] * 86400;var h = u.match(“(\\d+) h”);if (h != null) t += +h[1] * 3600;var m = u.match(“(\\d+) m”);if (m != null) t += +m[1] * 60;t += +u.match(“(\\d+) s”)[1];Math.floor(t/296); ) times!
