TRACKER (Problems and Solutions)

Read the FAQ in here first then post your questions here if it doesn't help you.
jingle
Posts: 7
Joined: Apr 18th, '05, 18:04

Post by jingle » Apr 19th, '05, 15:11

My current host file:

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

d-addicts.net 217.172.47.136



Anything wrong?
with both ABC and Bittornado, I'm still not be able to connect to the tracker. Always gray color.
:-(

ap
Posts: 133
Joined: Dec 22nd, '03, 15:20
Been thanked: 1 time

Post by ap » Apr 19th, '05, 15:21

jingle wrote:My current host file:

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

d-addicts.net 217.172.47.136



Anything wrong?
with both ABC and Bittornado, I'm still not be able to connect to the tracker. Always gray color.
:-(
the entry should be as
217.172.47.136 d-addicts.net

ap

MoerkJ
Administrator
Administrator
Posts: 1315
Joined: Dec 6th, '03, 08:40
Location: Germany

Post by MoerkJ » Apr 19th, '05, 15:24

eh true. sorry for mixing it up.
i had no example file at hand. ^_^;

jingle
Posts: 7
Joined: Apr 18th, '05, 18:04

Post by jingle » Apr 19th, '05, 17:50

ap wrote:
the entry should be as
217.172.47.136 d-addicts.net

ap
I changed to 217.172.47.136 d-addicts.net. All to no avail.
:unsure: :cry:

User avatar
DarReNz
Fansubber
Fansubber
Posts: 260
Joined: Dec 11th, '04, 04:52
Location: Kuala Lumpur

Post by DarReNz » Apr 19th, '05, 23:47

i think you need to reboot your computer :-)

jingle
Posts: 7
Joined: Apr 18th, '05, 18:04

Post by jingle » Apr 20th, '05, 11:43

DarReNz wrote:i think you need to reboot your computer :-)
didn't work... :-( :cry:

yt_toshi
Posts: 505
Joined: Jan 21st, '05, 21:51
Location: Land of the Bunchies
Virgin Islands (USA)

Post by yt_toshi » Apr 20th, '05, 11:51

jingle, here's my HOSTS file. I hope you see something that might be missing (ignore the comments)::

# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a "#" symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#
127.0.0.1 localhost
216.193.207.187 momusu.lunarpages.com # Torrent server
217.172.47.136 d-addicts.net # New torrent server

Well, if this is not the case, then how are you downloading your dramas? Are you using a router?

User avatar
DarReNz
Fansubber
Fansubber
Posts: 260
Joined: Dec 11th, '04, 04:52
Location: Kuala Lumpur

Post by DarReNz » Apr 20th, '05, 12:11

yt_toshi wrote:jingle, here's my HOSTS file. I hope you see something that might be missing (ignore the comments)::

# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a "#" symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#
127.0.0.1 localhost
216.193.207.187 momusu.lunarpages.com # Torrent server
217.172.47.136 d-addicts.net # New torrent server

Well, if this is not the case, then how are you downloading your dramas? Are you using a router?
you forgot to delete 216.193.207.187 momusu.lunarpages.com and try rebooting again

MoerkJ
Administrator
Administrator
Posts: 1315
Joined: Dec 6th, '03, 08:40
Location: Germany

Post by MoerkJ » Apr 20th, '05, 12:42

d-addicts uses 3 servers at the moment. One for the webpresence (forum), one for the tracker, and one for the hosting of the torrent files. Here are the addresses:

Code: Select all

forum:      d-addicts.com          217.172.47.116
tracker:    d-addicts.net          217.172.47.136
fileserver: momusu.lunarpages.com  216.193.207.187
You can add them all to your hosts file if you don't want to use a nameserver or if you have problems with your ISP's nameservers. The hostfile entries would look like this:

Code: Select all

