Any problems with the program recently?

All your suggestions, requests and ideas for future development
Post Reply
neriox
Posts: 18
Joined: 04 Feb 2013, 02:14

Any problems with the program recently?

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

Re: Any problems with the program recently?

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