rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.38k stars 600 forks source link

issue on post processing #3050

Closed dorel14 closed 6 years ago

dorel14 commented 6 years ago

Hello On post processing i see this in logs Uncaught exception: Traceback (most recent call last): File "/opt/headphones/headphones/logger.py", line 214, in new_run old_run(*args, **kwargs) File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/opt/headphones/headphones/postprocessor.py", line 1306, in forcePostProcess verify(rgid, folder, forced=True, keep_original_folder=keep_original_folder) File "/opt/headphones/headphones/postprocessor.py", line 303, in verify keep_original_folder, forced, single) File "/opt/headphones/headphones/postprocessor.py", line 425, in doPostProcessing downloaded_track_list = music_encoder.encode(albumpath) File "/opt/headphones/headphones/music_encoder.py", line 224, in encode shutil.rmtree(tempDirEncode) File "/usr/lib/python2.7/shutil.py", line 239, in rmtree onerror(os.listdir, path, sys.exc_info()) File "/usr/lib/python2.7/shutil.py", line 237, in rmtree names = os.listdir(path) OSError: [Errno 13] Permission denied: '/home/music/Depeche Mode - Cover Me (Remixes)(2017)(FLAC)(WEB)/temp'

Or my settings are lettings Headphones write in system temp folder to post process.

My version : Version: d72228cfe2110b3945f2e8b8a1e7b087be6cab07

I'm raspbian stretch

dorel14 commented 6 years ago

Sorry bad options from user , i close