Logs not showing report

Hi,

I observed that logs file is not showing report data instead I see below text -
[report] function render(_ref54) {
var renderText = _ref54.renderText;

    return [react_default.a.createElement(
      'span',
      null,
      lines.join('\n')
    )].concat(init_player_toConsumableArray(state.reports.map(function (r, i) {
      return react_default.a.createElement(
        'div',
        null,
        r.name,
        '\xA0 (',
        statusMap[r.stopReason],
        r.stopReason === common_player["a" /* Player */].C.END_REASON.ERROR ? ': ' : '',
        r.stopReason === common_player["a" /* Player */].C.END_REASON.ERROR ? renderText({ type: 'error', text: r.errMsg, stack: r.stack }) : null,
        ', Runtime: ',
        r.usedTime,
        ')'
      );
    })));
  }

why is so and how to rectify it?

thanks,
Ashiskh

What software do you use ?

This is not Ui vision rpa

this is ui vision run in desktop mode with local file storage. snippet is from logs folder.

Guys, any idea why logs are not proper in the end. i.e [report] section

I too have that issue. I am using Ubuntu with Firefox. If anyone else has a suggestion or work around please post it .

This issue is fixed in V8.3.1.

1 Like