seeding issue ( not connecting to peers )

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

seeding issue ( not connecting to peers )

Post by talk.rah »

Transmission 2.12 is installed on CentOS 5 32bit on a VPS.

Seeding ratio is set to 5.

Transmission was working fine ( both downloading and seeding ) but from few days transmission is not seeding properly, i have noticed that while downloading transmission connects to peers but when download completes and seeding starts transmission is unable to connect to peers and hence not able to seed properly.

I have tested the same torrents from Utorrent, and it does work properly. I have also tried to use different trackers but still the same thing.

Image

peer-port is forwarded to 51413, . Here is my settings.json file:
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 2,
"dht-enabled": true,
"download-dir": "/root/Downloads",
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/root/Downloads",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"ratio-limit": 5,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{xxxxxxxxxxxxae6ed071eefbd5258d60132c4Uia0Mx7d",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14
}
I am not able to solve this seeding problem. Pls help me :(
Last edited by talk.rah on Mon May 02, 2011 7:49 am, edited 1 time in total.
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

Any help would be GREATLY appreciated.

Thanks!
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: seeding issue ( not connecting to peers )

Post by rb07 »

talk.rah wrote:Port 9091 is forwarded.
That's a mistake.

The port you need forwarding on is the peer port: 51413 (from your settings).

It could have been working before since you are using UPnP (that's the port-forwarding-enabled in the settings), but if that changed on your router then it stopped working (or if the router has a time limit on UPnP, which I haven't seen in any router).
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

rb07 wrote:
talk.rah wrote:Port 9091 is forwarded.
That's a mistake.

The port you need forwarding on is the peer port: 51413 (from your settings).

It could have been working before since you are using UPnP (that's the port-forwarding-enabled in the settings), but if that changed on your router then it stopped working (or if the router has a time limit on UPnP, which I haven't seen in any router).

"rpc-port": 9091 and peer port is 51413 only.

Image

What should i do ?
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

do anybody have fix for it ?? Please, help i am trying to fix this problem from more than 10days... bt still having no luck.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: seeding issue ( not connecting to peers )

Post by Jordan »

You're using 2.12, right? Does the problem persist in 2.30 beta 4?
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

Jordan wrote:You're using 2.12, right? Does the problem persist in 2.30 beta 4?
yes. i am using 2.12. i will try updating to 2.30 beta 4. will tell u guys if that helped or not
Mediofeo
Posts: 1
Joined: Wed May 04, 2011 9:28 pm

Re: seeding issue ( not connecting to peers )

Post by Mediofeo »

I am having the same problem i am running a mac.
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

Mediofeo wrote:I am having the same problem i am running a mac.
not only you, many people are facing exactly this problem.
kenjiru
Posts: 1
Joined: Thu May 05, 2011 6:17 pm

Re: seeding issue ( not connecting to peers )

Post by kenjiru »

I have the same problem using Transmission 2.22 (12099) on Openwrt 10.03-r5 (testing).

While downloading, transmission connects to many different peers and the download speed is very good. But when the torrent has finished downloading, transmission looses all the connections to peers and doesn't seed the torrent at all.

In the web interface, in the Trakers tab of the Inspector, I get the following error for all the torrents that I'm currently seeding:

Code: Select all

Scrape error: Error parsing response
The network configuration was the first thing I've checked. And everything looks fine there. The incoming TCP port is 51413 and it is opened in the firewall.
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

kenjiru wrote:I have the same problem using Transmission 2.22 (12099) on Openwrt 10.03-r5 (testing).

While downloading, transmission connects to many different peers and the download speed is very good. But when the torrent has finished downloading, transmission looses all the connections to peers and doesn't seed the torrent at all.

In the web interface, in the Trakers tab of the Inspector, I get the following error for all the torrents that I'm currently seeding:

Code: Select all

Scrape error: Error parsing response
The network configuration was the first thing I've checked. And everything looks fine there. The incoming TCP port is 51413 and it is opened in the firewall.
Exactly the same problem i am facing... while downloading it connects to number of peers but when download finishes it looses all peers and don't seed.

Code: Select all

Scrape error: Error parsing response
I am not getting that scrape error though.
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

any suggestions to solve this seeding issue ? :idea:
talk.rah
Posts: 13
Joined: Sat Apr 30, 2011 8:21 am

Re: seeding issue ( not connecting to peers )

Post by talk.rah »

even upgrading to latest version of transmission is of no help.
Sky
Posts: 1
Joined: Tue May 17, 2011 3:16 pm

Re: seeding issue ( not connecting to peers )

Post by Sky »

I have the same problem (already posted here, but somehow my account and all messages were deleted for some unknown reason). I'm using Ubuntu 11.04 and transmission 2.12. Upgrading to last stable version (2.13) and most recent beta (2.30b4) didn't help either.
Freakapotamus
Posts: 3
Joined: Sat May 21, 2011 5:40 am

Re: seeding issue ( not connecting to peers )

Post by Freakapotamus »

I am having a similar issues I have been running Transmission 1.92 Opensuse 11.3. I finally updated to 2.31 and I have been having issues. It seems when speed limit is being enforced it has issues connecting to seeds and peers. If i disable speed limit say with the web interface it will happily connect like normal. If I then re-enable the speed limit it seems to keep the current connections but i don't think it will make any new ones.
Locked