dump-webrtc-event-log icon indicating copy to clipboard operation
dump-webrtc-event-log copied to clipboard

Uncaught TypeError: First argument to DataView constructor must be an ArrayBuffer

Open duncannz opened this issue 4 months ago • 3 comments

When I import a file that I have just captured (in Chrome version 129.0.6668.60), I get the following error:

Uncaught TypeError: First argument to DataView constructor must be an ArrayBuffer
    at new DataView (<anonymous>)
    at new BitstreamReader (bitstream.js:19:21)
    at new BlobDecoder (bitstream.js:134:23)
    at decodeRtcpDelta (import.js:479:18)
    at Array.map (<anonymous>)
    at decode (import.js:562:10)
    at FileReader.<anonymous> (import.js:36:13)

duncannz avatar Sep 27 '24 03:09 duncannz