217.172.47.116 d-addicts.com
217.172.47.136 d-addicts.net
216.193.207.187 momusu.lunarpages.com
But remember, you have to change the IP addresses as soon as a server moves to another machine (which isn't planned at the moment).

jingle
Posts: 7
Joined: Apr 18th, '05, 18:04

Post by jingle » Apr 20th, '05, 13:35

with:
127.0.0.1 localhost
217.172.47.116 d-addicts.com
217.172.47.136 d-addicts.net
216.193.207.187 momusu.lunarpages.com

It turns green now!!! :cheers: :cheers: :cheers:

Thanks a lot everyone!!

ixora
Posts: 21
Joined: Nov 26th, '04, 01:38

Post by ixora » Apr 24th, '05, 13:31

I have applied the changes to my hosts file. however, i only manage to access to d-addicts pages but not able to resume or do any new downloading from d-addicts trakers. Please help... I am stuckkkk.....

ooijanice
Posts: 94
Joined: May 9th, '04, 12:16

Post by ooijanice » Apr 24th, '05, 14:13

Me too, facing the same problem as you ixora. I was trying every 5 to 10 mins for the past few hours. I was getting frustrated :crazy: too but miraculously its back to normal a minute ago only. I'm so happy. Hope it works out for you too. :-)

babyangel
Posts: 22
Joined: Aug 22nd, '04, 02:27

Post by babyangel » May 19th, '05, 02:44

my d/ls cant start at all!
error msg goes : problem connecting to tracker, urlopen error (10060)

what does it mean? :blink

is it my connection prob or the tracker is down???
pls help!

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 20th, '05, 00:39

I also have the same problem as above .What can I do?Please help me.

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 20th, '05, 18:00

I also have the same problem. I am currently using BitComet as my client. The error is "Can't Connect Tracker(10060)". I had left the torrents on for about 2 days without being able to connect. I believe this problems had occured to my client since Monday.

Today, after I read this topic, I did tried to change the host file manually like the above suggested. Well, it didn't seem to work. I also tried to change the tracker manually from "d-addicts.net to 217.172.47.136". Still, the tracker can't be connect. I don't think there is something wrong with my connection because I am able to download torrents from other tracker fine.

Anyone still have other suggestion? The file I am currently downloading from D-Addicts is
"Itoshi Kimi E DVD (Episode 03 of 11) [English Subtitled].avi"

I would really appreciate any help or suggestions. Thank you so much.

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 22nd, '05, 02:51

I try to do everything as you suggest in above replies but it don't work for me . Now i plan to instore new window and hope it could help .
I can not connect to any torrent in this web but I don't have any problem with other web and did not know how to slove it.
I am dl virtues of Harmony which I have been wait for this series for 5 year .Please help me.

yt_toshi
Posts: 505
Joined: Jan 21st, '05, 21:51
Location: Land of the Bunchies
Virgin Islands (USA)

Post by yt_toshi » May 22nd, '05, 02:53

sika wrote:I try to do everything as you suggest in above replies but it don't work for me . Now i plan to instore new window and hope it could help .
I can not connect to any torrent in this web but I don't have any problem with other web and did not know how to slove it.
I am dl virtues of Harmony which I have been wait for this series for 5 year .Please help me.
What problems are you really having with connecting to the tracker?

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 22nd, '05, 04:46

http://127.0.0.1 localhost Can not connect tracker 10061
http://217.172.47.116 d-addicts.com Tracker return code 400
http://217.172.47.136 d-addicts.net Tracker return code 400
http://216.193.207.187 momusu.lunarpages.com Tracker return code 400
http://d-addicts.net:7979/announce Can not connect tracker 10060
I have dl for 4 day (open all day)but it still can not connect to the torrent .Please help me. :cry:

yt_toshi
Posts: 505
Joined: Jan 21st, '05, 21:51
Location: Land of the Bunchies
Virgin Islands (USA)

Post by yt_toshi » May 22nd, '05, 04:54

sika wrote:http://127.0.0.1 localhost Can not connect tracker 10061
http://217.172.47.116 d-addicts.com Tracker return code 400
http://217.172.47.136 d-addicts.net Tracker return code 400
http://216.193.207.187 momusu.lunarpages.com Tracker return code 400
http://d-addicts.net:7979/announce Can not connect tracker 10060
I have dl for 4 day (open all day)but it still can not connect to the torrent .Please help me. :cry:
sika, your HOSTS file should look like the following because what you posted here is the incorrect way of setting up the HOSTS file. So, here's it is:

# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a "#" symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#
127.0.0.1 localhost
216.193.207.187 momusu.lunarpages.com
217.172.47.136 d-addicts.net
217.172.47.116 d-addicts.com

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 22nd, '05, 07:16

yt_toshi, I tried to change the host like you posted above, but I still can't connect to the tracker. It's already been 5 days... :cry:

I'm running out of ways to resolve this problem now. Btw, I am using BitComet as my client. Should I change program? I did tried to use BitTornado to download but the same thing happened.

Please Help! :pale:

Also, is the" local host number" the same for every pc?

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » May 22nd, '05, 08:16

FYI,

The HOSTS file only helps in the domain name resolution process. If you cannot even ping the IP address of those servers, the HOSTS entries will not help. Under most TCP/IP implementations, name resolution occurs in the following order:

1) No resolution (uses the IP address itself)
2) hosts
3) lmhosts (if using LAN Manager under MS Windows)
3) DNS #1
4) DNS #n

What I would do is try pinging the servers, first by the server names, and then using the IP addresses. If you cannot ping using the IP addresses (none of the servers are blocking ICMPs, so ping should work), then perform some traceroutes using the IP addresses and post the results here. The traceroutes should expose possible peering and routing issues between the user's ISP and the ISP hosting those servers. If there are routing issues, your ISP would have to iron those issue out with their upstream providers.

Resources:

