Any suggestion on what these errors are?

Previous development branch now released as 1.36
Locked
homebrewdude
Posts: 54
Joined: Mon Aug 26, 2019 12:42 pm

Any suggestion on what these errors are?

Post by homebrewdude »

2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179
2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179
2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179
User avatar
iconnor
Posts: 2881
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Any suggestion on what these errors are?

Post by iconnor »

I think this happens when there are no rows in the html table. We grab all the tr elements but don't check the length of the returned array.

I have pushed a fix to master.
Locked