Open Bug 1337864 Opened 7 years ago Updated 2 years ago

Can't save FB XHR netmonitor log as HAR

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: ehsan.akhgari, Unassigned)

References

(Blocks 1 open bug)

Details

STR:

1. Go to https://www.facebook.com/livemap and watch a live video.
2. Open devtools, and watch the stream of XHRs pouring in.
3. Click on a line and select Copy All As HAR or Save All As HAR.

They both fail with errors like this in the browser console:

"Handler function threw an exception: TypeError: undefined has no properties
Stack: _setupHarTimings@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1453:1
_onTransactionClose@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1378:18
_dispatchActivity@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:984:9
NetworkMonitor.prototype.observeActivity<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/webconsole/network-monitor.js:1043:7
exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
Line: 1453, column: 1"

This comes from ThreadSafeDevtoolsUtils.js:80.
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.