-- 2013-04-13 15:21:12,296 INFO - [Thread-1] [handler.py : __init__()] : LINE 50 - Initialized problem file handler. Problem dir: '/home/srv/airtime/stor/problem_files'
-- 2013-04-13 15:21:12,296 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 99 - Attempting to add listener to path '/home/srv/airtime/stor/imported'
-- 2013-04-13 15:21:12,296 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 100 - Listener: Listener(StoreWatchListener), Signal(hosted_install_watch)
-- 2013-04-13 15:21:12,309 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 99 - Attempting to add listener to path '/home/srv/airtime/stor/recorded'
-- 2013-04-13 15:21:12,309 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 100 - Listener: Listener(StoreWatchListener), Signal(hosted_install_watch)
-- 2013-04-15 14:20:14,014 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 99 - Attempting to add listener t o path '/home/srv/airtime/stor/recorded'
-- 2013-04-15 14:20:14,014 INFO - [Thread-1] [manager.py : __add_watch()] : LINE 100 - Listener: Listener(StoreWat chListener), Signal(hosted_install_watch)
-- 2013-04-15 14:20:23,891 INFO - [MainThread] [launcher.py : setup_global()] : LINE 110 - Attempting to set the l ocale...
-- 2013-04-15 14:20:23,896 INFO - [Thread-1] [watchersyncer.py : __init__()] : LINE 19 - Created timeout thread...
-- 2013-04-15 14:20:23,897 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 35 - Initializing RabbitMQ mes sage consumer...
In your case, the /path/to/music should be replaced by /srv/airtime/stor
On Mon, Apr 15, 2013 at 12:16 PM, nasr <<br />airtime-support@lists.sourcefabric.org> wrote:
> @Martin > > here is the /var/log/airtime/media-monitor/py-interpreter.log : > > > Exception in thread Thread-1: > Traceback (most recent call last): > File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner > self.run() > File "/usr/lib/airtime/media-monitor/mm2/media/saas/launcher.py", line > 65, in run > airtime_receiver.change_storage({ 'directory':store[u'stor'] }) > File "/usr/lib/airtime/media-monitor/mm2/media/monitor/airtime.py", line > 177, in change_storage > self.manager.change_storage_root(new_storage_directory) > File "/usr/lib/airtime/media-monitor/mm2/media/monitor/manager.py", line > 192, in change_storage_root > self.set_organize_path(store_paths['organize']) > File "/usr/lib/airtime/media-monitor/mm2/media/monitor/manager.py", line > 162, in set_organize_path > self.organize['organize_listener'].flush_events(new_path) > File "/usr/lib/airtime/media-monitor/mm2/media/monitor/listeners.py", > line 60, in flush_events > for f in mmp.walk_supported(path, clean_empties=True): > File "/usr/lib/airtime/media-monitor/mm2/media/monitor/pure.py", line > 161, in walk_supported > for root, dirs, files in os.walk(directory): > File "/usr/lib/airtime/airtime_virtualenv/lib/python2.7/os.py", line > 294, in w alk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib/airtime/airtime_virtualenv/lib/python2.7/os.py", line > 294, in w alk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib/airtime/airtime_virtualenv/lib/python2.7/os.py", line > 284, in w alk > if isdir(join(top, name)): > File "/usr/lib/airtime/airtime_virtualenv/lib/python2.7/posixpath.py", > line 71 , in join > path += '/' + b > File > "/usr/lib/airtime/airtime_virtualenv/lib/python2.7/encodings/utf_8.py", l > ine 16, in decode > return codecs.utf_8_decode(input, errors, True) > UnicodeDecodeError: 'utf8' codec can't decode byte 0xe3 in position 1: > invalid c ontinuation byte > >