Paul Frazee

Results 176 issues of Paul Frazee

I have a hyperdrive that I don't own. The hyperdrive writes the files to disk using RAF. I downloaded a file in the archive, then deleted it from the FS....

I hit this crash condition when I had to reset my wifi ``` Error: No nodes responded at QueryStream._finalize (/Users/paulfrazee/work/beaker/app/node_modules/dht-rpc/lib/query-stream.js:221:20) at QueryStream._sendUpdate (/Users/paulfrazee/work/beaker/app/node_modules/dht-rpc/lib/query-stream.js:194:10) at QueryStream._moveCloser (/Users/paulfrazee/work/beaker/app/node_modules/dht-rpc/lib/query-stream.js:207:12) at QueryStream._read (/Users/paulfrazee/work/beaker/app/node_modules/dht-rpc/lib/query-stream.js:239:39) at...

We've had a couple requests for the ability to sync a drive with a folder using a mechanism other than FUSE (similar to the dat cli previously). This has a...

This caused the daemon to stop: ``` {"level":50,"time":1583795497841,"pid":27389,"hostname":"Pauls-MacBook-Pro.local","name":"hyperdrive","component":"server","error":true,"err":{"type":"Error","message":"Can only pipe to one destination","stack":"Error: Can only pipe to one destination\n at ReadableState.pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker Browser.app/Contents/Resources/app.asar/node_modules/streamx/index.js:211:37)\n at ProtocolStream.pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker Browser.app/Contents/Resources/app.asar/node_modules/streamx/index.js:594:25)\n at pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker...

Relevant line: https://github.com/andrewosh/hyperdrive-daemon/blob/master/lib/drives/index.js#L886 If you pass in `hyper://${key}` instead of just `${key}` the listener will fail to match and resolve.

Somehow or other I seem to have accidentally created a mount with a bad key. This causes hyperdrive-daemon to crash with the following error: ``` Error: key must be a...

The `value.stat` is populating but `value.mount` is not.

Currently the daemon shuts itself down on an uncaught exception or unhandled rejection. That makes sense for ensuring a working state (manager processes can detect the close and restart) but...

I think what happened here is that I called mount() with an invalid key (it had 'dat://' in it) and now this error throws during load of the parent, crashing...