hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uncaught error (timeout)

davidmarkclements opened this issue · comments

This can happen intermittently during replication

(node:17474) UnhandledPromiseRejectionWarning: Error: Request timed out
    at createTimeoutError (/node_modules/dht-rpc/lib/rpc.js:244:15)
    at RPC._drain (/node_modules/dht-rpc/lib/rpc.js:224:20)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
(Use `Electron --trace-warnings ...` to show where the warning was created)
(node:17474) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:17474) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:17474) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 2)

(dht bug, we need to push our await fix)