xbmc can't install/update any add-on
#1
Machine is raspberry pi 512MB, os is archlinuxarm, xbmc is xbmc-rbp-git, I cant install/update any add-on, force refresh did not help, the debug log shows:
Code:
13:11:29 T:2896466992   DEBUG: CFileCache::Open - opening <addons/gotham/addons.xml> using cache
13:11:29 T:2896466992   DEBUG: CurlFile::Open(0x2e4d9f0) http://mirrors.xbmc.org/addons/gotham/addons.xml
13:11:29 T:2896466992   DEBUG: Curl::Debug - TEXT: Hostname was NOT found in DNS cache
13:11:40 T:2896466992   DEBUG: Curl::Debug - TEXT: Resolving timed out after 10045 milliseconds
13:11:40 T:2896466992   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
13:11:40 T:2896466992   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
13:11:40 T:2896466992   DEBUG: Curl::Debug - TEXT: Closing connection 3
13:11:40 T:2896466992   ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/gotham/addons.xml|Encoding=gzip>
13:11:40 T:2896466992   DEBUG: CFileCache::Open - opening <addons/helix/addons.xml> using cache
13:11:40 T:2896466992   DEBUG: CurlFile::Open(0x2e4d9f0) http://mirrors.xbmc.org/addons/helix/addons.xml
13:11:40 T:2896466992   DEBUG: Curl::Debug - TEXT: Hostname was NOT found in DNS cache
13:11:50 T:2896466992   DEBUG: Curl::Debug - TEXT: Resolving timed out after 10043 milliseconds
13:11:50 T:2896466992   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
13:11:50 T:2896466992   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
13:11:50 T:2896466992   DEBUG: Curl::Debug - TEXT: Closing connection 4
13:11:50 T:2896466992   ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/helix/addons.xml|Encoding=gzip>
13:11:50 T:2896466992   DEBUG: CFileCache::Open - opening <addons/frodo/addons.xml> using cache
13:11:50 T:2896466992   DEBUG: CurlFile::Open(0x2e57810) http://mirrors.xbmc.org/addons/frodo/addons.xml
13:11:50 T:2896466992   DEBUG: Curl::Debug - TEXT: Hostname was NOT found in DNS cache
13:12:00 T:2896466992   DEBUG: Curl::Debug - TEXT: Resolving timed out after 10009 milliseconds
13:12:00 T:2896466992   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
13:12:00 T:2896466992   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
13:12:00 T:2896466992   DEBUG: Curl::Debug - TEXT: Closing connection 5
13:12:00 T:2896466992   ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/frodo/addons.xml|Encoding=gzip>
13:12:00 T:2896466992   ERROR: Repository XBMC.org Add-ons returned no add-ons, listing may have failed
The log(Curl:Big Grinebug - TEXT: Resolving timed out after 10045 milliseconds) shows that xbmc cant reslove the hostname to ip, but in the linux console, it can dowdload the file that xbmc cant:
Code:
[jsntyyl@raspberry_pi tmp]$ wget mirrors.xbmc.org/addons/frodo/addons.xml
--2014-09-24 21:23:51--  http://mirrors.xbmc.org/addons/frodo/addons.xml
Resolving mirrors.xbmc.org (mirrors.xbmc.org)... 89.16.176.16
Connecting to mirrors.xbmc.org (mirrors.xbmc.org)|89.16.176.16|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.overthewire.com.au/xbmc/addons/frodo/addons.xml [following]
--2014-09-24 21:23:52--  http://mirror.overthewire.com.au/xbmc/addons/frodo/addons.xml
Resolving mirror.overthewire.com.au (mirror.overthewire.com.au)... 180.214.94.18, 2402:c00:180:214::100
Connecting to mirror.overthewire.com.au (mirror.overthewire.com.au)|180.214.94.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1481815 (1.4M) [text/xml]
Saving to: ‘addons.xml’

100%[==============================================================================================================================>] 1,481,815   40.3KB/s   in 39s

2014-09-24 21:24:31 (37.5 KB/s) - ‘addons.xml’ saved [1481815/1481815]

[jsntyyl@raspberry_pi tmp]$
Reply
#2
http://forum.xbmc.org/showthread.php?tid=204740
Learning Linux the hard way !!
Reply
#3
Have curl in archlinux arm updated to 7.38.0-2, and problem solved, thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc can't install/update any add-on0