Problems with scheduled running from CLI
Posted: 10 Mar 2016, 21:05
Hi,
I used to use FileBot GUI, but now started to use it from CLI, and set up some AMC to move the downloaded movies to Plex. If I run the script from CLI, it works fine. If I put exactly the same script to windows scheduler, it runs, but in the log file there is just an error, that it is not able to find my mounted network drive.
My script is simple:
Z drive is where the torrented movies are, Y is the drive Plex reads.
If I run from command line and all the files are already copied, this is the result in the log:
If I run the same from scheduler, this is the result in the log:
Any ideas why it does not find Z drive, if I run it from the scheduler?
Thanks for your support in advance!
I used to use FileBot GUI, but now started to use it from CLI, and set up some AMC to move the downloaded movies to Plex. If I run the script from CLI, it works fine. If I put exactly the same script to windows scheduler, it runs, but in the log file there is just an error, that it is not able to find my mounted network drive.
My script is simple:
Z drive is where the torrented movies are, Y is the drive Plex reads.
Code: Select all
filebot -script fn:amc --output "Y:/AppleTVReady" --action copy -non-strict "Z:/" --log-file amc.log --def excludeList=amc.txt
Code: Select all
Run script [fn:amc] at [Wed Mar 09 15:16:24 CET 2016]
Parameter: excludeList = amc.txt
Argument: Z:\
Using excludes: Y:\AppleTVReady\amc.txt (8)
Ignore hidden folder: Z:\.TemporaryItems
No files selected for processing
Failure (°_°)
Code: Select all
Run script [fn:amc] at [Wed Mar 09 22:28:27 CET 2016]
Parameter: excludeList = amc.txt
Argument: Z:\
File not found: Z:\
Failure (°_°)
Thanks for your support in advance!