URI can't be null

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Ernie95
Posts: 10
Joined: 17 Oct 2015, 19:07

URI can't be null

Post by Ernie95 »

Dear All,

I am using filebot on my debian VM.

It works fine for the moving and renaming files except that at the end of the process I have the following error/warning :
IllegalArgumentException: URI can't be null.

I think that it comes from my last line of my script:
sh /pathoffilebot/.filebot/filebot.sh -script fn:cleaner --def root=y /home/pathfordelete

I try also like this:
sh /home/champagne/.filebot/filebot.sh -script fn:cleaner --def root=y "/home/pathfordelete"

Any idea ?

Thanks
Post Reply