I tried running the browser in Chrome incognito mode and continued to experience the same issue.
Thanks, Kevin On Thu, Mar 30, 2017 at 10:06 AM, Ruslan Dautkhanov <[email protected]> wrote: > Did you just upgrade? > I think some our users reported the same after the upgrade, and cleaning > up browser cache fixed this. > > > > -- > Ruslan Dautkhanov > > On Thu, Mar 30, 2017 at 10:47 AM, Kevin Niemann <[email protected]> > wrote: > >> Hi, >> >> On some paragraph executions I am getting a blank table result (just >> whitespace), like 1/5 times. Starting with Zeppelin 0.7.0. The paragraph is >> successful and changing the visualization mode shows that there was data >> returned. Changing the report type or refreshing the browser will fix the >> issue too but it is a bad experience for the user to have to do that. Has >> anyone experienced this issue yet or created a Jira? >> >> When this happens I get the following JavaScript console output. >> Otherwise there are usually no errors. >> >> *TypeError: Cannot read property 'type' of undefined* >> at cells (handsonHelper.js:57) >> at y.Core.getCellMeta (vendor.ee876a1abacbe752.js:325) >> at y.Core._getColWidthFromSettings (vendor.ee876a1abacbe752.js:325) >> at getColWidth (vendor.ee876a1abacbe752.js:325) >> at x.getColumnWidth (vendor.ee876a1abacbe752.js:324) >> at Object.columnWidthFn (vendor.ee876a1abacbe752.js:324) >> at e._getColumnWidth (vendor.ee876a1abacbe752.js:322) >> at e.calculate (vendor.ee876a1abacbe752.js:322) >> at new e (vendor.ee876a1abacbe752.js:322) >> at s.createColumnsCalculator (vendor.ee876a1abacbe752.js:324) >> (anonymous) @ vendor.ee876a1abacbe752.js:37 >> (anonymous) @ vendor.ee876a1abacbe752.js:37 >> (anonymous) @ vendor.ee876a1abacbe752.js:38 >> e @ vendor.ee876a1abacbe752.js:36 >> (anonymous) @ vendor.ee876a1abacbe752.js:36 >> *vendor.ee876a1abacbe752.js:37 Error: This method cannot be called >> because this Handsontable instance has been destroyed* >> at y.Core.j (vendor.ee876a1abacbe752.js:325) >> at t.value (visualization-table.js:31) >> at t.value (visualization.js:96) >> at result.controller.js:593 >> at n.$broadcast (vendor.ee876a1abacbe752.js:38) >> at paragraph.controller.js:1028 >> at n.$broadcast (vendor.ee876a1abacbe752.js:38) >> at n.<anonymous> (websocketEvents.factory.js:107) >> at b (vendor.ee876a1abacbe752.js:75) >> at n._onMessageHandler (vendor.ee876a1abacbe752.js:75) >> (anonymous) @ vendor.ee876a1abacbe752.js:37 >> (anonymous) @ vendor.ee876a1abacbe752.js:37 >> $broadcast @ vendor.ee876a1abacbe752.js:38 >> (anonymous) @ paragraph.controller.js:1028 >> $broadcast @ vendor.ee876a1abacbe752.js:38 >> (anonymous) @ websocketEvents.factory.js:107 >> b @ vendor.ee876a1abacbe752.js:75 >> n._onMessageHandler @ vendor.ee876a1abacbe752.js:75 >> (anonymous) @ vendor.ee876a1abacbe752.js:36 >> *handsonHelper.js:57 Uncaught TypeError: Cannot read property 'type' of >> undefined* >> at cells (handsonHelper.js:57) >> at y.Core.getCellMeta (vendor.ee876a1abacbe752.js:325) >> at y.Core._getColWidthFromSettings (vendor.ee876a1abacbe752.js:325) >> at getColWidth (vendor.ee876a1abacbe752.js:325) >> at x.getColumnWidth (vendor.ee876a1abacbe752.js:324) >> at x.getStretchedColumnWidth (vendor.ee876a1abacbe752.js:324) >> at r.sumCellSizes (vendor.ee876a1abacbe752.js:323) >> at p.adjustElementsSize (vendor.ee876a1abacbe752.js:323) >> at Object.adjustRowsAndCols (vendor.ee876a1abacbe752.js:325) >> at y.Core.updateSettings (vendor.ee876a1abacbe752.js:325) >> cells @ handsonHelper.js:57 >> getCellMeta @ vendor.ee876a1abacbe752.js:325 >> _getColWidthFromSettings @ vendor.ee876a1abacbe752.js:325 >> getColWidth @ vendor.ee876a1abacbe752.js:325 >> getColumnWidth @ vendor.ee876a1abacbe752.js:324 >> getStretchedColumnWidth @ vendor.ee876a1abacbe752.js:324 >> sumCellSizes @ vendor.ee876a1abacbe752.js:323 >> adjustElementsSize @ vendor.ee876a1abacbe752.js:323 >> adjustRowsAndCols @ vendor.ee876a1abacbe752.js:325 >> updateSettings @ vendor.ee876a1abacbe752.js:325 >> (anonymous) @ vendor.ee876a1abacbe752.js:329 >> *handsonHelper.js:57 Uncaught TypeError: Cannot read property 'type' of >> undefined* >> at cells (handsonHelper.js:57) >> at y.Core.getCellMeta (vendor.ee876a1abacbe752.js:325) >> at y.Core._getColWidthFromSettings (vendor.ee876a1abacbe752.js:325) >> at vendor.ee876a1abacbe752.js:329 >> at e (vendor.ee876a1abacbe752.js:328) >> at G.calculateColumnsWidth (vendor.ee876a1abacbe752.js:329) >> at G.calculateAllColumnsWidth (vendor.ee876a1abacbe752.js:329) >> at G.recalculateAllColumnsWidth (vendor.ee876a1abacbe752.js:329) >> at vendor.ee876a1abacbe752.js:329 >> >> Thanks! >> > >
