Error No media files: []
Posted: 13 Sep 2020, 13:43
Hello @rednoah,
After updating to the latest v 4.9.1, thanks to you, I was trying to use CLI for the first time. Unfortunately, both the CLI and GUI doesn't work with my Remote File System anymore. It works for local files though.
D: is local, where I've mounted my remote as remote
In CLI:
However, the system can read the remote directory fine, as seen below:
In GUI:
a (which was working fine with v4.8.5), Fetch Data doesn't do anything now.
Running def f in Groovy Pad gives:
The error log at %APPDATA%/FileBot hasn't recorded anything since license activation.
Any help is appreciated.
Thank you.
After updating to the latest v 4.9.1, thanks to you, I was trying to use CLI for the first time. Unfortunately, both the CLI and GUI doesn't work with my Remote File System anymore. It works for local files though.
D: is local, where I've mounted my remote as remote
In CLI:
Code: Select all
C:\Users\X>filebot -rename "D:/remote/f17" --db TheMovieDB --output "D:/remote/17done" --format "{n} ({y})/{n} ({y}) - [{vf}] {[vc]} [{ac} {channels}]"
Rename movies using [TheMovieDB]
No media files: []
Failure (×_×)??
Code: Select all
C:\Users\X>cd /d d:/remote/f17
d:\remote\f17>
a (which was working fine with v4.8.5), Fetch Data doesn't do anything now.
Running def f in Groovy Pad gives:
Code: Select all
def f = 'D:/remote/f17' as File
println f D:\remote\f17
println f.exists() true
println f.isFile() false
println f.isDirectory() true
println f.listFiles() [D:\remote\f17\Test-Folder]
println f.canRead() true
println f.canWrite() true
Code: Select all
Sep 13, 2020 3:49:19 PM net.filebot.CacheManager acquireDiskStore
WARNING: Current application revision (r7372) does not match cache revision (r6224): reset cache
Sep 13, 2020 3:49:19 PM net.filebot.CacheManager acquireDiskStore
WARNING: Initialize new disk cache: C:\Users\X\AppData\Roaming\FileBot\cache\1
Sep 13, 2020 3:49:21 PM net.filebot.License lambda$verifyLicense$1
WARNING: Activate License [T1319] on [Sun Sep 13 15:49:21 IST 2020]
Thank you.