Page 1 of 1

Dashticz will not load

Posted: Saturday 17 August 2019 18:30
by sundodger
As per the title, woke up this morning and Dashticz would not load, Browser says that it is "unable to connect"
Pi is up and running and no problem with domoticz on the same device.
what is the best approach to troubleshooting?
Thanks

Re: Dashticz will not load

Posted: Saturday 17 August 2019 19:58
by Lokonli
sundodger wrote: Saturday 17 August 2019 18:30 As per the title, woke up this morning and Dashticz would not load, Browser says that it is "unable to connect"
Pi is up and running and no problem with domoticz on the same device.
what is the best approach to troubleshooting?
Thanks
Dashticz is installed on the same Pi?
How did you install Dashticz?
If you run Dashticz from a Docker container, then you might have to restart the Docker container.
(Docker container doesn't restart after reboot. you have to run 'make stop' and 'make start' in your Dashticz folder. This has been fixed in the latest beta)

If you are using Apache or Nginx then check whether the server is running.
Normally Apache shows a default page at port 80 (browse to http://<IP address of your Pi>

Re: Dashticz will not load

Posted: Saturday 17 August 2019 20:32
by sundodger
yes it is on the same pi.
I used the automatic install for V3 of dashticz.
I used the make stop. and make start in the dashticz folder nad it is back up and running.
Thank you.
should i upgrade to the beta?

Re: Dashticz will not load

Posted: Saturday 17 August 2019 20:44
by Lokonli
To prevent that you have to restart Dashticz after a reboot of your Pi, yes I would recommend to switch to beta.
Since the automatic install worked on your system (it's still a bit experimental ...) you can type the following in the Dashticz folder:

Code: Select all

make beta
make update