Add-Ons Stay at 0% Downloaded
#46
No prob. It is my new asrock ion 330HT that is waiting for the final release and had nothing else to do.

It is working.

I guess the downside is that if I use the box for anything else than playing local media I will still want the kernal switch?


Quote:time curl -sIL --ipv4 http://mirrors.xbmc.org/addons/dharma-pr...-1.8.6.zip
HTTP/1.1 302 Found
Date: Sun, 21 Nov 2010 22:21:43 GMT
Server: Apache/2.2.9
X-Prefix: 83.248.0.0/13
X-AS: 39651
X-MirrorBrain-Mirror: sunet.se
X-MirrorBrain-Realm: country
Location: http://ftp.sunet.se/pub/multimedia/xbmc/...-1.8.6.zip
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 200 OK
Date: Sun, 21 Nov 2010 22:21:43 GMT
Server: Apache/2.2.14 (Unix)
Last-Modified: Sun, 21 Nov 2010 20:10:49 GMT
ETag: "b61436-18c2fd9-49595bc520440"
Accept-Ranges: bytes
Content-Length: 25964505
Content-Type: application/zip


real 0m0.209s
user 0m0.008s
sys 0m0.012s
xbmc@XBMCLive:~$
xbmc@XBMCLive:~$



Quote:xbmc@XBMCLive:~$ time curl -sIL http://mirrors.xbmc.org/addons/dharma-pr...-1.8.6.zip
HTTP/1.1 302 Found
Date: Sun, 21 Nov 2010 22:23:00 GMT
Server: Apache/2.2.9
X-Prefix: 83.248.0.0/13
X-AS: 39651
X-MirrorBrain-Mirror: sunet.se
X-MirrorBrain-Realm: country
Location: http://ftp.sunet.se/pub/multimedia/xbmc/...-1.8.6.zip
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 200 OK
Date: Sun, 21 Nov 2010 22:23:00 GMT
Server: Apache/2.2.14 (Unix)
Last-Modified: Sun, 21 Nov 2010 20:10:49 GMT
ETag: "b61436-18c2fd9-49595bc520440"
Accept-Ranges: bytes
Content-Length: 25964505
Content-Type: application/zip


real 0m10.291s
user 0m0.004s
sys 0m0.012s
Reply
#47
Great news, thanks for testing.

Well you'll want the switch anyway for other programs, yes. But it would not be good for us to disable ipv6 for those who might want it. I just wanted to be sure that we could fix this in xbmc core, rather than having to recommend OS hacks.

TheUni
Reply
#48
Hi... this thread is very techy in the last few pages.. so i hope you can dumb it down a little...

1) What is ipv6? And will I care if it is disabled... i only really want internet and smb access to my windows shares

2) How do I "append this to kernel boot line and see if it fixes: ipv6.disable=1" to fix this 0% download problem?

I am now using Rc1.. and still have this problem. Is there any new post rc1 fix or is disabling the ipv6 still the way to go?

Code:
uname -a
Linux XBMCLive 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux

lspci | grep -i net
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)

time curl -sIL http://mirrors.xbmc.org/addons/dharm...udio-1.1.3.zip
HTTP/1.1 404 Not Found
Date: Sat, 27 Nov 2010 02:38:44 GMT
Server: Apache/2.2.9
X-Prefix: 124.171.0.0/18
X-AS: 4802
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1


real    0m0.694s
user    0m0.008s
sys     0m0.008s

Location - Australia

mabey I am using it wrong..... i go to video then click on the addons... then go to youtube.. .and then it sits on 0%?
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#49
sure.

1) ask google
2) ask google
Reply
#50
that is not a helpful answer.... if anyone has a proper solution to the 0% fix, please inform me
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#51
Yes, well I think you ticked him off asking what is ipv6. If you consult the rules for posting in the forum you will learn that you have to search first. It is hard to beleive anyone can fail to find an answer to that question.

If you cannot not find that on the wiki or the google, then nobody should recommend you to edit kernal parameters.
Please note that RC1 is a test version. Unexperienced users should use the stable verison.
If you read the thread you also find instructions for fixing this in advancesettings.xml
Reply
#52
BTW
Quote:HTTP/1.1 404 Not Found

This is not good...either you have no internet connection or you copy pasted the url from the forum without consiering that it is shortened. (there should be no "....." when you run the command). You don't have to re-do the test, that information is not needed anymore. Just make sure you have internet connection.
Reply
#53
For those building from source, you can add the following advancedsetting:

Code:
<network>
  <disableipv6>true</disableipv6>
</network>

This has been added since rc1, so it will not have an effect on rc1 or previous.

We'll be making this default for XBMC Live. Non-Live users that are having the problem will want to turn it on.

TheUni
Reply
#54
For those who had or still have this problem. Can you please post the result of the following:

Code:
dig a www.ripe.net
Code:
dig aaaa www.ripe.net
Code:
getent ahosts www.ripe.net
Code:
ping www.ripe.net -c 3
Code:
ping6 www.ripe.net -c 3

from your xbmc box? I'm trying to find the root cause of this problem, it is not linux/ubuntu. You can sent results using PM.
Reply

Logout Mark Read Team Forum Stats Members Help
Add-Ons Stay at 0% Downloaded0