I've recently been in the process of setting up filebot with qbittorrent and kodi. I seem to have all my naming issues and run program triggers all set, but I'm now having issues getting kodi to trigger a library scan. I get the following error...
Notify Kodi: 192.168.20.13:9090
GET: http://192.168.20.13:9090/jsonrpc?request=%7B%22jsonrpc%22%3A%222.0%22%2C%22method%22%3A%22GUI.ShowNotification%22%2C%22params%22%3A%7B%22title%22%3A%22FileBot+finished+processing+1+files%22%2C%22message%22%3A%22Supergirl.S02E02.720p.HDTV.X264-DIMENSION%22%2C%22image%22%3A%22http%3A%2F%2Fapp.filebot.net%2Ficon.png%22%7D%2C%22id%22%3A1%7D
Server returned HTTP response code: 400 for URL: http://192.168.20.13:9090/jsonrpc?request=%7B%22jsonrpc%22%3A%222.0%22%2C%22method%22%3A%22GUI.ShowNotification%22%2C%22params%22%3A%7B%22title%22%3A%22FileBot+finished+processing+1+files%22%2C%22message%22%3A%22Supergirl.S02E02.720p.HDTV.X264-DIMENSION%22%2C%22image%22%3A%22http%3A%2F%2Fapp.filebot.net%2Ficon.png%22%7D%2C%22id%22%3A1%7D
I've searched and haven't really found the reason for an http 400 error. My Kodi system is on OpenElec 6(kodi v15). Media is on a cifs share via smb://server/tvshows or smb://server/movies. Any other ways I can troubleshoot this?
Settings --> Network --> Remote Control --> Allow Programs on other systems to control Kodi
I noticed a new port opened up after scanning the OpenElec/Kodi system. Port 9090. From my searching, I was under the impression that filebot would use this port since it didn't use an HTTP API, but rather a TCP API. As mentioned in this post. viewtopic.php?t=2759#p15667
It turns out that the port specified in the following setting is what port Filebot uses to correctly send a library update. Default for OpenElec was 80.
Thanks for responding rednoah. Is there documentation somewhere that I was missing? I hate to be a bother on forums if the information is already out there.