I tried the latest deb and also compiling from source and come across this same issue following the readme files. It may be user error so sorry if that is the case.
When I allow the go-hub service to start or restart it their are no error messages shown, but going to the web UI shows no nodes. After it starts running go-hub server --user status shows the server is not started.
So I stopped the go-hub service and then run go-hub server --user run, It goes through a series of the following errors that increment the worker number, but all say the same error.
thread 'arbiter:40147d0b-e7f0-4fff-be6e-c3a0cc3ef867:actix-net-worker-7' panicked at 'cannot provide static files: Os { code: 2, kind: NotFound, message: "No such file or directory" }
After sometime it will then say
ERROR 2020-01-03T17:05:54Z: actix_net::server::accept: No workers
it then appears to try and restart workers but has the same thread panic as above.
Using latest release of deb and running on Ubuntu 18.04.3 LTS.
I tried the latest
deb
and also compiling from source and come across this same issue following the readme files. It may be user error so sorry if that is the case.When I allow the go-hub service to start or restart it their are no error messages shown, but going to the web UI shows no nodes. After it starts running
go-hub server --user status
shows the server is not started.So I stopped the go-hub service and then run
go-hub server --user run
, It goes through a series of the following errors that increment the worker number, but all say the same error.thread 'arbiter:40147d0b-e7f0-4fff-be6e-c3a0cc3ef867:actix-net-worker-7' panicked at 'cannot provide static files: Os { code: 2, kind: NotFound, message: "No such file or directory" }
After sometime it will then say
ERROR 2020-01-03T17:05:54Z: actix_net::server::accept: No workers
it then appears to try and restart workers but has the same thread panic as above.
Using latest release of
deb
and running on Ubuntu 18.04.3 LTS.