Page 1 of 1

Any problems with the program recently?

Posted: 03 Sep 2013, 23:56
by neriox
Any problems with the program recently?
When you open the FileBot line of command, the following error appears, and then nothing happens ...

Code: Select all

NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
	at net.sourceforge.filebot.web.TMDbClient.searchMovie(Unknown Source)
	at net.sourceforge.filebot.media.MediaDetection.queryMovieByFileName(Unknown Source)
	at net.sourceforge.filebot.media.MediaDetection.detectMovie(Unknown Source)
	at net.sourceforge.filebot.media.MediaDetection$detectMovie.call(Unknown Source)
	at Script2.detectMovie(Script2.groovy:237)
	at Script2.detectMovie(Script2.groovy)
	at Script3$_run_closure31.doCall(Script3.groovy:136)
	at Script3.run(Script3.groovy:121)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
	at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
grateful

Re: Any problems with the program recently?

Posted: 04 Sep 2013, 03:11
by rednoah
Same as this:
http://www.filebot.net/forums/viewtopic.php?f=4&t=920

Should be fixed with r1708. I assume TMDb changed some little aspects of how the API sends responses.