Kodi Community Forum

Full Version: Kodi Crashes everynight when checking for addon updates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been dealing with this problem for over a month on 2 different systems, Huh I've deleted most of the addons and all but three repository's (Kodi Repository and Repo VC (Voxcommando Repo) Lunatixz Repo) and I have come to find out that it is happening when its checking for updates,

I've searched the forums and haven't found anything that seems to fix the problem


Both systems are windows 8.1 but have different specs

Main System Log: http://pastebin.com/V3vwuNRt

2nd System Log: http://pastebin.com/7bqjH0dK

removing Repo on 2nd system Log: http://pastebin.com/6WZHSGSn

and just in case here's a copy of my advanced settings
Code:
<advancedsettings>
  
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.110</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
    <cleanonupdate>true</cleanonupdate>
  </videolibrary>
  <video>
    <timeseekbackward>-7</timeseekbackward>
</video>
<pathsubstitution>  
  <substitute>
    <from>special://profile/playlists/</from>
    <to>SMB://MAIN-XBMC/Users/sallyj/AppData/Roaming/Kodi/userdata/playlists/</to>
  </substitute>
</pathsubstitution>

  </advancedsettings>

From what I found none of my advanced settings should be causing the problem but I saw on another thread where a cache setting did cause it, so I thought I better cover all bases

Also I have to go into my addons are no longer updating automatically, I'm assuming its because of the crashes
You forgot to turn on the debugging though.

Do you run a proxy in KODI?
Could also be the add-on or repo maintainer has did a funny with the URL to the root directory that contains the addon/s, being that its unsure of file path to unzip addon files into.

Maybe TS with a portable install and grab a few latest version of the addons your using from the respective repos/GIT and install as .zip
If that pans out then you can simply replace the ones you have in kodi/addons with your portable run

HTH
K4sh1n Thanks for the Reply,

that's odd debugging was on for all three of the log files I could see the stats in the top left corner of my screen, the two labled "Main" and "2nd" where turned on before I went to bed and the "removing Repo on 2nd system Log" was turned on after I discovered it happens when uninstalling a Repo,

every thing else makes sense but what do you mean by "Maybe TS with a portable install"
Dunno, I see this on the linked pastebin/s: Disabled debug logging due to GUI setting. Level 0.

TS = Troubleshoot/run KODI in portable mode by adding the -p switch to the shortcut

1.6 Portable mode
got ya, Sorry TS is what threw me off, I'll see what I can figure out thanks