Page 1 of 1

File empty error [SYMLINK] Failure: java.nio.file.NoSuchFileException

Posted: 11 Sep 2018, 04:38
by Mantinum
Hello everyone, and excuse my English, here I have a problem with filebot on a Debian server, in fact Filebot (for some series) leaves me empty folders and does not process videos.
It creates the files of the name of the series as well as the number of season, only the files are empty.
eg: home / user / Media / Serie / Season / is created but the directory is empty.

If I run Filebot manually this is the error:

Code: Select all

Rename episodes using [TheTVDB]
Auto-detected query: [Shooter]
Fetching episode data for [Shooter]
[SYMLINK] From [/home/alex/torrents/Shooter.S01.FRENCH.1080p.WEB-DL.H264-FRATERNiTY/Shooter.S01E01.FRENCH.1080p.WEB-DL.H264-FRATERNiTY.mkv] to [/home/alex/Media/TV Shows/Shooter, tireur d'élite/Season 01/Shooter, tireur d'élite - S01E01 - Sniper contre sniper.mkv]
[SYMLINK] Failure: java.nio.file.NoSuchFileException: /home/alex/Media/TV Shows/Shooter, tireur d'?lite/Season 01/Shooter, tireur d'?lite - S01E01 - Sniper contre sniper.mkv
Processed 0 files
thank you very much

Re: File empty error [SYMLINK] Failure: java.nio.file.NoSuchFileException

Posted: 11 Sep 2018, 06:02
by rednoah
What does sysinfo output say?

The error message shows that somehow something is wrong with Unicode characters on your system, meaning no symlinks are created. Empty files or broken symlinks would indicate a different issue not seen in the lot you posted.

Re: File empty error [SYMLINK] Failure: java.nio.file.NoSuchFileException

Posted: 11 Sep 2018, 07:17
by Mantinum
Thank you for your extremely quick respite only the command

Code: Select all

Thank you for your extremely quick respite only the order:
return error :

Code: Select all

-bash: filebot: command not found
To know that Filebot works perfectly with certain series and film, I even tried to change the names several times but nothing to do

thanks

Edit : Thank you you gave me a track actually it was the addition of the french language in the filebot.sh:

Code: Select all

export LANG="fr_FR.UTF-8"
export LC_ALL="fr_FR.UTF-8"
I do not know why it works halfway?

Re: File empty error [SYMLINK] Failure: java.nio.file.NoSuchFileException

Posted: 11 Sep 2018, 08:01
by rednoah
I'll work for files that don't contain special characters, so even if the charset is configured incorrectly, it won't matter for most movies.