From @b01xy on Wed Oct 18 2017 01:53:16 GMT+0000 (UTC)
Hello,
On a fresh debian stretch 9, the install file from git works well but the upload of mp3 files fails, whereas uploading ogg, wav, and flac files works
the folder /srv/airtime/stor/organize/ exists and the mp3 file is in it
From /var/log/airtime/airtime_analyzer.log :
2017-10-18 02:00:07,626 [message_listener] [INFO ] Listening for messages...
2017-10-18 02:01:15,219 [message_listener] [INFO ] - Received '{"tmp_file_path":"\/srv\/airtime\/stor\/organize\/deutsch2410114.mp3","storage_backend":"file","import_directory":"\/srv\/airtime\/stor\/\/imported\/1","original_filename":"deutsch2410114.mp3","callback_url":"http:\/\/88.177.212.178\/\/rest\/media\/24","api_key":"###","file_prefix":""}' on routing_key ''
2017-10-18 02:01:18,853 [playability_analyzer] [WARNI] Command '['liquidsoap', '-v', '-c', 'output.dummy(audio_to_stereo(single(argv(1))))', '--', u'/srv/airtime/stor/organize/deutsch2410114.mp3']' returned non-zero exit status -11
2017-10-18 02:01:18,854 [analyzer_pipeline] [ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/airtime_analyzer-0.1-py2.7.egg/airtime_analyzer/analyzer_pipeline.py", line 73, in run_analysis
metadata = PlayabilityAnalyzer.analyze(audio_file_path, metadata)
File "/usr/local/lib/python2.7/dist-packages/airtime_analyzer-0.1-py2.7.egg/airtime_analyzer/playability_analyzer.py", line 30, in analyze
raise UnplayableFileError()
UnplayableFileError
2017-10-18 02:01:18,869 [message_listener] [ERROR] Analyzer pipeline exception:
2017-10-18 02:01:18,948 [status_reporter] [INFO ] HTTP request sent successfully.
Maybe a problem related to #256 ?
I tried to uninstall everything even python, install python-pika first and then LibreTime but nothing changed.
also,
liquidsoap -v -c 'output.dummy(audio_to_stereo(single("/srv/airtime/stor/organize/deutsch2410114.mp3")))'
Segmentation fault
any idea ?
thks
b
Copied from original issue: https://github.com/LibreTime/libretime/issues/340