I just today updated to the newest version (first time I updated to one of the new "CouchPotato"-builds. So far looks great, However I am having a little trouble with renaming and moving of my downloaded movies.
It created the new directory with the correct name, but never moves or renames the movie. Here is the log:
Code: Select all
14:20:42,786 INFO [app.lib.cron.cronRenamer] Found movie via MovieQueue.
14:20:44,540 INFO [app.lib.cron.cronRenamer] Total size of new files is 699.
14:20:44,542 INFO [app.lib.cron.cronRenamer] Trying to find a home for: PrisM-KillersR5.avi
14:20:44,546 INFO [app.lib.cron.cronRenamer] Creating directory \\QNAP\Qmultimedia\Movies\Download\Killers (2010)
14:20:44,746 INFO [app.lib.cron.cronRenamer] Quality Old: 0, New 699.
14:20:44,756 INFO [app.lib.cron.cronRenamer] Moving file "\\QNAP\Qmultimedia\Movies\Download\_SABNZBD download\Killers.2010.R5.LINE.XviD-PrisM\PrisM-KillersR5.avi" to \\QNAP\Qmultimedia\Movies\Download\Killers (2010)\Killers.2010.R5.Download.avi.
14:20:45,119 CRITI [stderr] Exception in thread Thread-5:
Traceback (most recent call last):
File "..\build\pyi.win32\CouchPotato\outPYZ1.pyz/threading", line 532, in __bootstrap_inner
File "C:/Users/Server/AppData/Local/Temp/_MEI52402\app\lib\cron\cronRenamer.py", line 50, in run
self.doRename()
File "C:/Users/Server/AppData/Local/Temp/_MEI52402\app\lib\cron\cronRenamer.py", line 95, in doRename
finalDestination = self.renameFiles(files, movie['movie'], movie['queue'])
File "C:/Users/Server/AppData/Local/Temp/_MEI52402\app\lib\cron\cronRenamer.py", line 239, in renameFiles
shutil.move(old, dest)
File "..\build\pyi.win32\CouchPotato\outPYZ1.pyz/shutil", line 264, in move
File "..\build\pyi.win32\CouchPotato\outPYZ1.pyz/shutil", line 99, in copy2
File "..\build\pyi.win32\CouchPotato\outPYZ1.pyz/shutil", line 52, in copyfile
IOError: [Errno 13] Permission denied: '\\\\QNAP\\Qmultimedia\\Movies\\Download\\_SABNZBD download\\Killers.2010.R5.LINE.XviD-PrisM\\PrisM-KillersR5.avi'
Anything in there that gives an explanation?