samo Posted June 17, 2015 Share Posted June 17, 2015 Hi, I've updated to v6 and got the sabnzbd, Sonarr, CouchPotato trio working in dockers with one issue. What settings are required to be able to send complete notifications from CouchPotato and Sonarr to my Kodi install running on a Pi2? In CouchPotato I've tried htpc:80 as the host but just get a notification failed message. Thanks, Sam Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 Hi, I've updated to v6 and got the sabnzbd, Sonarr, CouchPotato trio working in dockers with one issue. What settings are required to be able to send complete notifications from CouchPotato and Sonarr to my Kodi install running on a Pi2? In CouchPotato I've tried htpc:80 as the host but just get a notification failed message. Thanks, Sam if you're traversing a network to send notifications from a docker, use the ip address for the pi rather than it's name. are you sure that the kodi webserver is on, and is it on port 80 ? Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 I have the same problem just not from Sonarr or Couchpotato but from Sickbeard, I can see that the notification was sent successfully to my unraid 6 ip address and the correct port number but if I check mysql the update is not added to it, is there a way to trace where it might have stopped? my headless kodi is running and I can open the web interface on the port 8089. Link to comment
samo Posted June 17, 2015 Author Share Posted June 17, 2015 Ah thanks sparklyballs, that was it. Changed to the IP address and it worked fine! Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 I have the same problem just not from Sonarr or Couchpotato but from Sickbeard, I can see that the notification was sent successfully to my unraid 6 ip address and the correct port number but if I check mysql the update is not added to it, is there a way to trace where it might have stopped? my headless kodi is running and I can open the web interface on the port 8089. right, let's start with the simple things first. does the test in sickbeard for kodi notifications report sent succesfully ? when you say nothing is added to mysql , do you mean updates to tv shows etc ? do you have a pre-scanned library scanned in from another kodi machine ? Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 HI Sparkly, yes my library is up to date from a chromebox, however when I manually post process series in Sickbeard and then do the update XBMC it says it sent it successfully (test works fine) but when I afterwards look with HeidiSQL into the data the updated shows don't show the update it used to work fine and I have not changed anything, it stopped working after I upgraded Sickheard some weeks ago and never worked afterwards, but in the log it always shows that it's successful. Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 HI Sparkly, yes my library is up to date from a chromebox, however when I manually post process series in Sickbeard and then do the update XBMC it says it sent it successfully (test works fine) but when I afterwards look with HeidiSQL into the data the updated shows don't show the update it used to work fine and I have not changed anything, it stopped working after I upgraded Sickheard some weeks ago and never worked afterwards, but in the log it always shows that it's successful. ok couple more things, i assume you're using my kodi headless docker or some derivative of it since you're using port 8089 can you post your advancedsettings.xml file (take out any passwords of course) i want to see what your mtime/ctime settings are. and the second, what are you downloading with sab or nzbget ? Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 Hi Sparkly, I am downloading using jdownloader. <advancedsettings> <!-- ##################################################### ############ DON'T EDIT OR DELETE THIS BLOCK ######## --> <videodatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xxxx</pass> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xxxxx</pass> </musicdatabase> <services> <devicename>XBMC Server</devicename> <esallinterfaces>false</esallinterfaces> <escontinuousdelay>25</escontinuousdelay> <esenabled>true</esenabled> <esinitialdelay>750</esinitialdelay> <esmaxclients>20</esmaxclients> <esport>9777</esport> <esportrange>10</esportrange> <upnpannounce>true</upnpannounce> <upnprenderer>false</upnprenderer> <upnpserver>true</upnpserver> <webserver>true</webserver> <webserverpassword>xbmc</webserverpassword> <webserverport>8080</webserverport> <webserverusername>xbmc</webserverusername> <webskin>webinterface.default</webskin> <zeroconf>true</zeroconf> </services> <!-- ############ OR THINGS WILL BREAK ################### ##################################################### ########### THINGS BELOW ARE HOWEVER EDITABLE ####### refer to http://kodi.wiki/view/Advancedsettings.xml for info on the various settings --> <videolibrary> <importresumepoint>true</importresumepoint> <!-- import previously exported resume point from .nfo files --> <importwatchedstate>true</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files --> <backgroundupdate>true</backgroundupdate> <dateadded>1</dateadded> <!-- 0 results in using the current datetime when adding a video; 1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid; 2 results in using the newer datetime of the file's mtime and ctime --> </videolibrary> <musiclibrary> <backgroundupdate>true</backgroundupdate> </musiclibrary> <videoscanner> <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.--> </videoscanner> <splash>false</splash> <bginfoloadermaxthreads>2</bginfoloadermaxthreads> <myvideos> <extractflags>false</extractflags> <extractthumb>false</extractthumb> </myvideos> <lookandfeel> <enablerssfeeds>false</enablerssfeeds> </lookandfeel> <audiooutput> <guisoundmode>0</guisoundmode> <ac3passthrough>false</ac3passthrough> <dtspassthrough>false</dtspassthrough> <multichannellpcm>false</multichannellpcm> <truehdpassthrough>false></truehdpassthrough> <dtshdpassthrough>false</dtshdpassthrough> <mode>2</mode> </audiooutput> <videoscreen> <vsync>2</vsync> </videoscreen> <input> <enablemouse>false</enablemouse> <remoteaskeyboard>false</remoteaskeyboard> </input> <general> <addonnotifications>false</addonnotifications> </general> <skinsettings> <setting type="bool" name="skin.confluence.FirstTimeRun">false</setting> </skinsettings> </advancedsettings> from sickbeard log file 2015-06-17 09:34:28 INFO CP Server Thread-4 :: XBMC: Updating library via JSON method for show The Fosters (2013) 2015-06-17 09:34:28 INFO CP Server Thread-4 :: XBMC: Sending request to update library for host: '192.168.0.24:8089' Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 Hi Sparkly, I am downloading using jdownloader. <advancedsettings> <!-- ##################################################### ############ DON'T EDIT OR DELETE THIS BLOCK ######## --> <videodatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xxxx</pass> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xxxxx</pass> </musicdatabase> <services> <devicename>XBMC Server</devicename> <esallinterfaces>false</esallinterfaces> <escontinuousdelay>25</escontinuousdelay> <esenabled>true</esenabled> <esinitialdelay>750</esinitialdelay> <esmaxclients>20</esmaxclients> <esport>9777</esport> <esportrange>10</esportrange> <upnpannounce>true</upnpannounce> <upnprenderer>false</upnprenderer> <upnpserver>true</upnpserver> <webserver>true</webserver> <webserverpassword>xbmc</webserverpassword> <webserverport>8080</webserverport> <webserverusername>xbmc</webserverusername> <webskin>webinterface.default</webskin> <zeroconf>true</zeroconf> </services> <!-- ############ OR THINGS WILL BREAK ################### ##################################################### ########### THINGS BELOW ARE HOWEVER EDITABLE ####### refer to http://kodi.wiki/view/Advancedsettings.xml for info on the various settings --> <videolibrary> <importresumepoint>true</importresumepoint> <!-- import previously exported resume point from .nfo files --> <importwatchedstate>true</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files --> <backgroundupdate>true</backgroundupdate> <dateadded>1</dateadded> <!-- 0 results in using the current datetime when adding a video; 1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid; 2 results in using the newer datetime of the file's mtime and ctime --> </videolibrary> <musiclibrary> <backgroundupdate>true</backgroundupdate> </musiclibrary> <videoscanner> <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.--> </videoscanner> <splash>false</splash> <bginfoloadermaxthreads>2</bginfoloadermaxthreads> <myvideos> <extractflags>false</extractflags> <extractthumb>false</extractthumb> </myvideos> <lookandfeel> <enablerssfeeds>false</enablerssfeeds> </lookandfeel> <audiooutput> <guisoundmode>0</guisoundmode> <ac3passthrough>false</ac3passthrough> <dtspassthrough>false</dtspassthrough> <multichannellpcm>false</multichannellpcm> <truehdpassthrough>false></truehdpassthrough> <dtshdpassthrough>false</dtshdpassthrough> <mode>2</mode> </audiooutput> <videoscreen> <vsync>2</vsync> </videoscreen> <input> <enablemouse>false</enablemouse> <remoteaskeyboard>false</remoteaskeyboard> </input> <general> <addonnotifications>false</addonnotifications> </general> <skinsettings> <setting type="bool" name="skin.confluence.FirstTimeRun">false</setting> </skinsettings> </advancedsettings> from sickbeard log file 2015-06-17 09:34:28 INFO CP Server Thread-4 :: XBMC: Updating library via JSON method for show The Fosters (2013) 2015-06-17 09:34:28 INFO CP Server Thread-4 :: XBMC: Sending request to update library for host: '192.168.0.24:8089' is that show actually in your kodi library to play ? the reason i asked for the advancedsettings.xml and what you're downloading with, is that depending on this setting <dateadded>1</dateadded> in conjunction with your downloaders setting regards in dating a file that it unpacks it can appear that you have nothing new in your library because it thinks it's an older file and it doesn't show in recently added or at the top of your mysql file. if it's a new episode or doesn't show up at all, then that's something different going on. Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 Hi Sparkly, yes the show is already in my database and the episode was only shown yesterday but this was just one example I pasted, none of my updates from Sickbeard make it to my database. Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 Hi Sparkly, yes the show is already in my database and the episode was only shown yesterday but this was just one example I pasted, none of my updates from Sickbeard make it to my database. do you have any other apps like couchpotato etc ? Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 no couchpotato running but I might have discovered a fault of mine as the user I inserted to kodi did not have rights on mysql I changed this now, let's see if it now works. Link to comment
sparklyballs Posted June 17, 2015 Share Posted June 17, 2015 no couchpotato running but I might have discovered a fault of mine as the user I inserted to kodi did not have rights on mysql I changed this now, let's see if it now works. well that would definitely make a difference. Link to comment
MrLondon Posted June 17, 2015 Share Posted June 17, 2015 IT WORKS NOW, I see simple mistakes can have a big impact. Thanks again Sparkly. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.