Page 1 of 1

"NullPointerException" grabbing artwork

Posted: 28 Mar 2020, 14:36
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?

Re: "NullPointerException" grabbing artwork

Posted: 28 Mar 2020, 15:21
by rednoah
I see. I can reproduce the issue as well. Fixed with FileBot r7294 and up.