dat-next icon indicating copy to clipboard operation
dat-next copied to clipboard

import error

Open joehand opened this issue 6 years ago • 0 comments

I get this error trying to import common voice data (unzipped). It errors but then if I start again it gets past the file that errors and stops later.

/home/joe/Code/node_modules/dat-next/cli.js:64
        if (err) throw err
                 ^

Error: Not opened
    at Request._openAndNotClosed (/home/joe/Code/node_modules/dat-next/node_modules/random-access-storage/index.js:156:34)
    at Request._run (/home/joe/Code/node_modules/dat-next/node_modules/random-access-storage/index.js:186:16)
    at Request._unqueue (/home/joe/Code/node_modules/dat-next/node_modules/random-access-storage/index.js:145:50)
    at Request.callback (/home/joe/Code/node_modules/dat-next/node_modules/random-access-storage/index.js:149:8)
    at onopen (/home/joe/Code/node_modules/dat-next/node_modules/random-access-file/index.js:145:25)
    at FSReqWrap.oncomplete (fs.js:169:20)

joehand avatar Jun 08 '18 22:06 joehand