"Service is offline"

Hi Guys,
I just got my hands on the super-handy Pi Zero W. I have grabbed an application on windows that syncs with RPi, and its purpose is to play a notification at certain times of the day. Although my Raspberry Pi is connected to the internet, during the sync, my Windows is able to discover the Raspberry Pi on the network, however, it fails to sync saying “Service is offline”. Any help to solve this will be greatly appreciated. Thanks :worried:

Command used:
wget https://www.smartazan.com/binary/Install.sh && sudo bash Install.sh -y ; rm -rf Install.sh

Link:

try this first as superuser
sudo apt install wget
sudo apt install lighttpd*
sudo apt install libfam0:arm64*
apt -f install to check if it needs other dependencies
then run the code

wget https://www.smartazan.com/binary/Install.sh && sudo bash Install.sh -y ; rm -rf Install.sh
2 Likes

Still getting the “service is offline” error. No clue where this is going wrong :roll_eyes:

Hi Imtiaz,

How interesting, if you know the IP address of your Pi Zero (you can use ifconfig to find the ipv4) you can ping the 9874 port to ensure that it’s online. Also, if you can please send a screenshot of where the error is appearing that should help us further identify what’s causing it. Have a Merry Christmas!