paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
394 stars 39 forks source link

Cant Access Instances #20

Closed bcan1ne closed 2 years ago

bcan1ne commented 2 years ago

Hello,

First off, very nice and useful program!

I have installed (2) instances (with machines with SN detected) and (2) cameras. During the setup I never tried to access the instances but after finishing I tried and cannot access via IP:5001, 5002 which I noticed were the assigned ports.

I have the printers running now but plan to start over. Not sure if you have any suggestions. Thanks in advance!

paukstelis commented 2 years ago

First thing to do is make sure the instances are running: sudo systemctl status instancename

bcan1ne commented 2 years ago

Thanks for the help! I went ahead and started fresh and it worked.

Im not sure if it caused the issue but the first time I set it up (and was having the issues) I did add a space to the instance name.

Thanks again for the great work and help!