Import Pending with .mp3 files

Greetings, having the LibreTime on Raspberry Pi running normally. When im uploading files, some times they completed and some times the are stuck on Import Pending status, and after some time they get failed. Bellow i will paste a section of the log from my latest upload (which is showing as file on the library and i can also preview it or put it on schedule)

2020-01-29 03:03:23,677 [message_listener] [INFO ] Listening for messages…
2020-01-29 04:01:38,103 [message_listener] [INFO ] - Received ‘{“tmp_file_path”:“/srv/airtime/stor/organize/Detect with Dale Swaby 015.mp3”,“storage_backend”:“file”,“import_directory”:“/srv/airtime/stor//imported/1”,“original_filename”:“Detect with Dale Swaby 015.mp3”,“callback_url”:“http://localhost//rest/media/433”,“api_key”:“0VGRU0AF7ZU36D5UWFOI”,“file_prefix”:“”}’ on routing_key ‘’
2020-01-29 04:06:13,162 [message_listener] [ERROR] Connection to message queue failed.
2020-01-29 04:06:13,175 [message_listener] [ERROR] (-1, “error(104, ‘Connection reset by peer’)”)
2020-01-29 04:06:13,178 [message_listener] [INFO ] Retrying in 5 seconds…
2020-01-29 04:06:13,652 [status_reporter] [INFO ] HTTP request sent successfully.
2020-01-29 04:06:18,227 [message_listener] [INFO ] Listening for messages…
2020-01-29 04:06:18,234 [message_listener] [INFO ] - Received ‘{“tmp_file_path”:“/srv/airtime/stor/organize/Detect with Dale Swaby 015.mp3”,“storage_backend”:“file”,“import_directory”:“/srv/airtime/stor//imported/1”,“original_filename”:“Detect with Dale Swaby 015.mp3”,“callback_url”:“http://localhost//rest/media/433”,“api_key”:“0VGRU0AF7ZU36D5UWFOI”,“file_prefix”:“”}’ on routing_key ‘’
2020-01-29 04:06:18,236 [analyzer_pipeline] [ERROR] [Errno 2] No such file or directory: ‘/srv/airtime/stor/organize/Detect with Dale Swaby 015.mp3’
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 66, in run_analysis
metadata = MetadataAnalyzer.analyze(audio_file_path, metadata)
File “/usr/local/lib/python2.7/dist-packages/airtime_analyzer-0.1-py2.7.egg/airtime_analyzer/metadata_analyzer.py”, line 32, in analyze
metadata[“filesize”] = os.path.getsize(filename)
File “/usr/lib/python2.7/genericpath.py”, line 57, in getsize
return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: ‘/srv/airtime/stor/organize/Detect with Dale Swaby 015.mp3’
2020-01-29 04:06:18,247 [message_listener] [ERROR] Analyzer pipeline exception: [Errno 2] No such file or directory: ‘/srv/airtime/stor/organize/Detect with Dale Swaby 015.mp3’
2020-01-29 04:06:18,249 [message_listener] [INFO ] - Received ‘{“tmp_file_path”:“/srv/airtime/stor/organize/Weekeng Grooves episode07 (30.01.2020).mp3”,“storage_backend”:“file”,“import_directory”:“/srv/airtime/stor//imported/1”,“original_filename”:“Weekeng Grooves episode07 (30.01.2020).mp3”,“callback_url”:“http://localhost//rest/media/434”,“api_key”:“0VGRU0AF7ZU36D5UWFOI”,“file_prefix”:“”}’ on routing_key ‘’
2020-01-29 04:06:18,578 [status_reporter] [INFO ] HTTP request sent successfully.
2020-01-29 04:08:56,930 [cuepoint_analyzer] [WARNI] Silan cue out 10812.100750 or length 5407.680958 differs too much from the Mutagen length 5407.66679167. Ignoring Silan values.

Is there any thoughts where that problem coming from? Im really braking my head trying to understand if there is a typo problem coz i see that the file is saved on /srv/airtime/stor//imported/1

so why there is a double //? it should be one right? maybe this thing creating the problem?
then the analyzer trying to find the file on “organize” folder and it is missing? it should stay inside the “organize” folder untill every action finished for importing right but it is already moved on “imported” file?

Should be only 1 forward slash. What do you see in your db in cc_music_dirs? Do you have one with /srv/airtime/stor/ ?