You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Was the daemon installed from NPM or bundled with Beaker? **
npm
Add any other context about the problem here.
Important Note: Daemon errors are likely to be found in ~/.hyperdrive/log.json or ~/.hyperdrive/output.log (the latter is for unexpected, non-JSON output). These files might contain sensitive drive keys, so don't upload the whole thing -- just extract any stack traces or odd error messages!
The text was updated successfully, but these errors were encountered:
The HyperdriveClient.drive namespace, and others, is null until HyperdriveClient.ready() is called and resolves. The details of this operation should be properly documented.
Describe the bug
After initializing the client, the
client.drive
is null.To Reproduce
Expected Behavior
What did you expect to happen?
** OS **
macOS
** Node version **
13.4
** Was the daemon installed from NPM or bundled with Beaker? **
npm
Add any other context about the problem here.
Important Note: Daemon errors are likely to be found in
~/.hyperdrive/log.json
or~/.hyperdrive/output.log
(the latter is for unexpected, non-JSON output). These files might contain sensitive drive keys, so don't upload the whole thing -- just extract any stack traces or odd error messages!The text was updated successfully, but these errors were encountered: