Kodi notifications not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
apw63
Posts: 9
Joined: 19 Nov 2013, 16:41

Kodi notifications not working

Post by apw63 »

I'm getting these error when filebot (AMC) tries to rename and move files. I copy and pasted this out of the log file. I'm just not sure where to start troubleshooting. Thank you for any help

Code: Select all

]Connection refused: connect
java.net.ConnectException: Connection refused: connect
	at net.filebot.cli.ScriptShellBaseClass.telnet(ScriptShellBaseClass.java:296)
	at Script2$_showNotification_closure2.doCall(Script2.groovy:18)
	at Script2$_showNotification_closure2.doCall(Script2.groovy)
	at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
	at Script2.showNotification(Script2.groovy:17)
	at Script1$_run_closure78$_closure160.doCall(Script1.groovy:474)
	at Script1$_run_closure78$_closure160.doCall(Script1.groovy)
	at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
	at Script1$_run_closure78.doCall(Script1.groovy:473)
	at Script1.run(Script1.groovy:471)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
	at net.filebot.Main.main(Main.java:120)
Connection refused: connect
java.net.ConnectException: Connection refused: connect
	at net.filebot.cli.ScriptShellBaseClass.telnet(ScriptShellBaseClass.java:296)
	at Script2$_scanVideoLibrary_closure1.doCall(Script2.groovy:10)
	at Script2$_scanVideoLibrary_closure1.doCall(Script2.groovy)
	at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
	at Script2.scanVideoLibrary(Script2.groovy:9)
	at Script1$_run_closure78$_closure160.doCall(Script1.groovy:475)
	at Script1$_run_closure78$_closure160.doCall(Script1.groovy)
	at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
	at Script1$_run_closure78.doCall(Script1.groovy:473)
	at Script1.run(Script1.groovy:471)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
	at net.filebot.Main.main(Main.java:120)
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Is this a filebot, java or kodi issue

Post by rednoah »

The logs just shows that it can't send Kodi notifications. It just means that it can't connect to Kodi.

There's nothing about moving (or not moving) files. Having a look at the complete log would be helpful.
:idea: Please read the FAQ and How to Request Help.
apw63
Posts: 9
Joined: 19 Nov 2013, 16:41

Re: Kodi notifications not working

Post by apw63 »

I got it working. I had the kodi web server set to the wrong port. I changed it to 9090 and its working great now.
Post Reply