How to use ping under MS Windows
http://www.microsoft.com/resources/docu ... p_schd.asp

How to use tracert under MS Windows
http://support.microsoft.com/default.as ... us;Q314868

groink's geek explanation of peering
http://www.d-addicts.com/forums/viewtop ... 037#155037

--- groink

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 22nd, '05, 12:16

To groink,

Thx for your advice, I have followed your instruction but I really don't understand much about the result. I have attached trace route's result below.

Also, I have tried to ping the d-addicts.net IP. The result was I can't ping them. It "Request timed out." on me.

Hope you can help to clarify this problem out. Thank you so much.
kj.
Attachments
traceroute-result.jpg
traceroute-result.jpg (95.08 KiB) Viewed 6224 times

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » May 22nd, '05, 12:37

kj wrote:Thx for your advice, I have followed your instruction but I really don't understand much about the result. I have attached trace route's result below.

Also, I have tried to ping the d-addicts.net IP. The result was I can't ping them. It "Request timed out." on me.
Man, those traceroutes are really ugly!!!! :cry:

Here's what I see... First of all, thare are too many hops between your PC and D-Addicts. It's really nothing you can do about it. The 20-plus hops is due to your ISP being placed in an awful part of the Internet, far away from the backbone. The more hops, the more lag that's placed on your Internet connection's performance. This, however, is not causing you connection problems.

Second, you're not having any domain name resolution problems. I already knew this based on your previous postings, but this confirms my predictions. That's why the hosts file entries wouldn't have helped you. nslookup is a really cool tool because it interfaces directly with your ISP's domain name servers, and bypasses both your hosts and lmhosts entries. nslookup is more effective in domain name look-ups than other tools like ping and tracerts.

What's really bad here is hop number 23. It's showing a concentrator at 134.222.227.50, belonging to KPN Internet in the Netherlands. If I remember right, KPN Internet is the upstream provider for ValueServer in Germany, where Ruroshin's server pool is co-located. After the 227.50 concentrator, there's supposed to be one more concentrator at 134.222.104.158, which interfaces directly with ValueServer.

On my Internet connection in Hawaii, I'm passing through the exact same concentrator, however my traceroutes are succeeding. I'm beginning to believe that the 134.222.227.50 concentrator has no idea how to route back to your PC at 58.8.36.1. This is definitely a routing/peering issue. I had a problem with this exact same concentrator (227.50) when it couldn't route back to my PC in Hawaii.

How should you handle this? The concentrator is connected to ValueServer, so Ruroshin could step in and tell the network administrator there to look into it. I doubt your local ISP can do anything seeing it's far away hop-wise. You could also write to KPN Internet, but I wouldn't recommend it unless you can speak the networking lingo.

Hope Ruroshin reads this and possibly jump on the problem.

--- groink

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 22nd, '05, 13:35

Thx for fast reply! At least, your explaination helped me to understand the situation a little more now. :-)

All I can do is wait then heh...

Btw, I called up my local ISP, and they said they are fixing their server or something for p2p program until the end of this month. I'm not really sure what were they talking about though.
I don't know if their fixing is causing me this problem or no.

Thanks again.
kj.

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 22nd, '05, 14:48

Sorry, I do not understand what you are talking about.
I'm in Bkk Thailand.I use true Corp. as my internet provider . Does any one in Thailand have any problem like me.
I change the tracker from advance menu in bit comet . As my understanding ,I should not use http:// in front of the tracker , is it right

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 22nd, '05, 16:31

I also live in Bkk, Thailand. And, yes, I have problem like you, Sika. I talked to true operator today. You can try to type in Thai to me through PM. I will try my best to explain to you what I know so far.

kj.

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Post by Ruroshin » May 22nd, '05, 23:12

I'll contact valueserver and see if they can do anything.

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Post by Ruroshin » May 22nd, '05, 23:57

Ok Valueserver have responded:
thanks for the mail. The issue was resolved. It wasn't KPN fault as the
route back to Thailand (thats where 58.8.36.1 originates) was going over
Flag Telecom, which is a directly connected peer of lightupNET. Flag sent a
wrong next-hop address causing all Flag routes to become unavailable
temporarily. We've resetted the BGP session with Flag and it now works
again flawlessly. Sorry for that, unfortunately it's out of our reach what
Flag does to their router configs.

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » May 23rd, '05, 00:25

Ruroshin wrote:Ok Valueserver have responded:
thanks for the mail. The issue was resolved. It wasn't KPN fault as the
route back to Thailand (thats where 58.8.36.1 originates) was going over
Flag Telecom, which is a directly connected peer of lightupNET. Flag sent a
wrong next-hop address causing all Flag routes to become unavailable
temporarily. We've resetted the BGP session with Flag and it now works
again flawlessly. Sorry for that, unfortunately it's out of our reach what
Flag does to their router configs.
One big high-five for Ruroshin!

