XBMC notification not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jofist
Posts: 2
Joined: 04 May 2014, 08:21

XBMC notification not working

Post by jofist »

Hi,

First I want to say your script is great.

The process works just fine but it cannot connect to the xbmc server on my raspberry pi to notify it to rescan.

Here is the command I use : --def xbmc=192.168.1.31
Notify XBMC: 192.168.1.31
java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
I tried these commands too but they do not work neither :
--def xbmc=192.168.1.31:9090
--def xbmc=raspbmc
...

I also tried with my firewalls deactivated but still nothing

Thanks for your help !
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: XBMC notification not working

Post by rednoah »

You probably haven't enabled it:
http://wiki.xbmc.org/?title=JSON-RPC_AP ... g_JSON-RPC

FileBot uses the API via TCP protocol on the default port 9090 of the given host.
:idea: Please read the FAQ and How to Request Help.
jofist
Posts: 2
Joined: 04 May 2014, 08:21

Re: XBMC notification not working

Post by jofist »

It was already enabled and the connection was still refused but I rebooted it and it worked !

Thank you
Post Reply