schedule running but music not playing & the ON AIR sign is off
  • Hi everyone,
    This is my first post here, I'm not developer and most of my knowledge of airtime is from a user perspective.
     
    I run an online radio station using airtime and the person who built it kind of abruptly abandoned the project. I know just how to do the very basic maintenance things such as restarting airtime systems via command - liquidsoap, media monitor etc - not much else.

    Currently all my airtime says everything's running properly, system check says everything's ok, all parts of airtime have green mark on status but the ON AIR is off and there's no music coming out of the stream. I've restarted liquisoap, playout and media-monitor to no effect.

    Any tips or requests for logs etc welcome!
    Really need some help here

    Best,
    Marco
    Post edited by Marco Rodrigues at 2018-01-16 13:56:45
  • 4 Comments sorted by
  • May be Icecast is down...

    command line:
    service icecast start
    or
    service icecast restart

    Have you tried to reboot your server?

    Regards,
    Fred
    Etheractis - Digital Online Media
    http://www.etheractis.fr/?-Radio-
  • tried that command and it returned:

    icecast: unrecognized service
  • tried again using command
    service icecast2 restart 

    this time the result was:
    Restarting icecast2: Starting icecast2
    Detaching from the console
    icecast2.


  • when I restart liquidsoap it returns this: 

    Restarting Liquidsoap Playout Engine: Done.
    root@radio-quantica:~# Traceback (most recent call last):
      File "pyponotify.py", line 53, in <module>
        logging.config.fileConfig("notify_logging.cfg")
      File "/usr/lib/python2.7/logging/config.py", line 85, in fileConfig
        handlers = _install_handlers(cp, formatters)
      File "/usr/lib/python2.7/logging/config.py", line 163, in _install_handlers
        h = klass(*args)
      File "/usr/lib/python2.7/logging/handlers.py", line 117, in __init__
        BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
      File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__
        logging.FileHandler.__init__(self, filename, mode, encoding, delay)
      File "/usr/lib/python2.7/logging/__init__.py", line 903, in __init__
        StreamHandler.__init__(self, self._open())
      File "/usr/lib/python2.7/logging/__init__.py", line 928, in _open
        stream = open(self.baseFilename, self.mode)
    IOError: [Errno 13] Permission denied: '/var/log/airtime/pypo/notify.log'