Uploaded music not showing up in playlist builder
  • I installed airtime, changed the port to 8080 (as I was using 80 for a website) and proceeded to make some users and upload some mp3s. now the mp3s don't show up. I poked around here a bit, checked a few log files, my best guess is these two lines in /var/log/airtime/media-monitor/media-monitor.log that show up every 5 seconds:

    2012-06-13 14:23:22,692 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 177 - Error Authenticating with remote server: HTTP Error 404: Not Found
    2012-06-13 14:23:22,692 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 183 - Error connecting to server, waiting 5 seconds and trying again.

    making me thing i missed somewhere that I have to change an 80 to an 8080 in another config file or something. i got the apache vhost and /etc/airtime/airtime.conf - anywhere else I should look? Am I on the completely wrong track and it's unrelated to the port? I did restart the airtime-media-monitor service, btw

  • 2 Comments sorted by
  • Make sure you change it in /etc/airtime/api_client.cfg as well.
    Airtime Pro Hosting: http://airtime.pro
  • Reply to @Martin+Konecny: Yep, that did it! thanks