question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: Cannot read property 'bufferedAmountLowThreshold' of null

See original GitHub issue
TypeError: Cannot read property 'bufferedAmountLowThreshold' of null
    at /home/travis/build/feross/simple-peer/index.js:607:29
    at /home/travis/build/feross/simple-peer/index.js:493:7
    at _callRemote (/home/travis/build/feross/simple-peer/node_modules/electron-webrtc/src/RTCPeerConnection.js:260:9)
    at Daemon.daemon.once (/home/travis/build/feross/simple-peer/node_modules/electron-webrtc/src/RTCPeerConnection.js:277:11)
    at Daemon.g (events.js:291:16)
    at emitOne (events.js:96:13)
    at Daemon.emit (events.js:188:7)
    at ChildProcess.<anonymous> (/home/travis/build/feross/simple-peer/node_modules/electron-eval/lib/index.js:195:27)
    at emitOne (events.js:96:13)
    at ChildProcess.emit (events.js:188:7)

From a recent test run: https://travis-ci.org/feross/simple-peer/builds/219835468

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ferosscommented, Apr 7, 2017

Looks like we need another self.destroyed guard for wrtc. I’ll add it

0reactions
ferosscommented, Apr 8, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught TypeError: Cannot read property of null
Hello im having trouble of fixing this error Uncaught TypeError: Cannot read property '2' of null . This is what i want to...
Read more >
Cannot read property 'buffer' of null - Support - Safe Dev Forum
Hi, I am getting below error in my safe browser when I tried to execute “Upload” operation. Below is the error.
Read more >
RTCDataChannel.bufferedAmountLowThreshold - Web APIs
The RTCDataChannel property bufferedAmountLowThreshold is used to specify the number of bytes of buffered outgoing data that is considered ...
Read more >
third_party/WebKit/LayoutTests/virtual/webrtc-wpt-unified-plan ...
FAIL RTCPeerConnection interface: attribute connectionState assert_true: The prototype object must have a property "connectionState" expected true got false.
Read more >
mediasoup-client v3 API
Set video minimum bitrate. No. Properties. producer.id. Producer identifier. @type String, read only ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found