--- groink

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 23rd, '05, 00:38

Yes yes yes , it's come back. Thank you for all of your help.I'm very happy to see this series again.(after wait for this series for almost 5 year and the answerfrom vcd is not come to Thailand .)

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 23rd, '05, 06:32

Domo Arigato Kosaimasu!! :w00t:

Thanks to Ruroshin and groink for helping to resolve this problem!
D-addicts is da BEST!

kj.

User avatar
dochira
Posts: 140
Joined: Jan 5th, '05, 21:03
Location: California

Post by dochira » May 25th, '05, 06:21

Okay, I wasn't sure where to put this since I'm not having trouble connecting to the tracker, but I am noticing that the tracker data is not being updated. Is the script that handles this not functioning at the moment?

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Post by Ruroshin » May 25th, '05, 07:31

^ it happens sometimes, distributed systems are not the most reliable of systems and I don't have the equipment nor software to make it so. It'll restart itself soon enough.

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 27th, '05, 19:20

It happened again :-(

It seems that my connection can't connect to the tracker again. I did a tracert command again. And, the result was similar to the last time. I have attached the tracer result below. Please help...

kj
Attachments
traceroute-result02.jpg
traceroute-result02.jpg (122.56 KiB) Viewed 7297 times

MoerkJ
Administrator
Administrator
Posts: 1315
Joined: Dec 6th, '03, 08:40
Location: Germany

Post by MoerkJ » May 27th, '05, 19:48

kj wrote:It happened again :-(

It seems that my connection can't connect to the tracker again. I did a tracert command again. And, the result was similar to the last time. I have attached the tracer result below. Please help...

kj
believe it or not, I get a similar traceroute dump (mine ends 1 hop later than yours), but I still can connect to the tracker without problems. Can you maybe access the trackerpage at http://217.172.47.136:7979/ ???

Sometimes intermediate routers just block the traceroute requests. Don't rely on these negative traceroute dumps alone. Everything may be working fine even if traceroute doesn't work. Only a positive traceroute dump is really reliable, because it indicates one possible working route.

kj
Posts: 10
Joined: Mar 29th, '05, 04:15
Location: Bkk, Thailand

Post by kj » May 28th, '05, 01:19

Thx for the advise MoerkJ, but, I did tried to use ip address instead of dormain name. And, it still doesn't work though.

kj.

PS: Is anyone from Thailand who are using True ISP happen to have to same problem like me?

cococrust
Fansubber
Fansubber
Posts: 50
Joined: Aug 4th, '04, 00:50

Post by cococrust » May 28th, '05, 01:37

i can access the tracker from its IP. Seems like the script does not auto update d-a's torrents page. Dont panic people. D-A's tracker is working fine though its showing nothing.

sika
Posts: 6
Joined: May 2nd, '05, 15:03

Post by sika » May 28th, '05, 01:41

It 's happend to me again(Can't connect tracker 10060) but this time i install bt engine so the lingt is still green.No dl but some file is ul then i let it open.
Connection is ok now.

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Post by Akiramike » Jun 23rd, '05, 21:41

Been getting can't connect to tracker - url open 10060. Tried the hosts thing as well as bt engine but no luck.

Can't access tracker page at http://217.172.47.136:7979/

Other trackers are working fine. I couldn't access d-addicts homepage but could get into the tracker for 4 days ending yesterday. (Had to get my friends to send me the torrents)

Managed to ping d-addicts.com but not d-addicts.net with both ip and name.

Anyone know any other work arounds?
Attachments
Image_00004.JPG
Image_00004.JPG (113.07 KiB) Viewed 7142 times
Image_00003.JPG
Image_00003.JPG (142.61 KiB) Viewed 7142 times

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jun 23rd, '05, 21:56

Akiramike wrote:Been getting can't connect to tracker - url open 10060. Tried the hosts thing as well as bt engine but no luck.

Can't access tracker page at http://217.172.47.136:7979/

Other trackers are working fine. I couldn't access d-addicts homepage but could get into the tracker for 4 days ending yesterday. (Had to get my friends to send me the torrents)

Managed to ping d-addicts.com but not d-addicts.net with both ip and name.

Anyone know any other work arounds?
\
OMG!!! Over 30 hops!!! That's INSANE!!!! :crazy:

Looks like tracert cut off at 30 hops. To have tracert go more than 30 hops, you'll need to use the following command:

tracert -h 50 217.172.47.136

The "-h 50" will increase the maximum hop number to 50.

--- groink

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jun 23rd, '05, 22:03

Well, now that I'm thinking about it more, that 30+ hops sounds like a big routing problem. It appears that SprinkLink is taking your packets directed at d-addicts.net and treating it to a game of PacMan. Probably a routing issue within SprintLink. Your local ISP will have to get their uplink provider on the phone and see if routes to d-addicts.net can be re-routd to a shorter path.

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Post by Akiramike » Jun 23rd, '05, 22:20

Thanks for the info Groink. Going to give my isp helpline a try when the lines open but seriously they have ppl just reading guidlines on what to answer on the phone.

Tracert cut off at 34 hops.

I'm no expert in routing issues but is there a chance my issue will resolve itself or is my only hope to get my isp to rerout the link to d-addicts?

Thanks for your help.

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jun 23rd, '05, 22:42

Akiramike wrote:I'm no expert in routing issues but is there a chance my issue will resolve itself or is my only hope to get my isp to reroute the link to d-addicts?
It's quite possible for the routes to fix itself, IF it's actually a problem. That's a BIG IF. Those 34 hops could actually be a reality (i.e. that's the way it always was). Not only is the number of hops too much, I saw several of the hops taking over one second to respond. Just those delays alone could give some BT clients problems.

