Search found 4 matches
- 03 Oct 2017, 20:43
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
Re: java.nio.file.NoSuchFileException
Is there a way to install a standard debian package instead of this snap stuff?
- 01 Oct 2017, 18:16
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
Re: java.nio.file.NoSuchFileException
You are right, it is indeed some kind of permission issue but I don't know how to resolve it.
The files are on my secondary hard drive which are mounted to /data/.
If I copy my test file to the Desktop it works fine.
I tried this:
sudo snap connect filebot:removable-media
As well as ...
The files are on my secondary hard drive which are mounted to /data/.
If I copy my test file to the Desktop it works fine.
I tried this:
sudo snap connect filebot:removable-media
As well as ...
- 30 Sep 2017, 23:36
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
Re: java.nio.file.NoSuchFileException
What is the value of $extractedPath when you call filebot ?
Use set -xu if you're not sure what you're doing:
set -xu
$extractedPath is the path to the directory ->/data/Downloads/Movies/Extracted/
What does set -xu do?
Odly enough I also tried to do this:
filebot -mediainfo /path/I/am ...
- 30 Sep 2017, 19:18
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
java.nio.file.NoSuchFileException
I updated to the newest filebot (4.7.9) and now filebot is not working for me anymore.
I installed it via snap. Before it was a standard apt-get package.
I always get this error:
Illegal Argument: java.nio.file.NoSuchFileException:
I call filebot like this:
filebot -rename -r "$extractedPath ...
I installed it via snap. Before it was a standard apt-get package.
I always get this error:
Illegal Argument: java.nio.file.NoSuchFileException:
I call filebot like this:
filebot -rename -r "$extractedPath ...