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

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Mantinum
Posts: 4
Joined: 26 Aug 2018, 07:05

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

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Mantinum
Posts: 4
Joined: 26 Aug 2018, 07:05

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

Post 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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply