[Live] Dharma 4 beta - Problems installing addons (fresh install)
#1
Hi!

Just went from a 9.11 stable installation to a fresh install of dharma 4 and I'm having some problems with the addon manager.

I have managed to install Transparancy! after the first installation successfully. But after that all other addons I tried installing frooze at 0%.

Tonight I tried reinstalling dharma and I could successfully install the XBMC Subtitle addon through the Addon Manager. But now all other addons fails to install.

I have checked the permissions for addons.db, tried deleting the userdata folder etc.

From the log I can see that curl fails with code 28, which indicates that it's unable to download data. But when I wget the same URL I have no problems...

XBMC.log:
http://pastebay.com/109721
Reply
#2
See existing thread on this. I had to use advancesettings.xml to change curl timeout.
Reply
#3
Thanks!

Adding the following lines in advancedsettings.xml did the trick.


<network>
<autodetectpingtime>30</autodetectpingtime> <!-- Length in seconds between pinging the network to detect new xbox's -->
<curlclienttimeout>40</curlclienttimeout> <!-- Timeout in seconds for libcurl (http/ftp) connections -->
<curllowspeedtime>40</curllowspeedtime> <!-- Time in seconds for libcurl to consider a connection lowspeed -->
<httpproxyusername></httpproxyusername> <!-- username for Basic Proxy Authentication -->
<httpproxypassword></httpproxypassword> <!-- password for Basic Proxy Authentication -->
</network>
Reply

Logout Mark Read Team Forum Stats Members Help
[Live] Dharma 4 beta - Problems installing addons (fresh install)0