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

Node assertion !uv__io_active(&handle->io_watcher, POLLIN | POLLOUT) fails.

Open da2x opened this issue 5 years ago • 2 comments

So this happen almost every time I try to use dat-push.

$ dat-push --dir public_html/ example.com
Importing newest files...
Joining network...
Searching for targets...
Replicating with 1.2.3.4
Replicating with 1.2.3.4
Finished replicating with 1.2.3.4
Finished replicating with 1.2.3.4
node: src/unix/udp.c:67: uv__udp_finish_close: Assertion `!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)' failed.
Aborted (core dumped)

https://retrace.fedoraproject.org/faf/reports/2551623/

da2x avatar May 05 '19 17:05 da2x