nanocube icon indicating copy to clipboard operation
nanocube copied to clipboard

Cannot start the viewer after I've started the Server.

Open SapoonDutta opened this issue 5 years ago • 2 comments

Screen Shot 2019-06-11 at 11 37 35 AM 1

Keep getting this error whenever I run the command to get the viewer up and working.

SapoonDutta avatar Jun 11 '19 15:06 SapoonDutta

Screen Shot 2019-06-11 at 11 37 35 AM 1

Keep getting this error whenever I run the command to get the viewer up and working.

Same here, on ubuntu shell on windows 10

[EDIT] Looking at the web folder I noticed that nanocube_webconfig is a python script. I then run

python3 nanocube_webconfig -s http://localhost --ncport 51234 -p 8000

and it fixed it. The web server is now up and running.

giansel avatar Sep 06 '19 09:09 giansel

Did you set your PATH ?

export PATH="$INSTALL_DIR/bin":$PATH

and ran make install ?

the nanocube_webconfig is a python script in $INSTALL_DIR/bin after installation

salivian avatar Nov 13 '19 21:11 salivian