Fetch Artwork nullpointer - bug found

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
fanboy
Posts: 4
Joined: 07 Oct 2013, 07:08

Fetch Artwork nullpointer - bug found

Post by fanboy »

Hi,

If you try and run the Fetch Artwork script (artwork.tmdb) and you have the movie 'Epic' in the folder, it causes a nullpointer:

NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.filebot.web.TMDbClient.searchMovie(Unknown Source)

The cause of this is that there is a release group called Epic also. This issue is seen and fixed with another movie/release group clash here also:

http://www.filebot.net/forums/viewtopic.php?f=4&t=920

Just wanted to report it :D

Thanks for the hard work.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fetch Artwork nullpointer - bug found

Post by rednoah »

Filenames please ;)
:idea: Please read the FAQ and How to Request Help.
fanboy
Posts: 4
Joined: 07 Oct 2013, 07:08

Re: Fetch Artwork nullpointer - bug found

Post by fanboy »

Ah yes, sorry! The folder is called Epic (2013) [1080p] and the filename is Epic.2013.1080p.BluRay.x264.YIFY.mp4
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fetch Artwork nullpointer - bug found

Post by rednoah »

The bug seems familiar. I think it's fixed with the latest revision. You can try with the latest HEAD or RC.
:idea: Please read the FAQ and How to Request Help.
Post Reply