When I have a technician on the phone, I push him into trying the tracerts himself from his PC. Then, I'd ask him, "If you were a subscriber to this ISP, would you find these numbers acceptable???? I didn't think so."

tikleabubble34
Posts: 5
Joined: Jun 25th, '05, 17:38

I can't make any posts on tikleabubble....help!!!

Post by tikleabubble34 » Jun 25th, '05, 17:40

Hey, I just uploaded a new torrent, and a post wasn't reserved for me & I can't post any drama info on there...then whenever I go to any other thread and try to make a post, it says I can't make a post soon after my last, and I should wait ahile...but I didn't even make a post before that!!!

Anyway....is something wrong with my account? tikleabubble

sorry I have to make a new account to post something

tikleabubble34
Posts: 5
Joined: Jun 25th, '05, 17:38

Post by tikleabubble34 » Jun 25th, '05, 18:27

HELP MEEEE...I still can't make any posts on my account!!!!!

leeunit2
Posts: 1
Joined: Jun 26th, '05, 00:39

Tracker problems?

Post by leeunit2 » Jun 26th, '05, 01:09

I thought I'd create a new thread for this since you guys might not catch my post in the torrent comment.

Is there something wrong with the tracker? The torrent isn't listed on the tracker info site (http://d-addicts.net:7979/). Also for some reason I can't seem to post anything with leeunit ever since I uploaded Fashion 70's ep 5 earlier in the day. Any help?

tikleabubble34
Posts: 5
Joined: Jun 25th, '05, 17:38

Post by tikleabubble34 » Jun 26th, '05, 01:13

OMG the same exact thing happened to me...coundn't make posts after uploading Hakusen Nagashi.....I'm soo relieved i'm not the only one experienceing this

urbanscrappy2
Posts: 2
Joined: Jun 26th, '05, 01:35

Post by urbanscrappy2 » Jun 26th, '05, 01:37

Me too

I have the same problem with posting or editing for urbanscrappy. Ever since I uploaded Hello My Teacher earlier tonight. My account is totally unusable, so I've created this one.

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Post by Ruroshin » Jun 26th, '05, 01:59

I forgot to sync the time of the tracker server with the forum :roll so the forum thinks you've posted in the future and won't let you post again until that time has elapsed. Anyway, I've fixed the time thing now, just wait 24 hours and everything should be ok again.

tikleabubble34
Posts: 5
Joined: Jun 25th, '05, 17:38

Post by tikleabubble34 » Jun 26th, '05, 02:20

THANKS :lol

urbanscrappy2
Posts: 2
Joined: Jun 26th, '05, 01:35

Post by urbanscrappy2 » Jun 26th, '05, 02:37

thanks from me too.

habukie
AiRen
AiRen
Posts: 1362
Joined: Mar 1st, '04, 21:42
Location: away

Post by habukie » Jun 26th, '05, 05:47

my account works again! :D i've been going crazy not being able to post. :-)

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Post by Akiramike » Jun 26th, '05, 23:21

God, I'm so pissed off with 'technical assistance people who read of their instructions. I'm no computer expert but I don't think installing service pack 2/lowering my security on IE will help me connect to d-addicts.net when I can't even ping it.

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jun 26th, '05, 23:37

Akiramike wrote:God, I'm so pissed off with 'technical assistance people who read of their instructions. I'm no computer expert but I don't think installing service pack 2/lowering my security on IE will help me connect to d-addicts.net when I can't even ping it.
Tier 1 technical support... :lol It's a frigging joke! Nothing but script readers!

ooijanice
Posts: 94
Joined: May 9th, '04, 12:16

Post by ooijanice » Jun 27th, '05, 00:02

