"NullPointerException" grabbing artwork

Any questions? Need some help?
Post Reply
mikejandreau
Posts: 42
Joined: 07 Jun 2017, 16:50

"NullPointerException" grabbing artwork

Post by mikejandreau »

For one particular movie (Vivarium 2020), I'm getting this error when manually fetching artwork from the CLI.

Command:

Code: Select all

filebot -script fn:artwork.tmdb ./
I'm running that from within the directory holding the video file.

It outputs:

Code: Select all

Volumes/Super Storage/Video/Movies/Vivarium (2020) => Vivarium (2020)
Generate Movie NFO: Vivarium [458305]
Fetching /Volumes/Super Storage/Video/Movies/Vivarium (2020)/poster.jpg => [posters/1000x1500, en, 5.384, https://image.tmdb.org/t/p/original/bk5xkiXc1msKwrRJ5WtisHui8xE.jpg]
NullPointerException
Done ヾ(@⌒ー⌒@)ノ
So I get the poster.jpg and movie.nfo, but none of the other artwork gets grabbed.

If I run it a second time:

Code: Select all

/Volumes/Super Storage/Video/Movies/Vivarium (2020) => Vivarium (2020)
Generate Movie NFO: Vivarium [458305]
Artwork already exists: /Volumes/Super Storage/Video/Movies/Vivarium (2020)/poster.jpg
NullPointerException
Done ヾ(@⌒ー⌒@)ノ
I've never seen this before (and have grabbed artwork both manually and automatically [via AMC] for hundreds of movies. I'm wondering if maybe it's because the film is so new?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: "NullPointerException" grabbing artwork

Post by rednoah »

I see. I can reproduce the issue as well. Fixed with FileBot r7294 and up.
:idea: Please read the FAQ and How to Request Help.
Post Reply