Kodi Community Forum

Full Version: Failed to rename images in .actors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm running TMM dockerized. The docker has access to mounted external targets. These targets are read/write, owner is correct. When downloading artwork, TMM works for the movie artwork but not for the .actors artwork. Here are permissions:

root@Baer:~# ls -lisa /mnt/disk20/Movies/J\ 4K/
total 34292516
 8589934734        4 drwxrwxrwx 5 baer users        4096 Jan 16 08:57 ./
 6456315789        0 drwxrwxrwx 3 baer users          72 Jan 16 08:35 ../
10737418376        0 drwxrwxrwx 2 baer users          10 Jan 16 09:01 .actors/

What does this error mean?

...
2019-01-16 08:58:20,776 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.scraper.http.Url:271 - getting https://m.media-amazon.com/images/M/MV5B...wNw@@..jpg
2019-01-16 08:58:21,230 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:757 - try to copy file cache/image/31509cefd97a3c93281c741e7a1ac91c.jpg to /media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg
2019-01-16 08:58:21,236 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:784 - copy did not work/media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg: Operation not permitted
2019-01-16 08:58:21,236 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:791 - rename did not work - sleep a while and try again...
2019-01-16 08:58:22,245 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:784 - copy did not work/media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg: Operation not permitted
2019-01-16 08:58:22,245 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:791 - rename did not work - sleep a while and try again...
2019-01-16 08:58:23,254 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:784 - copy did not work/media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg: Operation not permitted
2019-01-16 08:58:23,254 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:791 - rename did not work - sleep a while and try again...
2019-01-16 08:58:24,263 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:784 - copy did not work/media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg: Operation not permitted
2019-01-16 08:58:24,263 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:791 - rename did not work - sleep a while and try again...
2019-01-16 08:58:25,271 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:784 - copy did not work/media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg: Operation not permitted
2019-01-16 08:58:25,272 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:791 - rename did not work - sleep a while and try again...
2019-01-16 08:58:26,272 ERROR [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:800 - Failed to rename file 'cache/image/31509cefd97a3c93281c741e7a1ac91c.jpg to /media/disks/192.168.178.34_disk20/Filme/J 4K/.actors/Edward_Fox.jpg
...

Thanks in advance.