Paul Frazee
Paul Frazee
TypeError: Cannot read property 'download' of undefined at Protocol.add (/home/pfrazee/hashbase/lib/archiver.js:378:36) at emitOne (events.js:96:13) at Protocol.emit (events.js:189:7) at Protocol._onopen (/home/pfrazee/hashbase/node_modules/hypercore-protocol/index.js:290:8) at Protocol._onmessage (/home/pfrazee/hashbase/node_modules/hypercore-protocol/index.js:311:17) at Protocol._parseMessage (/home/pfrazee/hashbase/node_modules/hypercore-protocol/index.js:365:10) at Protocol._parse (/home/pfrazee/hashbase/node_modules/hypercore-protocol/index.js:330:37) at Protocol._write...
Got this error: ``` ENOENT: no such file or directory, lstat '/home/pfrazee/.hashbase/archives/22/a67a482842489880b4696ef30e857e04fd2724d07f017bea75b14387b22705' ``` When I checked into it, `/home/pfrazee/.hashbase/archives/22` existed but the subdir did not. That suggests that the archive...
(Filing this as an issue because I think this can wait till after launch) - [ ] User tool to report an archive - [ ] Admin page to view...
One of the challenges we have in Beaker is giving developers good command-line tooling. Ideally, users would be able to Beaker's development and publishing behaviors from the command-line. We explored...