Watched folders sync time
  • Hello people,

    I have a problem with my watched folder. It doesn't search for new files every "x" minutes. I need do run it manually with the sync button.
    I created a cron job that restarts the airtime-media-monitor service every minute, it works temporarily, but than it crashes after a few hours.
    Is there a way to fix it?

    Greetingz
    Post edited by Sjoerd at 2013-09-20 02:51:40
  • 3 Comments sorted by
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    Hi,

    need more informations :
    Airtime version ?
    system/memory/etc ?

    what said /var/log/airtime ?

  • Airtime version: 2.4.1
    Debian Wheezy, 2 GB memory, nothing special

    This shows up in the airtime-media-monitor log:

    2013-09-20 10:54:07,301 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:54:17,360 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:54:27,420 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:54:37,481 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:54:47,541 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:54:57,598 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:07,659 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:17,720 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:27,778 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:37,838 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:47,900 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:55:57,961 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:56:08,021 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...
    2013-09-20 10:56:18,079 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the locale...



  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    ok, i've found your problem
    your system is mis-configured

    as said the media-monitor log your locales are not good
    your OS need to be in utf-8 not 8859-1

    dpkg-reconfigure locales

    Post edited by Albert FR at 2013-09-20 07:44:47