Oh, dear! :-( I'm getting this message everytime I tried to dl Emperor of the Sea Vol 2.
Cant connect to tracker- < urlopen error ( 10060," Operation time our' )
All the other trackers are fine except for this. I just tried Yoshitsune Ep.18 and it works fine.
Pls help my knowledge of computers is definately worst than Akiramike.
Last edited by ooijanice on Jun 27th, '05, 04:26, edited 1 time in total.

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Post by Ruroshin » Jun 27th, '05, 01:06

Emperor of the Sea Vol 2 uses aznv's tracker, perhap its down at the moment.

oldguy59
Posts: 61
Joined: Mar 5th, '05, 08:41

Post by oldguy59 » Jun 27th, '05, 01:13

aznv is bringing tv/vod online and the tracker is on the same server. it's been unavailable for several days and my guess is that the tracker will perform poorly even after they get it back up since they have to give priority to the people paying for tv.

ooijanice
Posts: 94
Joined: May 9th, '04, 12:16

Post by ooijanice » Jun 27th, '05, 04:54

I was so happy, Vol 2 came out so soon.
Thank you Ruro & Oldguy. :-)
I shall keep on trying and hope for the best. :roll

User avatar
Sakurazara
Posts: 3
Joined: Apr 21st, '05, 17:46
Location: UAE

help !!

Post by Sakurazara » Jul 10th, '05, 03:03

Image
I keep getting this massege for over 3 days now T_T iam missing the track of my fav dramas plz help!!!!
my bittorents works fine with other trackers .. only with D-addicts iam having this problem .. !!!!!!! Any1?

Ruroshin
Administrator
Administrator
Posts: 1149
Joined: Dec 6th, '03, 00:57
Has thanked: 1 time
Been thanked: 6 times

Re: help !!

Post by Ruroshin » Jul 10th, '05, 03:16

Sakurazara wrote: I keep getting this massege for over 3 days now T_T iam missing the track of my fav dramas plz help!!!!
my bittorents works fine with other trackers .. only with D-addicts iam having this problem .. !!!!!!! Any1?
can you get to http://d-addicts.net:7979/ ?

Can you do a tracert to 217.172.47.136

blackstarjr
Posts: 184
Joined: Feb 16th, '04, 20:45
Location: Canada

Post by blackstarjr » Jul 10th, '05, 04:07

damn..still having probs with http://d-addicts.net:7979/ ..a week ago I could access the torrents and everything..but now..nothing works..It's like I can access every site on the web..but the only site i cannot acces is this one now..lol..I even modified the Host file to inclue the tracker ip etc etc...and still nothing..

did a tracert for d-addicts.net
C:\Documents and Settings\Personal>tracert d-addicts.net

Tracing route to d-addicts.net [217.172.47.136]
over a maximum of 30 hops:

1 19 ms 12 ms 11 ms 10.81.68.1
2 11 ms 9 ms 8 ms gw03.slnt.phub.net.cable.rogers.com [66.185.90.145]
3 16 ms 9 ms 15 ms gw01.slnt.phub.net.cable.rogers.com [66.185.93.201]
4 30 ms 20 ms 13 ms gw02.wlfdle.phub.net.cable.rogers.com [66.185.82.138]
5 94 ms 13 ms 18 ms 66.185.80.42
6 53 ms 73 ms 51 ms igw01.ny8th.phub.net.cable.rogers.com [66.185.81.13]
7 62 ms 80 ms 43 ms so-5-0-0.mpr1.lga1.us.above.net [64.124.128.193]
8 38 ms 34 ms 38 ms so-7-0-0.cr1.lga1.us.above.net [64.125.27.141]
9 132 ms 156 ms 126 ms so-7-0-0.mpr3.ams1.nl.above.net [64.125.27.186]
10 133 ms 138 ms 136 ms so-1-3-0.cr2.fra1.de.above.net [64.125.30.149]
11 154 ms 125 ms 154 ms pos2-0.er1b.fra1.de.above.net [216.200.116.141]
12 132 ms 138 ms 131 ms plusline.fra1.de.above.net [62.4.64.54]
13 * * * Request timed out.
14 151 ms 142 ms 154 ms 213.83.24.82
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.

Trace complete.

iif anyone can provide some extra assistance that would be appreciated.(I also went through the help link Q6 on probs with torrents etc etc..no luck there)

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jul 10th, '05, 04:52

blackstarjr wrote: 12 132 ms 138 ms 131 ms plusline.fra1.de.above.net [62.4.64.54]
13 * * * Request timed out.
14 151 ms 142 ms 154 ms 213.83.24.82
15 * * * Request timed out.
16 * * * Request timed out.
You really can't do anything about this on your end. 213.83.24.82 is one of PlusLine's gateways. It's possible that the device on hop number 15 can't find its way back to your ISP. If the routing was functioning correctly, this is what you should see:

12 132 ms 138 ms 131 ms plusline.fra1.de.above.net [62.4.64.54]
13 xxx ms xxx ms xxx ms b14.f.de.plusline.net [212.19.50.194]
14 xxx ms xxx ms xxx ms 213.83.24.82
15 xxx ms xxx ms xxx ms reverse.valueserver.de [217.172.47.136]

You'll just have to wait patiently until someone on that end realizes the error, OR you could use one of the many public proxies on the Internet:

http://www.publicproxyservers.com/index.html

--- groink

blackstarjr
Posts: 184
Joined: Feb 16th, '04, 20:45
Location: Canada

Post by blackstarjr » Jul 10th, '05, 06:00

groink wrote:
blackstarjr wrote: 12 132 ms 138 ms 131 ms plusline.fra1.de.above.net [62.4.64.54]
13 * * * Request timed out.
14 151 ms 142 ms 154 ms 213.83.24.82
15 * * * Request timed out.
16 * * * Request timed out.
You really can't do anything about this on your end. 213.83.24.82 is one of PlusLine's gateways. It's possible that the device on hop number 15 can't find its way back to your ISP. If the routing was functioning correctly, this is what you should see:

12 132 ms 138 ms 131 ms plusline.fra1.de.above.net [62.4.64.54]
13 xxx ms xxx ms xxx ms b14.f.de.plusline.net [212.19.50.194]
14 xxx ms xxx ms xxx ms 213.83.24.82
15 xxx ms xxx ms xxx ms reverse.valueserver.de [217.172.47.136]

You'll just have to wait patiently until someone on that end realizes the error, OR you could use one of the many public proxies on the Internet:

http://www.publicproxyservers.com/index.html

--- groink
Now that was the best bit of advice for my problem and it actually worked..Though now I have to have one of my BT client set up as only using proxy to be able to dl d-addicts stuff...and another BT client for others..which not really bad (thought stupid memory usage)..but all in all...your advice was the key to my problem..I thank you (now if only actual dns error that i had probs gets fixed then i donn have to rely on this method)

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Post by Akiramike » Jul 10th, '05, 09:36

I feel for you blackstarjr. Use bitcomet as it has dht as well but the speed is bad. Better than not being able to connect to d-addicts at all. Can I ask where you are located?

User avatar
Sakurazara
Posts: 3
Joined: Apr 21st, '05, 17:46
Location: UAE

Re: help !!

Post by Sakurazara » Jul 10th, '05, 10:42

can you get to http://d-addicts.net:7979/ ?

Can you do a tracert to 217.172.47.136
No!, I can't! ... it says page cannot be displayed

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Re: help !!

Post by Akiramike » Jul 10th, '05, 12:27

Sakurazara wrote:
can you get to http://d-addicts.net:7979/ ?

Can you do a tracert to 217.172.47.136
No!, I can't! ... it says page cannot be displayed
I think there's info on thread post on how to do a tracert. It would help the techies here to ascertain your problem.

As a temporary measure, use a proxy server and use bitcomet with dht on. The speed won't be great but at least you can connect the torrents. Good luck.

blackstarjr
Posts: 184
Joined: Feb 16th, '04, 20:45
Location: Canada

Post by blackstarjr » Jul 10th, '05, 15:57

Akiramike wrote:I feel for you blackstarjr. Use bitcomet as it has dht as well but the speed is bad. Better than not being able to connect to d-addicts at all. Can I ask where you are located?
Well usually my speed was like over 100K...but this time around 30--50KB after using the proxy method, which I can live with cus I gotta have my dorama anyway that I can...

In regards to my location..I am in Ottawa,Canada

User avatar
Sakurazara
Posts: 3
Joined: Apr 21st, '05, 17:46
Location: UAE

Re: help !!

Post by Sakurazara » Jul 10th, '05, 16:14

Thanks Akiramike for the advice , unfortunatly :/ the proxy server is blocked in my countery

bitcomet is soO damn slow T_T i only get 2k in 1 hour!!

here's the tracert , i hope ssomebody would be able to help..

Tracing route to reverse.valueserver.de [217.172.47.136]
over a maximum of 30 hops:

1 24 ms 22 ms 22 ms 195.229.252.25
2 25 ms 22 ms 25 ms 195.229.252.130
3 34 ms 23 ms 24 ms 195.229.252.97
4 27 ms 26 ms 26 ms 194.170.2.53
5 24 ms 26 ms 25 ms auh-emix-ra.ge1302.emix.ae [195.229.31.2]
6 25 ms 25 ms 26 ms auh-rb.ge-630.emix.net.ae [195.229.31.35]
7 227 ms 224 ms 225 ms 195.229.0.202
8 315 ms 314 ms 312 ms so-3-0-3.cr1.lga3.us.mfnx.net [208.184.102.10]
9 316 ms 320 ms 335 ms so-4-0-0.mpr1.lga1.us.above.net [64.125.30.17]
10 305 ms 304 ms 304 ms so-7-0-0.cr1.lga1.us.above.net [64.125.27.141]
11 407 ms 407 ms 406 ms so-7-0-0.mpr3.ams1.nl.above.net [64.125.27.186]

12 413 ms 413 ms 413 ms so-1-3-0.cr2.fra1.de.above.net [64.125.30.149]
13 401 ms 400 ms 400 ms pos2-0.er1b.fra1.de.above.net [216.200.116.141]

14 410 ms 411 ms 411 ms plusline.fra1.de.above.net [62.4.64.54]
15 413 ms 414 ms 414 ms b14.f.de.plusline.net [212.19.50.194]
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.

Trace complete.

:cry:

darklocust
Posts: 2
Joined: Oct 30th, '04, 21:47

Post by darklocust » Jul 10th, '05, 20:20

I am having the exact same problem, tracert is dropped at the same server. Hope they can fix this soon. Can anyone out there help resolve this?

jholic
Global Moderator
Global Moderator
Posts: 2972
Joined: Feb 3rd, '04, 19:53
Location: missin' hawaii

Post by jholic » Jul 11th, '05, 07:40

didn't have time to read everything, but have you guys tried using another client? azureus? bittornado?

groink
Posts: 2016
Joined: Dec 8th, '03, 03:58
Location: Pearl City, Hawaii
Been thanked: 1 time

Post by groink » Jul 11th, '05, 08:20

jholic wrote:didn't have time to read everything, but have you guys tried using another client? azureus? bittornado?
In summary, it's a routing problem closer to the part of the network where D-Addicts sits.

kinki
Posts: 213
Joined: Jun 19th, '04, 13:21

Re: help !!

Post by kinki » Jul 11th, '05, 19:53

Ruroshin wrote:
Sakurazara wrote: I keep getting this massege for over 3 days now T_T iam missing the track of my fav dramas plz help!!!!
my bittorents works fine with other trackers .. only with D-addicts iam having this problem .. !!!!!!! Any1?
can you get to http://d-addicts.net:7979/ ?

Can you do a tracert to 217.172.47.136
Im using Bitlord, i can get to http://d-addicts.net:7979 Im trying to download Oishii kankei ep 7 and mukodono 2003 ep 3. i clicked on DL but it doesnt Bitlord doesnt stard downloading...it says connecting...yet its been like this for hours...:( what shall i do?

Akiramike
Fansubber
Fansubber
Posts: 1164
Joined: Jan 4th, '04, 18:55
Location: Australia
Been thanked: 1 time
Contact:
Australia

Re: help !!

Post by Akiramike » Jul 12th, '05, 02:46

kinki wrote:Im using Bitlord, i can get to http://d-addicts.net:7979 Im trying to download Oishii kankei ep 7 and mukodono 2003 ep 3. i clicked on DL but it doesnt Bitlord doesnt stard downloading...it says connecting...yet its been like this for hours...:( what shall i do?
Some possible solution:

1. Try deleted the torrents+ files and redownload.

2. Try saving the torrent first.

Are u able to connect to other torrents on d-addicts? Also try other bt programs.

kinki
Posts: 213
Joined: Jun 19th, '04, 13:21

Re: help !!

Post by kinki » Jul 12th, '05, 03:45

Akiramike wrote:
kinki wrote:Im using Bitlord, i can get to http://d-addicts.net:7979 Im trying to download Oishii kankei ep 7 and mukodono 2003 ep 3. i clicked on DL but it doesnt Bitlord doesnt stard downloading...it says connecting...yet its been like this for hours...:( what shall i do?
Some possible solution:

1. Try deleted the torrents+ files and redownload.

2. Try saving the torrent first.

Are u able to connect to other torrents on d-addicts? Also try other bt programs.
yeah i did the first two steps. but it didnt work yet. i will try using another BT client program. Thank you! hope it'll work...

Alex J
Posts: 8
Joined: Jun 12th, '04, 10:25

Re: help !!

Post by Alex J » Jul 14th, '05, 10:55

kinki wrote:
Akiramike wrote:
kinki wrote:Im using Bitlord, i can get to http://d-addicts.net:7979 Im trying to download Oishii kankei ep 7 and mukodono 2003 ep 3. i clicked on DL but it doesnt Bitlord doesnt stard downloading...it says connecting...yet its been like this for hours...:( what shall i do?
Some possible solution:

1. Try deleted the torrents+ files and redownload.

2. Try saving the torrent first.

Are u able to connect to other torrents on d-addicts? Also try other bt programs.
yeah i did the first two steps. but it didnt work yet. i will try using another BT client program. Thank you! hope it'll work...

I have the same problem from week ago and my torrent stile down. I called my ISP and they said the trucker maybe too busy that i can't download :-( I did the steps u mentioned but it didn't work.
Notice: my friend deal with same ISP and here torrent work fine?? :cry: :cry: I don't know what to do??? should i format my PC??? :unsure: please help me.

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests