Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property '_left' of null #78

Open
redwoz opened this issue Aug 22, 2014 · 2 comments
Open

TypeError: Cannot read property '_left' of null #78

redwoz opened this issue Aug 22, 2014 · 2 comments

Comments

@redwoz
Copy link

redwoz commented Aug 22, 2014

hi, im getting the following error when performing the initial request('native-dns'):

TypeError: Cannot read property '_left' of null
at Heap.insert (/mnt/rw-a/node_modules/native-dns/node_modules/native-dns-cache/node_modules/binaryheap/binaryheap.js:68:16)
at MemoryStoreExpire.set (/mnt/rw-a/node_modules/native-dns/node_modules/native-dns-cache/cache.js:78:17)
at /mnt/rw-a/node_modules/native-dns/lib/platform.js:271:25
at Array.forEach (native)
at /mnt/rw-a/node_modules/native-dns/lib/platform.js:270:26
at fs.js:266:14
at Object.oncomplete (fs.js:107:15)

@liubida
Copy link

liubida commented Jan 17, 2015

yes , i caught this error, either. i think it is caused by binaryheap...

@josefzamrzla
Copy link

@redwoz @liubida I went to the same issue when I had modified Array.prototype with method "equals": http://stackoverflow.com/a/14853974/1262210
After removal of this method, everything works again. Maybe it is your cause as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants