Nano-node: docker rai_node daemon: UPnP No IGD devices found

Created on 2 Jan 2018  路  2Comments  路  Source: nanocurrency/nano-node

I've tried to run rai_node on macOS 10.13.1 with Docker 17.09.1-ce-mac42 (21090).

The following is the command I got from the wiki, with only the volume mounted is modified:

sudo docker run -d -p 7075:7075/udp -p 7075:7075 -p 127.0.0.1:7076:7076 -v ~/rai:/root clemahieu/rai_node /rai_node --daemon

docker logs shows this:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  bind: Cannot assign requested address

Finally, here're the rai logs:

[2018-01-02 15:02:11.144005]: Node starting, version: 9.0
[2018-01-02 15:02:11.146887]: Work pool running 2 threads
[2018-01-02 15:02:11.147275]: Starting bootstrap attempt
[2018-01-02 15:02:11.147755]: Bootstrap stopped because there are no peers
[2018-01-02 15:02:11.148032]: Exiting bootstrap attempt
[2018-01-02 15:02:19.161138]: UPnP local address: , discovery: 0, IGD search: 0
[2018-01-02 15:02:19.161480]: UPnP No IGD devices found

Most helpful comment

Same error on Ubuntu version 16.04.3 with Docker version 17.12.0-ce, build c97c6d6

All 2 comments

Same error on Ubuntu version 16.04.3 with Docker version 17.12.0-ce, build c97c6d6

Same error on Ubuntu version 16.04
Clean install

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eddieoz picture eddieoz  路  29Comments

DarrenAlex picture DarrenAlex  路  17Comments

guilhermelawless picture guilhermelawless  路  15Comments

Marc477 picture Marc477  路  16Comments

SergiySW picture SergiySW  路  15Comments