@SethDeBlade wrote:
Hi folks
migrating from to a new NAS I am struggeling to get flexget up and running.
On my old NAS I used it as local python package to check twice per day via ftp_list and download via ftp_download in case of new filesOn the new NAS I am struggeling to get flexget running with docker. The installation accoring the installation guide worked for the most cases (skipped the transmission part because I don't need it)
After the installation I got errors because flexget couldn't check my /volume1/video folder with "exists" and "seen" plugin. After adding the path to the container config I hope it workes for all the sub-folders too.
Now I get the "Starting schedule" message. I played around a bit because I wanted to use the "execute" command I got the following message
2019-01-15 22:24 CRITICAL task 1234 ftputil is required for this plugin
2019-01-15 22:24 WARNING task 1234 Aborting task (plugin: ftp_list)How can I install the ftputil 3rd party plugin to the container/image?
Because I am completely new to the docker system I am overwelmed of it's possibilities and searching the internet didn't help me eather.I already tried
docker exec flexget pip install ftputil
but that only gave me an user permossion error.
Installing collected packages: ftputil
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/site-packages/ftputil'
Consider using the--user
option or check the permissions."docker" is the only user within the container as far as I understand it
I would be very happy if one of you could help me out.
Cheers
Frank
Posts: 1
Participants: 1