Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Ledger related error during startup #10108

Closed
bsclifton opened this issue Jul 24, 2017 · 0 comments
Closed

Ledger related error during startup #10108

bsclifton opened this issue Jul 24, 2017 · 0 comments

Comments

@bsclifton
Copy link
Member

bsclifton commented Jul 24, 2017

Test plan

#10113 (comment)


Getting this while starting up. Can be avoided by checking variable before using

TypeError: Cannot read property 'split' of null
    at ReadStream.v2RulesetDB.createReadStream.on (/Users/clifton/Documents/browser-laptop/app/ledger.js:1401:97)
    at emitOne (events.js:96:13)
    at ReadStream.emit (events.js:191:7)
    at readableAddChunk (/Users/clifton/Documents/browser-laptop/node_modules/level-iterator-stream/node_modules/readable-stream/lib/_stream_readable.js:195:16)
    at ReadStream.Readable.push (/Users/clifton/Documents/browser-laptop/node_modules/level-iterator-stream/node_modules/readable-stream/lib/_stream_readable.js:162:10)
    at /Users/clifton/Documents/browser-laptop/node_modules/level-iterator-stream/index.js:40:12
    at /Users/clifton/Documents/browser-laptop/node_modules/leveldown/node_modules/abstract-leveldown/abstract-iterator.js:24:16
    at /Users/clifton/Documents/browser-laptop/node_modules/leveldown/iterator.js:34:7
    at _combinedTickCallback (internal/process/next_tick.js:73:7)
    at process._tickCallback (internal/process/next_tick.js:104:9)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.