There you go! I reproduced the error, but all the other informations are from the Original Post.
Do not hesitate if you need more infos.
Describe the problem
when we try to upload files, they are successuflly copied onto the server directory, but are shown as Import Failed because analyzer could not be performed
To reproduce
Log in to the Management Interface
Click βUploadβ
Click on βDrop files here or click to browse your computer.β
Choose a file
File is uploaded, but shown as βImport Failedβ on the Recent Upload Panel
Expected behavior
An import done successfully
Relevant log output or error messages
==> /var/log/libretime/legacy.log <==
2022-10-18T17:22:17+02:00 INFO (6): Moving file /tmp/phpI4MKzD to /home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3
==> /var/log/libretime/analyzer.log <==
2022-10-18 17:22:17.154 | INFO | libretime_analyzer.message_listener:msg_received_callback:101 - - Received 'b'{"file_id":20,"tmp_file_path":"\\/home\\/libretime\\/organize\\/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3","import_directory":"\\/home\\/libretime\\/\\/imported\\/1","original_filename":"BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3"}'' on routing_key ''
2022-10-18 17:22:17.154 | ERROR | libretime_analyzer.pipeline.pipeline:run_analysis:102 - [Errno 13] Permission denied: '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
Traceback (most recent call last):
File "/usr/local/bin/libretime-analyzer", line 8, in <module>
sys.exit(cli())
β β β <Command cli>
β β <built-in function exit>
β <module 'sys' (built-in)>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
β β β β {}
β β β ()
β β <function BaseCommand.main at 0x7fae62038700>
β <Command cli>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
β β β <click.core.Context object at 0x7fae622ae6d0>
β β <function Command.invoke at 0x7fae6202e1f0>
β <Command cli>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
β β β β β β {'log_filepath': PosixPath('/var/log/libretime/analyzer.log'), 'log_level': 'info', 'config_filepath': PosixPath('/etc/libret...
β β β β β <click.core.Context object at 0x7fae622ae6d0>
β β β β <function cli at 0x7fae607f4820>
β β β <Command cli>
β β <function Context.invoke at 0x7fae62033f70>
β <click.core.Context object at 0x7fae622ae6d0>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
β β {'log_filepath': PosixPath('/var/log/libretime/analyzer.log'), 'log_level': 'info', 'config_filepath': PosixPath('/etc/libret...
β ()
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/main.py", line 44, in cli
MessageListener(config)
β β Config(general=GeneralConfig(public_url=AnyHttpUrl('http://wrnc-diffusion:80', ), api_key='',...
β <class 'libretime_analyzer.message_listener.MessageListener'>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 37, in __init__
self.wait_for_messages()
β β <function MessageListener.wait_for_messages at 0x7fae607f4430>
β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 81, in wait_for_messages
self._channel.start_consuming()
β β β <function BlockingChannel.start_consuming at 0x7fae60be6280>
β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1880, in start_consuming
self._process_data_events(time_limit=None)
β β <function BlockingChannel._process_data_events at 0x7fae60be6430>
β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 2041, in _process_data_events
self.connection.process_data_events(time_limit=time_limit)
β β β None
β β <property object at 0x7fae60be4130>
β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 848, in process_data_events
self._dispatch_channel_events()
β β <function BlockingConnection._dispatch_channel_events at 0x7fae60bdca60>
β <BlockingConnection impl=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport obj...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 567, in _dispatch_channel_events
impl_channel._get_cookie()._dispatch_events()
β β <function Channel._get_cookie at 0x7fae60c4d3a0>
β <Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport ...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1507, in _dispatch_events
consumer_info.on_message_callback(self, evt.method,
β β β β β <member 'method' of '_ConsumerDeliveryEvt' objects>
β β β β <pika.adapters.blocking_connection._ConsumerDeliveryEvt object at 0x7fae5edde3b0>
β β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
β β <member 'on_message_callback' of '_ConsumerInfo' objects>
β <pika.adapters.blocking_connection._ConsumerInfo object at 0x7fae5eecba40>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 121, in msg_received_callback
metadata = MessageListener.spawn_analyzer_process(
β β <staticmethod object at 0x7fae610213a0>
β <class 'libretime_analyzer.message_listener.MessageListener'>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 169, in spawn_analyzer_process
Pipeline.run_analysis(
β β <staticmethod object at 0x7fae60c0b640>
β <class 'libretime_analyzer.pipeline.pipeline.Pipeline'>
> File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/pipeline.py", line 80, in run_analysis
metadata = analyze_metadata(audio_file_path, metadata)
β β β {'ftype': 'audioclip', 'hidden': False}
β β '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
β <function analyze_metadata at 0x7fae60be78b0>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/analyze_metadata.py", line 21, in analyze_metadata
metadata["filesize"] = filepath.stat().st_size
β β β <function Path.stat at 0x7fae621ce820>
β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
β {'ftype': 'audioclip', 'hidden': False}
File "/usr/lib/python3.8/pathlib.py", line 1198, in stat
return self._accessor.stat(self)
β β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
β β <member '_accessor' of 'Path' objects>
β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
PermissionError: [Errno 13] Permission denied: '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
2022-10-18 17:22:17.161 | ERROR | libretime_analyzer.message_listener:spawn_analyzer_process:177 - Analyzer pipeline exception: [Errno 13] Permission denied: '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
Traceback (most recent call last):
File "/usr/local/bin/libretime-analyzer", line 8, in <module>
sys.exit(cli())
β β β <Command cli>
β β <built-in function exit>
β <module 'sys' (built-in)>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
β β β β {}
β β β ()
β β <function BaseCommand.main at 0x7fae62038700>
β <Command cli>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
β β β <click.core.Context object at 0x7fae622ae6d0>
β β <function Command.invoke at 0x7fae6202e1f0>
β <Command cli>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
β β β β β β {'log_filepath': PosixPath('/var/log/libretime/analyzer.log'), 'log_level': 'info', 'config_filepath': PosixPath('/etc/libret...
β β β β β <click.core.Context object at 0x7fae622ae6d0>
β β β β <function cli at 0x7fae607f4820>
β β β <Command cli>
β β <function Context.invoke at 0x7fae62033f70>
β <click.core.Context object at 0x7fae622ae6d0>
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
β β {'log_filepath': PosixPath('/var/log/libretime/analyzer.log'), 'log_level': 'info', 'config_filepath': PosixPath('/etc/libret...
β ()
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/main.py", line 44, in cli
MessageListener(config)
β β Config(general=GeneralConfig(public_url=AnyHttpUrl('http://wrnc-diffusion:80', ), api_key='',...
β <class 'libretime_analyzer.message_listener.MessageListener'>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 37, in __init__
self.wait_for_messages()
β β <function MessageListener.wait_for_messages at 0x7fae607f4430>
β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 81, in wait_for_messages
self._channel.start_consuming()
β β β <function BlockingChannel.start_consuming at 0x7fae60be6280>
β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1880, in start_consuming
self._process_data_events(time_limit=None)
β β <function BlockingChannel._process_data_events at 0x7fae60be6430>
β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 2041, in _process_data_events
self.connection.process_data_events(time_limit=time_limit)
β β β None
β β <property object at 0x7fae60be4130>
β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 848, in process_data_events
self._dispatch_channel_events()
β β <function BlockingConnection._dispatch_channel_events at 0x7fae60bdca60>
β <BlockingConnection impl=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport obj...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 567, in _dispatch_channel_events
impl_channel._get_cookie()._dispatch_events()
β β <function Channel._get_cookie at 0x7fae60c4d3a0>
β <Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport ...
File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1507, in _dispatch_events
consumer_info.on_message_callback(self, evt.method,
β β β β β <member 'method' of '_ConsumerDeliveryEvt' objects>
β β β β <pika.adapters.blocking_connection._ConsumerDeliveryEvt object at 0x7fae5edde3b0>
β β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
β β <member 'on_message_callback' of '_ConsumerInfo' objects>
β <pika.adapters.blocking_connection._ConsumerInfo object at 0x7fae5eecba40>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 121, in msg_received_callback
metadata = MessageListener.spawn_analyzer_process(
β β <staticmethod object at 0x7fae610213a0>
β <class 'libretime_analyzer.message_listener.MessageListener'>
> File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 169, in spawn_analyzer_process
Pipeline.run_analysis(
β β <staticmethod object at 0x7fae60c0b640>
β <class 'libretime_analyzer.pipeline.pipeline.Pipeline'>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/pipeline.py", line 103, in run_analysis
raise exception
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/pipeline.py", line 80, in run_analysis
metadata = analyze_metadata(audio_file_path, metadata)
β β β {'ftype': 'audioclip', 'hidden': False}
β β '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
β <function analyze_metadata at 0x7fae60be78b0>
File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/analyze_metadata.py", line 21, in analyze_metadata
metadata["filesize"] = filepath.stat().st_size
β β β <function Path.stat at 0x7fae621ce820>
β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
β {'ftype': 'audioclip', 'hidden': False}
File "/usr/lib/python3.8/pathlib.py", line 1198, in stat
return self._accessor.stat(self)
β β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
β β <member '_accessor' of 'Path' objects>
β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
PermissionError: [Errno 13] Permission denied: '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
2022-10-18 17:22:17.217 | INFO | libretime_analyzer.status_reporter:send_http_request:106 - HTTP request sent successfully.
wrnc@wrnc-diffusion:~$ sudo tail -n 100 -f "/var/log/syslog" | egrep 'libretime|nginx|php.*-fpm'
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 37, in __init__
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: self.wait_for_messages()
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <function MessageListener.wait_for_messages at 0x7fae607f4430>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 81, in wait_for_messages
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: self._channel.start_consuming()
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β <function BlockingChannel.start_consuming at 0x7fae60be6280>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <libretime_analyzer.message_listener.MessageListener object at 0x7fae5ff6b4c0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1880, in start_consuming
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: self._process_data_events(time_limit=None)
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <function BlockingChannel._process_data_events at 0x7fae60be6430>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 2041, in _process_data_events
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: self.connection.process_data_events(time_limit=time_limit)
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β None
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <property object at 0x7fae60be4130>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 848, in process_data_events
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: self._dispatch_channel_events()
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <function BlockingConnection._dispatch_channel_events at 0x7fae60bdca60>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <BlockingConnection impl=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport obj...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 567, in _dispatch_channel_events
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: impl_channel._get_cookie()._dispatch_events()
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <function Channel._get_cookie at 0x7fae60c4d3a0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._AsyncPlaintextTransport ...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py", line 1507, in _dispatch_events
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: consumer_info.on_message_callback(self, evt.method,
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β β β <member 'method' of '_ConsumerDeliveryEvt' objects>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β β <pika.adapters.blocking_connection._ConsumerDeliveryEvt object at 0x7fae5edde3b0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β <BlockingChannel impl=<Channel number=1 OPEN conn=<SelectConnection OPEN transport=<pika.adapters.utils.io_services_utils._As...
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <member 'on_message_callback' of '_ConsumerInfo' objects>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <pika.adapters.blocking_connection._ConsumerInfo object at 0x7fae5eecba40>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 121, in msg_received_callback
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: metadata = MessageListener.spawn_analyzer_process(
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <staticmethod object at 0x7fae610213a0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <class 'libretime_analyzer.message_listener.MessageListener'>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: > File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/message_listener.py", line 169, in spawn_analyzer_process
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: Pipeline.run_analysis(
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <staticmethod object at 0x7fae60c0b640>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <class 'libretime_analyzer.pipeline.pipeline.Pipeline'>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/pipeline.py", line 103, in run_analysis
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: raise exception
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/pipeline.py", line 80, in run_analysis
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: metadata = analyze_metadata(audio_file_path, metadata)
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β {'ftype': 'audioclip', 'hidden': False}
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β <function analyze_metadata at 0x7fae60be78b0>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/local/lib/python3.8/dist-packages/libretime_analyzer/pipeline/analyze_metadata.py", line 21, in analyze_metadata
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: metadata["filesize"] = filepath.stat().st_size
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β <function Path.stat at 0x7fae621ce820>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β {'ftype': 'audioclip', 'hidden': False}
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: File "/usr/lib/python3.8/pathlib.py", line 1198, in stat
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: return self._accessor.stat(self)
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β β <member '_accessor' of 'Path' objects>
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: β PosixPath('/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3')
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: PermissionError: [Errno 13] Permission denied: '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
Oct 18 17:22:17 wrnc-diffusion libretime-analyzer[894]: 2022-10-18 17:22:17.217 | INFO | libretime_analyzer.status_reporter:send_http_request:106 - HTTP request sent successfully.
Oct 18 17:28:11 wrnc-diffusion libretime-playout[900]: 2022-10-18 17:28:11.249 | INFO | libretime_playout.player.fetch:main:413 - Queue timeout. Fetching schedule manually
Oct 18 17:28:11 wrnc-diffusion libretime-playout[900]: 2022-10-18 17:28:11.320 | INFO | libretime_playout.player.fetch:main:392 - Loop #252
Oct 18 17:28:11 wrnc-diffusion libretime-liquidsoap[898]: 2022/10/18 17:28:11 [server:3] New client: 127.0.0.1.
Oct 18 17:28:11 wrnc-diffusion libretime-liquidsoap[898]: 2022/10/18 17:28:11 [lang:3] dynamic_source.get_id
Oct 18 17:28:11 wrnc-diffusion libretime-liquidsoap[898]: 2022/10/18 17:28:11 [server:3] Client 127.0.0.1 disconnected.
Oct 18 17:28:11 wrnc-diffusion libretime-playout[900]: 2022-10-18 17:28:11.325 | INFO | libretime_playout.player.queue:main:54 - New schedule received
Oct 18 17:28:11 wrnc-diffusion libretime-playout[900]: 2022-10-18 17:28:11.326 | INFO | libretime_playout.player.queue:main:33 - waiting indefinitely for schedule
β libretime-worker.service - LibreTime Worker Service
Loaded: loaded (/lib/systemd/system/libretime-worker.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-10-17 15:34:17 CEST; 1 day 2h ago
Main PID: 903 (sh)
Tasks: 3 (limit: 18837)
Memory: 47.8M
CGroup: /system.slice/libretime-worker.service
ββ 903 /usr/bin/sh -c celery worker --app=libretime_worker.tasks:worker --config=libretime_worker.config --time-limit=1800 --concurrency=1 --loglevel=INFO --logfile=$LIBRETIME_LOG_FILEPATH
ββ1032 /usr/bin/python3 /usr/local/bin/celery worker --app=libretime_worker.tasks:worker --config=libretime_worker.config --time-limit=1800 --concurrency=1 --loglevel=INFO --logfile=/var/log/libretime/worker.log
ββ1359 /usr/bin/python3 /usr/local/bin/celery worker --app=libretime_worker.tasks:worker --config=libretime_worker.config --time-limit=1800 --concurrency=1 --loglevel=INFO --logfile=/var/log/libretime/worker.log
oct. 17 15:34:17 wrnc-diffusion systemd[1]: Started LibreTime Worker Service.
oct. 17 17:49:31 wrnc-diffusion systemd[1]: /lib/systemd/system/libretime-worker.service:18: Unknown key name 'ProtectProc' in section 'Service', ignoring.
oct. 17 17:49:31 wrnc-diffusion systemd[1]: /lib/systemd/system/libretime-worker.service:18: Unknown key name 'ProtectProc' in section 'Service', ignoring.
oct. 17 17:49:31 wrnc-diffusion systemd[1]: /lib/systemd/system/libretime-worker.service:18: Unknown key name 'ProtectProc' in section 'Service', ignoring.
oct. 17 17:49:31 wrnc-diffusion systemd[1]: /lib/systemd/system/libretime-worker.service:18: Unknown key name 'ProtectProc' in section 'Service', ignoring.
oct. 17 17:49:32 wrnc-diffusion systemd[1]: /lib/systemd/system/libretime-worker.service:18: Unknown key name 'ProtectProc' in section 'Service', ignoring.
~$ sudo systemctl --all --plain | egrep 'libretime|nginx|php.*-fpm'
srv-libretime.mount loaded active mounted /srv/libretime
libretime-analyzer.service loaded active running LibreTime Media Analyzer Service
libretime-api.service loaded active running LibreTime API Service
libretime-liquidsoap.service loaded active running LibreTime Liquidsoap Service
libretime-playout.service loaded active running LibreTime Playout Service
libretime-worker.service loaded active running LibreTime Worker Service
nginx.service loaded active running A high performance web server and a reverse proxy server
php7.4-fpm.service loaded active running The PHP 7.4 FastCGI Process Manager
libretime-api.socket loaded active running LibreTime API Socket
libretime.target loaded active active LibreTime Services
LibreTime version
LibreTime Version 3.0.0
rabbitmq-server Version: 3.8.2-0ubuntu1.3
liquidsoap Version: 1.4.2-1~ltppa2
postgresql Version: 12+214ubuntu0.1
ffpmeg Version: 7:4.2.7-0ubuntu0.1
python Version: 3.8.2-0ubuntu2
Installation method and OS / Environment
Operating system: Ubuntu 20.04.5 (Focal)
Method: Installer script
~$ ls -al /home/libretime/
total 12
drwxrwxr-x 3 libretime libretime 4096 oct. 17 17:23 .
drwxr-xr-x 5 root root 4096 oct. 15 12:31 ..
drwxrwxr-x 2 libretime libretime 4096 oct. 18 17:22 organize
~$ findmnt | grep "\[|home"
ββ/home /dev/nvme2n1p4 ext4 rw,relatime
ββ/srv/libretime /dev/nvme2n1p4[/libretime] ext4 rw,relatime
~$ ls -al /home/libretime/organize/
-rw-r--r-- 1 libretime libretime 9129600 oct. 18 17:22 '/home/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
~$ ls -al /srv/libretime/organize/
-rw-r--r-- 1 libretime libretime 9129600 oct. 18 17:22 '/srv/libretime/organize/20-BLACK COUNTRY NEW ROAD - ATHENS, FRANCE.MP3'
Best Regards,